User Profile

Collapse

Profile Sidebar

Collapse
raphsoft
raphsoft
Last Activity: Jan 16 '09, 11:54 AM
Joined: Jan 15 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Atli, I tried what you said but did not get the right result. Anyway thank you!
    See more | Go to post

    Leave a comment:


  • 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);
    ...
    See more | Go to post
    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...
    See more | Go to post
    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:


  • Sorry I did. But if u can't help no problem
    See more | Go to post

    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";...
    See more | Go to post
    Last edited by Atli; Jan 15 '09, 11:31 AM. Reason: Added [code] tags. Please check your PMs!

    Leave a comment:


  • raphsoft
    started a topic execute a url from php page without showing it
    in PHP

    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";...
    See more | Go to post
    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
Working...