User Profile
Collapse
-
Atli, I tried what you said but did not get the right result. Anyway thank you! -
I have removed the function the other function. But it is not working yet.
...Code:session_start(); //include_once('text_class.php'); function navigate($page) {echo "<script language='javascript'>location='$page';</script>";exit;} function curl_get_file_contents($url) { $c = curl_init(); curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);Last edited by Atli; Jan 15 '09, 03:44 PM. Reason: Removed sensitive info. (Markus added the code tags earlier).Leave a comment:
-
That is what I did it did not work
[code=php]
<?
session_start() ;
//include_once('t ext_class.php') ;
function navigate($page) {echo "<script language='javas cript'>location ='$page';</script>";exit;}
function send_sms($recei ver,$content)
{
$logIn = 'user';
$pwd = 'pwd';
$clientId = '7f7UHfUp';
//$receiver = '230528332548';
//$content...Last edited by Atli; Jan 15 '09, 03:36 PM. Reason: Added [code] tags and removed sensitive info. Check your inbox at the top of the page!Leave a comment:
-
-
This works but does not hide the url. Please help, it's urgent.
[code=php]
function send_sms($recei ver,$content)
{
$logIn = 'raphael';
$pwd = 'pwd';
$clientId = 'rg7U97fH7fUujp ';
//$receiver = '238052433258';
//$content = 'Just Testing';
$Type = 'TEXT';
$Sender = 'raphsoft';
$url = "http://208.77.188.166: 8080/server/sendsms/?login=$logIn&p assword=$pwd&cl ientid=$clientI d&receiver=$rec eiver&message=$ content&message _type=$Type&sen der=$Sender";...Leave a comment:
-
execute a url from php page without showing it
Execute a url from php page without showing it.
This is what I have:
[code=php]
function send_sms($recei ver,$content)
{
$logIn = 'raphael';
$pwd = 'pwd';
$clientId = 'rg7U97fH7fUujp ';
//$receiver = '238052433258';
//$content = 'Just Testing';
$Type = 'TEXT';
$Sender = 'raphsoft';
$url = "http://208.77.188.166: 8080/server/sendsms/?login=$logIn&p assword=$pwd&cl ientid=$clientI d&receiver=$rec eiver&message=$ content&message _type=$Type&sen der=$Sender";...Last edited by Atli; Jan 15 '09, 10:53 AM. Reason: Added [code] tags and replaced some of the more sensitive data.
No activity results to display
Show More
Leave a comment: