![]() |
Home
iRate! IceMelon IM Tutorials Headlines CoolSites PHP Functions |
Taking tutorial submissions! Please email them to dave[AT]icemelon[DOT]com for review. Thanks!
Latest Tutorials IceMelon IM: Add IM Functionality to phpBB [Misc] Want to add site-wide member IM to your phpBB community? Sure you do. Simple step-by-step instructions inside. IceMelon IM: Add IM Functionality to vBulletin [Misc] Want to add site-wide member IM to your vBulletin community? Simple step-by-step instructions inside. Crawl Your Site for PageRanks [PHP] So you know your site has a PageRank of 8. What about the PRs of all the inner pages? This tutorial will teach how you to automate the process of grabbing all these PRs. Create CAPTCHA images [PHP] Worried about bots? Then create CAPTCHA images to prevent bots from taking advantage of your site. Convert SHN and FLAC files to MP3 [Misc] Low on disk space and have an insensitive ear? Here are some steps to converting SHN and FLAC files to MP3 format. [View All] Become a sponsor for $15/month. Link is sitewide - PR5 homepage, 20+ PR4 pages, 90+ PR3 pages. Email dave[AT]icemelon[D0T]c0m. |
Awesome Tutorials
iRate!: Generate Top-Lists By dave
So, what is a "top list?" This is just a list displaying your top-ranked (or low-ranked) items. You can create lists by category and specify how many to rank and in what order.
Okay, let's begin. First, log in, and scroll down to the third bullet under Tips. Grab the code in the textbox there, and modify that according to this tutorial. Example Javascript snippet: do NOT grab this as your code—it will not work! <SCRIPT SRC='http://www.icemelon.com/irate/toplist.php?x=8& enc=7c3594f6ac211ce905462eea58ed55af&cat=<CATEGORY>&displayNum=<NUMBER>& minVotes=<NUMBER>&lowest' TYPE='text/javascript'></SCRIPT> The parameters of the source URL can be broken down as follows: A couple of source URL examples Hmm. So let's say you have a movie blog. Each entry describes a movie, and your visitors can rate each movie (sorta like IMdB). You want a list of the top 50 movies, ranked by visitor ratings. To make this list, a movie must've amassed at least 100 votes. Also, you have categorized these items as "movie." Here's the URL you would use: http://www.icemelon.com/irate/toplist.php?x=8&enc=7c3594f6ac211c e905462eea58ed55af&cat=movie&displayNum=50&minVotes=100 You also want a list of the 20 movies with the worst ratings. To make the list, 5 votes (remember, this is the default value) is all you need. Here's the URL: http://www.icemelon.com/irate/toplist.php?x=8&enc=7c3594f6ac211c e905462eea58ed55af&cat=movie&displayNum=20&bottom That should get you going. If you have any problems, suggestions, or just general feedback, please email me. (The email's on the bottom of the page.) P.S. Check out my new site TheManWhoSoldtheWeb.com, where I publish guides and scripts on Internet Marketing and SEO. Here is a limited time freebie: the Rapid Google Indexer. |