Jump to content

at&t login script cingular login script


operat0r_001

Recommended Posts

* installed libcurl support under phpextensions

* used firefox LiveHTTPHeaders plugin to get  data

#!/usr/local/bin/bash
export varcingular=`php /bin/CINGULAR.PHP | grep Used | awk '{print $2}'`
if [[ "$varcingular" -gt "400" ]]
then
echo WARNING  $varcingular minutes |mailx ##########@cingularme.com
fi

<?php
# change ########## and password 

    $ch = curl_init(); 
    curl_setopt($ch, CURLOPT_URL,'https://www.snort.org/login/');
    curl_setopt($ch, CURLOPT_USERAGENT, 'rmccurdy_com');
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
    curl_setopt($ch, CURLOPT_COOKIEFILE, cookie);
    curl_setopt($ch, CURLOPT_COOKIEJAR,  cookie);
    $result = curl_exec ($ch);
    curl_close ($ch);





    $ch = curl_init(); 
    curl_setopt($ch, CURLOPT_URL,'https://www.wireless.att.com/olam/loginAction.doview');
    curl_setopt($ch, CURLOPT_USERAGENT, 'rmccurdy_com');
    curl_setopt($ch, CURLOPT_POST, 1); 
    curl_setopt($ch, CURLOPT_POSTFIELDS, 'actionEvent=loginInProgress&targetURL=&wireless_num=##########&pass=password&x=30&y=4&rememberCtn=on'); 
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
    curl_setopt($ch, CURLOPT_REFERER, 'https://www.wireless.att.com/olam/loginAction.doview');
    curl_setopt($ch, CURLOPT_COOKIEFILE, cookie);
    curl_setopt($ch, CURLOPT_COOKIEJAR, cookie);
    $result = curl_exec ($ch);
    curl_close ($ch);

#    print     $result;    

        $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL,'https://www.wireless.att.com/olam/loginAction.olamexecute');
        curl_setopt($ch, CURLOPT_USERAGENT, 'rmccurdy_com');
    curl_setopt($ch, CURLOPT_POST, 1);
    curl_setopt($ch, CURLOPT_POSTFIELDS, 'actionEvent=login&reportActionEvent=A_LGN_LOGIN_SUB&fromPage=');
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
        curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
        curl_setopt($ch, CURLOPT_REFERER, 'https://www.wireless.att.com/olam/loginAction.doview');
        curl_setopt($ch, CURLOPT_COOKIEFILE, cookie);
        curl_setopt($ch, CURLOPT_COOKIEJAR, cookie);
    $result = curl_exec ($ch);
    curl_close ($ch);

 #       print   $result;

    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL,'https://www.wireless.att.com/olam/dashboardAction.olamexecute');
        curl_setopt($ch, CURLOPT_USERAGENT, 'rmccurdy_com');
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
        curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
        curl_setopt($ch, CURLOPT_COOKIEFILE, cookie);
        curl_setopt($ch, CURLOPT_COOKIEJAR,  cookie);
    $result = curl_exec ($ch);
    curl_close ($ch);
print   $result;
?>

# +MobileNumber@alltelmessage.com Alltel

# +MobileNumber@message.alltel.com Alltel (alternate)

# +MobileNumber@mmode.com former AT&T users on Cingular

# +MobileNumber@mobile.celloneusa.com Cellular One

# +MobileNumber@mobile.mycingular.com Cingular

# +MobileNumber@page.nextel.com Nextel

# +MobileNumber@omnipointpcs.com OmnipointPCS

# +MobileNumber@qwestmp.com Qwest

# +MobileNumber@messaging.sprintpcs.com Sprint (US)

# +MobileNumber@tmomail.com T-Mobile

# +MobileNumber@vtext.com Verizon (incl. AirTouch)

# +MobileNumber@vzwpix.com Verizon (incl. AirTouch) for pictures (MMS)

# +MobileNumber@vmobl.com Virgin Mobile (US customers only)

# +MobileNumber@teleflip.com All carriers

Link to comment
Share on other sites

  • 5 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...