![]() |
It was working before. Then I started to play with it to get it to recognise active members as the first member it picked hadn't posted in months. I did a few steps in vbhacker and screwed it.
|
Did you run the needed query in the database and insert the code into the index.php?
|
I think I screwed the query by running it again or something
If someone could give me the pure query, I'll run it again in phpmyadmin. |
[sql]INSERT INTO template (templateid,templatesetid,title,template) VALUES (NULL,-2,'memberoftheday','0||vb||0||vb||0');[/sql]
|
Ran the query, no joy. I'm sure I'm missing some code. from my index.php:
PHP Code:
|
There's your problem. You don't have the needed code for this hack installed.
You need to replace this: PHP Code:
PHP Code:
|
Yea, it works! One down about 5 to go. On to the stats panel now. Thanks man, your help has been really appreciated. Any more ideas on the quick reply box? I PMed ya....
|
I PMd you the fix for that earlier. You had your showthtread.php code in the showthread_replybox template. Delete that code and put in the code I PMd you for the showthread_replybox, upload the showthread.php I fixed for you and it will work.
Quote:
|
cant use this, i used Vbindex,
|
Boofo, didn't get that PM for some obscure reason. If you could, please send again as I'm killing myself over this....
TIA |
I tried to change the wording on the Member of the day to Member of the Moment (because it seems to picking a new member whenever it wants, lol).
I changed it to: Quote:
|
For the Quick Reply Box, You have mixed up the code for the showthread.php and the code for the showthread_replybox template. Start over and take what you have out of the showthread_replybox and put in the right code for it and then upload the showthtread.php that I fixed for you and it should work fine.
|
That's just the problem. Firefly's instruction's said:
Quote:
Sorry to be a pain. :( |
Clear your cache and re-download the instructions in the first post of that thread. It is all there. I checked it.
|
Dude, I ain't tripping. Look at what I'm seeing. There are no instructions other than to create the template itself. Then there's an image of the box. Is the html transforming into an image especially for me?
|
What are you viewing that in?
|
I'm not viewing it in anything. I'm just hitting FireFly's .txt link in his first post and that's what I get. And it isn't just FireFly's either. I'm getting on a few others/
Tell me I'm not crazy! I'm new to hacking vB but not to php and the concept of hacking in general. ;) |
Shameless bump. I know I'm asking about this in the wrong thread but that's just the way it turned out. :)
|
Just download the text file and follow the instructions in it and you can't go wrong.
Quote:
|
Okay, got that working after someone showed me what FireFly's text doc really looks like. Have no idea why I can't see these files properly.
Also got this hack working the way I want too. Install has been clicked. :) Now to find that active users today hack, wher the hell was that....... |
Double post. :tired:
|
Quote:
Code:
Database error in vBulletin 2.2.6: |
Did you try lastvisit?
Quote:
|
Not a happy chappie though. ;)
Hack still rocks Chen. To chose an active member from the last 14 days is much better. What is wrong with the syntax in this statement: Code:
WHERE userid<>$daybits[1] AND lastactivity>".time()-(86400*14)." |
Try this and let me know what happens:
Code:
WHERE userid<>$daybits[1] AND lastvisit>".time()-(86400*14)." Quote:
|
You mean:
Code:
WHERE userid<>$daybits[1] AND lastvisit>".time()-(86400*14)." |
Ooops, didn't see that post, dude. You want to try it?
|
Yes. Did you try it yet? :)
Quote:
|
You won't know until the a new day and a visitor triggers the MOTD query. That's 18 hours for me.
|
But did you get an error with that like you did with the other code?
Quote:
|
No errors on FireFly's original code. I won't know if this will bomb until the next day......
|
Help!
I used: Code:
WHERE userid<>$daybits[1] AND posts>99 Is there a fix? |
When using:
Code:
WHERE userid<>$daybits[1] AND lastvisit>".time()-(86400*14)." Quote:
|
does this work with 2.2.7
|
problem on newer forums i think. when i enter the query into my database it doesnt save. like, usually if i enter a query twice it says that there is a duplicate column but not for the query here. when i have the hack installed i get an sql error because of this. it there an alternative query to run?
|
can anyone help?
|
hey dude!
do u know if this hack may be modified for giving some credits for "the LesaneĀ“s Store Hack". But if the guy dosnt log in i that day where he was selected for the member of the day he dost win ay money??? please help, i dunno much about programing |
whenever I upload the file to the admin folder and run vbhacker.php it doesnt come up, I have refreshed it about 20 times, I have the newest version of vbhacker also.
|
I installed this but it only shows the same two people every other day. I used the text file provided by vbhacker to install it. Are there known issues with this?
|
I installed this but it only shows the same two people every other day. I used the text file provided by vbhacker to install it. Are there known issues with this?
|
All times are GMT. The time now is 04:27 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|