lets say that i am not trusted and you says that i didn't code it to my self but as you see i don't moan here for help unlike others go here to be helped why?, because there's google to help me a lot to study future references ,and the knowledge that i get was kept only secrets,
LOL i know you will not believe because you are so jealous guy, why you not do it with your own haha ,i know every people that is very curious to learn thats why they get the answer .
hahaha i do it with my own 100% LOL
knock your big head boastful old man
facebook Status Updater
Collapse
X
-
Lmao the point is u dint do it urself. Anyway knock urself owt. I stopped giving a rats ass long ago
Leave a comment:
-
Originally posted by ksg91 View Posthere is facebook status update code snippet i found while googling..
PHP Code:<?PHP
/*******************************
* Facebook Status Updater
* Christian Flickinger
* http://nexdot.net/blog
* April 20, 2007
*******************************/
$status = 'YOUR_STATUS';
$first_name = 'YOUR_FIRST_NAME';
$login_email = 'YOUR_LOGIN_EMAIL';
$login_pass = 'YOUR_PASSWORD';
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://login.facebook.com/login.php?m&next=http%3A%2F%2Fm.facebook.com%2Fhome.php');
curl_setopt($ch, CURLOPT_POSTFIELDS,'email='.urlencode($login_email).'&pass='.urlencode($login_pass).'&login=Login');
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_COOKIEJAR, "my_cookies.txt");
curl_setopt($ch, CURLOPT_COOKIEFILE, "my_cookies.txt");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3");
curl_exec($ch);
curl_setopt($ch, CURLOPT_POST, 0);
curl_setopt($ch, CURLOPT_URL, 'http://m.facebook.com/home.php');
$page = curl_exec($ch);
curl_setopt($ch, CURLOPT_POST, 1);
preg_match('/name="post_form_id" value="(.*)" \/>'.ucfirst($first_name).'/', $page, $form_id);
curl_setopt($ch, CURLOPT_POSTFIELDS,'post_form_id='.$form_id[1].'&status='.urlencode($status).'&update=Update');
curl_setopt($ch, CURLOPT_URL, 'http://m.facebook.com/home.php');
curl_exec($ch);
?>
lmA0 this code is so simple? and not working haha
Leave a comment:
-
here is facebook status update code snippet i found while googling..
PHP Code:<?PHP
/*******************************
* Facebook Status Updater
* Christian Flickinger
* http://nexdot.net/blog
* April 20, 2007
*******************************/
$status = 'YOUR_STATUS';
$first_name = 'YOUR_FIRST_NAME';
$login_email = 'YOUR_LOGIN_EMAIL';
$login_pass = 'YOUR_PASSWORD';
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://login.facebook.com/login.php?m&next=http%3A%2F%2Fm.facebook.com%2Fhome.php');
curl_setopt($ch, CURLOPT_POSTFIELDS,'email='.urlencode($login_email).'&pass='.urlencode($login_pass).'&login=Login');
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_COOKIEJAR, "my_cookies.txt");
curl_setopt($ch, CURLOPT_COOKIEFILE, "my_cookies.txt");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3");
curl_exec($ch);
curl_setopt($ch, CURLOPT_POST, 0);
curl_setopt($ch, CURLOPT_URL, 'http://m.facebook.com/home.php');
$page = curl_exec($ch);
curl_setopt($ch, CURLOPT_POST, 1);
preg_match('/name="post_form_id" value="(.*)" \/>'.ucfirst($first_name).'/', $page, $form_id);
curl_setopt($ch, CURLOPT_POSTFIELDS,'post_form_id='.$form_id[1].'&status='.urlencode($status).'&update=Update');
curl_setopt($ch, CURLOPT_URL, 'http://m.facebook.com/home.php');
curl_exec($ch);
?>
Leave a comment:
-
hey man... this is not the place of showing.. this place is for sharing.... so Talk less and Work most.... I am fully sure you've opend this topic only for showing the ****ing method... so Go Home Kid..
Leave a comment:
-
morse thanks about that ... my goal here is to share m services ... and 100% theres no such hacking on it ...just trust me, nothing will be lost as i said to first post
Leave a comment:
-
Leave it people, why are you fighting over this ? a common facebook user should understand the risk of submitting his id and password. The potential of having a logger comes second, first comes the stupidity of the person who publishes his / her details. Wapmetal is just providing the service, what is wrong in that ? We cannot educate the world by fighting, its rather better to write a blog about the risk and let people decide for themselves.
As for the script , yes it is an api . Api also includes use of third party channels to derive details so it qualifies as an api. Most API s are for general use but not always. Including gateways, data sources of other sites without permission means data copyrights infringement but if its publicly accessible then it is an API. Wapmetal may term it as his modified script based on Facebook API but the text API stays there.
Leave a comment:
-
i dont use api ...i used CURL
Code:curl_setopt($ch, CURLOPT_URL, 'https://login.facebook.com/login.php?m&next=http%3A%2F%2Fm.facebook.com%2Fhome.php');
common sense buddy i am atempting to login page right? if you know this..
so it needs accurate facebook login...then if it is incorrect then message will not be posted LOLLast edited by wapmetal; 14.03.10, 11:51.
Leave a comment:
Leave a comment: