I had some time to learn PHP and MySQL so I started to create PHP scripts . My first script for sale is a script that uses the Twitter API to show a detailed page and a follower counter image that can be shown on the user blog/site . LIVE DEMO : http://en.twittuit.com Detail page for each user ( example for shoemoney ) : The follower image is really easy to use and embed on sites/blogs/forums , the image url will be yoursite.com/follow.php?user=twitter_user . SEO Friendly URL's can be activated from your .htaccess to look like yoursite.com/twitter_user . MySQL database records username and followers but can be modified with ease to record even more like following , updates, twitter url etcetera... Price for the script : One copy - 15$ ( yea.. it's cheap , it's my first script that I will sell and I know how upset I was when someone sold a script at a big price ) Master resell rights - 200$ ( if you want to get the script and sell it to others at any price get MRR )
Warning: DOMDocument::load(http://twitter.com/users/show/myusername.xml) [domdocument.load]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home2/twittuit/public_html/entwittuit/twitter.php on line 17 Warning: DOMDocument::load() [domdocument.load]: I/O warning : failed to load external entity "http://twitter.com/users/show/myusername.xml" in /home2/twittuit/public_html/entwittuit/twitter.php on line 17 I Think if a username doesnt exist we get the above error
Well , the script needs a real twitter username to work with , no real username results in no twitter api to fetch data from ... Edit : I will work in fixing that erorr ..