The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Im looking for a hack that shows the top posters on your baords on the main page, so I can make it show up on my home page, anyone ever seen one?
|
#2
|
|||
|
|||
Code:
SELECT user.posts, user.username FROM user ORDER BY user.posts DESC, user.username DESC LIMIT 0, 10 |
#3
|
|||
|
|||
Wow thanks, but how do I, and what can I do with one line of code? What do i do to incorp it into a php file in another DIR
|
#4
|
|||
|
|||
Sorry, I wasn't thinking...
PHP Code:
HTH -jim |
#5
|
|||
|
|||
THANKS MAN! Wow, this wasnt hard like it thought, sweet!
|
#6
|
|||
|
|||
I did that and I get this error
Warning: Supplied argument is not a valid MySQL-Link resource in /web/sites/3/leokiller/www.flyaway.f2s.com/board/main.php on line 15 and on line 15 the only thing on is is this symbol -> { |
#7
|
|||
|
|||
help ...
|
#8
|
|||
|
|||
help help help plzzzzzzz
|
#9
|
|||
|
|||
try changing the lines to this:
PHP Code:
Good Luck, |
#10
|
|||
|
|||
is sais error connecting to DB ,how is that possible ? It uses my global.php yes ? Well since my vbulletin shows no problems and connects without errors ,how can this script make an error connecting ? Please help , I really want this script to work
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|