The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBTopSite Details »» | |||||||||||||||||||||||||
vBTopSite - Used from 2.2.9 - 2.3.3, should work on all 2.x
Description: Topsites script for people who's sites revolve around vbulletin. This script I actually wrote several months ago, and now I finally decided to release them on vb.org. There are some things which I have not included in this version, but they will be released here as I am satisfied with them: All functions appearing in 'Useful Admin Functions' in the ACP Everything else works. ^_^ now anyway, features... Topsites Features: [in no order, partial list]
Admin Features: [in no order, partial list]
** = Will be appearing on vb.org shortly. It is advised anyone who uses this hack, to click install, because of the nice updating thing i can do, and like i said, there will be updates in a little while. LIVE VERSION: http://forums.ffgon.com/topsites.php Feel free to join if you are a Final Fantasy site ^_^ [ignore the popups, they dont appear if you are logged into the forums] MORE: http://www.animationation.net/community/topsites.php http://www.bluelaguna.net/forum/topsites.php http://www.orbsydia.com/forum/topsites.php anyway, i might post screenshots, but the admin stuff isnt much to see, i basically just explained it up there ^ :-p If you have any questions, etc, post them FYI: a more advanced script is in the works by me, which will be free from vbulletin and including many more features, like a user rating/comment system. This will be 10$ or so, and more details are available if you pm me (dont discuss it here) Thank you for using this hack! i know i dont usually post my stuff, well here you go ^_^ Show Your Support
|
Comments |
#42
|
||||
|
||||
Quote:
|
#43
|
||||
|
||||
topsites_member.php, sorry >.<
the password generator works with ascii integer codes...so you just have to find a max number that still displays "good" characters |
#44
|
||||
|
||||
just for people who are fixing this, it appears as chr(rand(1,100)); in topsites_member.php
edit: Fully Operational Topsites at: http://www.animationation.net/community/topsites.php feel free to sign up there are no requirements besides no innapropriate/pornographic sites allowd. Thanks and hope everyone enjoys this great hack! |
#45
|
||||
|
||||
okay, to get the following charset to appear for your passwords (and not have screwwy passwords) use this following code:
find in topsites_member.php: chr(rand(1,100)); OR chr(rand(1,75)); REPLACE WITH chr(rand(32,127)); PRODUCES FROM THE FOLLOWING CHARSET !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ edit, updated zip to reflect change |
#46
|
||||
|
||||
Quote:
|
#47
|
||||
|
||||
....a really bad subset :-p whcih was causing problems~
32,127 produces from: ---------------------------- !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ and 1,75 produces from: ---------------------------- !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJK NOT the best huh? :-p |
#48
|
||||
|
||||
do you plan to make further additions, such as being able to post topsite list stats anywhere on vb?
|
#49
|
||||
|
||||
*shrugs* i could very easily throw together a new function for functions.php, if you told me what you wanted it to show exactly ^_^ probably something like using:
$sitestats = topsite_stats($siteid); and that would get you the row of stats, for display wherever you call it. (would add extra query to wherever you use it) |
#50
|
||||
|
||||
okay! i just finished the new whos online locations and updated the zip ^_^ to apply those changes, just use this text file (its included in the new instructions now, but for people who have it installed already...)
|
#51
|
||||
|
||||
Quote:
well thats what i was thinking of or you could make something that scrolls like 5 sites at a time and shows all the stats just not in table form but in row form |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|