Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid login #24

Open
deepak0145786 opened this issue Mar 27, 2019 · 0 comments
Open

Invalid login #24

deepak0145786 opened this issue Mar 27, 2019 · 0 comments

Comments

@deepak0145786
Copy link

when running code with correct uid, pwd getting false every time. so I debug the code then got "invalid login" every time. with wrong and correct uid, pwd

invalid login
D:\wamp\www\Way2SMS-API-master\sendsms.php:72:
array (size=1)
0 =>
array (size=3)
'phone' => string '8829980508' (length=10)
'msg' => string 'YOUR MESSAGE ' (length=13)
'result' => boolean false

"invalid login" is getting every time from way2sms-api.php page. on these lines :
$pos = stripos(curl_getinfo($this->curl, CURLINFO_EFFECTIVE_URL), "ebrdg.action");
if ($pos === "FALSE" || $pos == 0 || $pos == ""){
echo "invalid login";die();
//return "invalid login";
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant