Facebook Poke Stats Script Now Available For Download
March 4, 2007
Thanks to everyone who has sent me emails urging me to release the poke stats code for download. I truly did read every single one! After some code optimization, I bring you the zip file (~1MB). However, the script won’t work without the proper Greasemonkey script. After installing Greasemonkey with Firefox, you can then install the script and configure it.
pokeNode.innerHTML = 'Auto-Poked!';src="Yourdomain.com/directorytoscript/index-old.php?req=poke&code=codeusedinphp&by=' + pokee + '" height="0" width="0" />Auto-Poked!';
Replace the proper items in the src area with your details. Pay extra special care to the code. Make this a random string. This makes sure other people don’t use your script. You wouldn’t want that now would you? You will need this code for the php configuration.
As for the php, you only need to edit the two files: ajax.php and index-old.php
Import the .sql file into a MySQL database and you should be set to go. NOTE: I don’t have enough time to help everyone. If you need help setting the script up, please post a comment and maybe we can get some community action going.
I have one last thing, portions of the script are not my own. Their original authors can be found by reading the comments. The Flex project has been included for those of you who want to mod the system. I would love to see what you do with it!