The Arcive of vBulletin Modifications Site. |
|
Details »»
|
|||||||||||||||||||||||||
Wouldn't you like to know who your 500th member was? Your 1,000th member? Your 100,000th one (if you have that much!
)?With this hack, you can with ultra-ease! ![]() To install this huge hack, open member.php and add this bit of code: Code:
[high] // "Find user profile by its number" hack by FireFly -->
if (isset($number)) {
$getuserid=$DB_site->query_first("SELECT userid FROM user ORDER BY joindate LIMIT ".(intval($number)-1).",1");
$userid=$getuserid[userid];
}
// <-- End "Find user profile by its number" hack by FireFly[/high]
Code:
if ($userid=="" and $username!="") {
![]() Now, to find your 100th member, just go to this link (with your forum address, of course): https://vborg.vbsupport.ru/member.ph...nfo&number=100 Have fun. ![]() Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
nice hack FireFly
thanks |
|
#3
|
||||
|
||||
|
lol cant u go to userid=3 or whatever firefly?
|
|
#4
|
||||
|
||||
|
o NM NM i see, AWESOME hack firefly!
|
|
#5
|
||||
|
||||
|
Quote:
|
|
#6
|
|||
|
|||
|
Thanks again buddy!
|
|
#7
|
|||
|
|||
|
Is there anyway that you could incorporate this hack into the admin cp so that all you would just have to do is type in a number for example 69 and it would find the 69th member?
This would be even better. Let me know. |
|
#8
|
|||
|
|||
|
nice
|
|
#9
|
||||
|
||||
|
Quote:
Edit: by the way the hack is helpful
|
|
#10
|
|||
|
|||
|
My members are going to love this...lol.
Right when my board neared 5000 members, everyone was itching to know who the 5000th member would be. The evil person I am, I changed the numbers to be random between 2000 and 10000...*snicker*
|
![]() |
|
|