blogscrubber Posted May 28, 2007 Share Posted May 28, 2007 First open up http://24.16.171.223/ to see the start page, then call the program using any url address, you'd like. Be sure to include http://www in your request or it will fail. This thumbnails program is in beta testing, feel free to call the program using http://24.16.171.223/thumb.php?url=http://www.yoururl.com, you must be sure to include http://www in url or your request will fail! If you add &x=300&y=300 at the end of http://www.yoururl.com&x=300&y=300 it will resize the thumbnail to any pixel size x,y is specified! If you use &full at end of http://www.yoururl.com&full it will display the full length thumbnail, you'll see, big extra among other thumb sites! Feel free to use the thumbnails for your sites by using <img src="http://24.16.171.223/thumb.php?url=http://www.yoururl.com"> while this thumbnails site is in beta testing, it will remain free, after I work out all the bugs, we will charge $5.00 for up to 5000 requests per month, per user. Thanks alot for helping me work out the bugs, I hope this site will be big! Spent alot of time programming... if you have any advice or ideas please email me at blogscrubber@gmail.com! Thanks again, brandon. Link to comment https://forums.phpfreaks.com/topic/53245-new-website-thumbnails-program-just-about-finished-need-help-loading-the-queue/ Share on other sites More sharing options...
gabeg Posted May 28, 2007 Share Posted May 28, 2007 First, I would add a textbox where the user simply types in their url. Also, you should then use regex to find out whether they have included the www. or not, and then add it as you see fit. Link to comment https://forums.phpfreaks.com/topic/53245-new-website-thumbnails-program-just-about-finished-need-help-loading-the-queue/#findComment-263379 Share on other sites More sharing options...
Recommended Posts