Version: 2.0.0, by derekivey
Developer Last Online: Jan 2010
Version: 3.5.8
Rating:
Released: 10-17-2005
Last Update: 01-04-2007
Installs: 412
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files Translations
No support by the author.
Toplist Developer:derekivey Version: 2.0.0 vBulletin Version: 3.5.5 (Seems to work fine on 3.6.0) File Edits: 0 Template Edits: 2 (Optional) New Phrases: 294 Uses Plugins: Yes! Difficulty: Easy
Description: This hack adds a Toplist to your forums. You can choose in the AdminCP whether to rank the sites by their In hits or their Out hits. It is fully phrased to make it easy to translate to another language if you need to. The users are able to add a site, edit, or delete their site if they added it. The Administrators can Edit the users' sites or Delete them.
This hack is for vBulletin 3.5.5.
*** I Strongly Recommend That You Backup Your Database Before Installing/Upgrading This Hack! ***
Planned features for a later release:
Add Image Storage Setting (hot linking or upload)
Add Stats Page [ Will be released later ]
Add API to get site info onto non-vB pages and other vB pages.
Add Site Comment System
Fix bug with & not being allowed in URLs [ Done ]
Add Setting to choose where to put Toplist Sites Marquee
Quick question: is it possible to add another protocol to the url validation?
I found this in the add_site.php and edit_site.php:
PHP Code:
//------------------------------------------------------------
// Make Sure the URL Submitted is Valid.
//------------------------------------------------------------
$check_url = substr($vbulletin->GPC['url'], 0, 7);
if ($check_url == "http://")
{
My knowledge of IF arguments faded with the selling of my Amiga 12 years ago, I hope someone can whip up an example.
Would like to add two more protocols for radio and chat.
The link check will have to be disabled off course (shame, briliant feature)
if ($check_url == "http://" OR $check_url == "protocol://")
Replace protocol with the protocol.
If the protocol is longer than http, you will have to add another $check_url var (different name though, and change the 7 to the total amount of characters including the :// part.
if ($check_url == "http://" OR $check_url == "protocol1://" OR $check_url == "protocol2://")
anyway, thanks again.
You would have to make a new $check_url variable (with a different name), and change the 7 in the function to the number of characters of the protocol you want to check.
Quote:
Originally Posted by akulion
hi what am i suppsed to put in these feilds when creating a scheduled task?
varname
Log Phrase
Description
cos otherwise it just says "please fill in all required feilds"
thanks
aku
Please see the readme file. They are listed there.