WARID Gateway Exposed! [Send SMS to any network]
-
- Cadet
- Posts: 1
- Joined: Tue Nov 14, 2006 1:57 am
- Location: United States
yaarrrrrrrrr
salamz.. yaar im trying my best to use this script.. i think everything is in order except for one...
im getting this error
my number is starting from 0322
is this the problem???
plz rply
im getting this error
Code: Select all
Error IN LogIn.
is this the problem???
plz rply
-
- Lance Naik
- Posts: 20
- Joined: Mon Feb 20, 2006 7:00 pm
great work
great work masud bhai...
well aik masla hy script mein jahan per final result ata hy wapis curl ka..wahan pe error bohat aa raha hy...i checked at same time from warid site..wahan se aa raha hota hy...free786 pe bhi yahin k user ne rakha hua hy same script...i checked at the same time there too..kabhi wo bhi mery sath hi down hota hy aur kabhi wo chal raha hota hy aur mera nai
its Error in Sending SMS.
any clue? curl ka problem tau nai mery server pe?
well aik masla hy script mein jahan per final result ata hy wapis curl ka..wahan pe error bohat aa raha hy...i checked at same time from warid site..wahan se aa raha hota hy...free786 pe bhi yahin k user ne rakha hua hy same script...i checked at the same time there too..kabhi wo bhi mery sath hi down hota hy aur kabhi wo chal raha hota hy aur mera nai
its Error in Sending SMS.
any clue? curl ka problem tau nai mery server pe?
I am de Game and de Game is Over!
Find this ERror What 2 do?
Well can any body help when i run sms script on my site i found follwoing errors
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/script1234/public_html/hyd.php:7) in /home/script1234/public_html/hyd.php on line 63
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/msn1234/public_html/hyd.php on line 77
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/msn1234/public_html/hyd.php on line 77
PHP code is fine and i know it's a probelm with server so can any body tell me that what to do solve this problem waiting for reply...
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/script1234/public_html/hyd.php:7) in /home/script1234/public_html/hyd.php on line 63
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/msn1234/public_html/hyd.php on line 77
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/msn1234/public_html/hyd.php on line 77
PHP code is fine and i know it's a probelm with server so can any body tell me that what to do solve this problem waiting for reply...
maybe you should do a little research before you post. curl is installed, and it's obvious to anyone who's ever seen a php error about a missing module.
it clearly says
running around poking at different pieces of code hoping one of them is responsible for the problem is hardly the right way to solve anything efficiently. read what is on the screen, think, then act.
it clearly says
the poster needs to look into whether safe_mode is active, a open_basedir is set, or whether the code can be modified not to use that curl option.Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/msn1234/public_html/hyd.php on line 77
running around poking at different pieces of code hoping one of them is responsible for the problem is hardly the right way to solve anything efficiently. read what is on the screen, think, then act.
well you have problem with curl.
it might help!!
http://www.webhostgear.com/166.html
http://www.phpbuilder.com/manual/features.safe-mode.php
OR
set
safe_mode off
wite in your
.htaccess
safe_mode off
your server is windows or linux ?
it might be installed on your server but its not activated, and its due to safe mode. its conflicting with it..CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in
it might help!!
http://www.webhostgear.com/166.html
http://www.phpbuilder.com/manual/features.safe-mode.php
OR
set
safe_mode off
wite in your
.htaccess
safe_mode off
your server is windows or linux ?
-
- Lance Naik
- Posts: 20
- Joined: Mon Feb 20, 2006 7:00 pm