![]() |
Quote:
Replace: SELECT * FROM arcadescores WHERE userid=$user AND valid=1 ORDER BY endtime DESC With: SELECT * FROM arcadescores WHERE userid=$userid AND valid=1 ORDER BY endtime DESC in the proarcade.php file. No guarantees. Give it a try. And i would highly recommend that you check your vbulletin installation. It seems that you are running 2.2.8 and not 2.3.1 as you think. This could also cause many problems. Cheers, Pseudomizer |
Pseudomizer: Thanks again for figuring out the upload bug in the Admin CP. I worked with it a bit and discovered what the exact problem was.
In some versions of Apache/PHP, variable names are automatically created from forms. So for example, the input file "championicon" would turn into "$championicon_name" and "$championicon_data" automatically when it's passed through the headers into the next page. So for some combinations of OS/Apache/PHP, this wouldn't happen, and the variables would not get inserted correctly into the database. The key then is to use the $HTTP_POST_FILES array for everything, rather than relying on PHP to do the dirty work. The vpaupload() function already does this for the data portion, but the name was being mishandled. So the code now looks like this: PHP Code:
|
Hi Futureal,
i am glad that you found the problem. Whenever i can help just tell me. Did you had time to check my "Hall of Fame" ? Cheers, Pseudomizer |
Yea, I did have a look at it, it's very nice.
The way I've implemented it so far is a bit different; instead of going strictly by months, it allows the admin(s) to define any sort of period as a separate group or event, and then contains its own high scores for that. So it's more work, in that the admin would have to manually start a new group for each month, but it can also be reset more often if necessary. I'm still testing it, and it won't be in Beta 2.1, but it will still make a showing in the vB2 version of the hack. :) Your site did inspire me to start thinking about an optional cron job that could automatically rotate the scores each month/week/whatever. |
Quote:
On unix a cronjob and on windows an AT job ( you can use Auto2000 to have a nice GUI on windows for that ). If you need someone to test your solution just tell me. Cheers, Pseudomizer |
when is this thing gunna go full release?????
|
its in testing, if all goes well, the next beta should be out soon :)
|
hi. nice hack. but i've got a problem to solve.
When I wanna start out playing a game, the game loads and loads and loads, but noth' happens. Hope u can help me. http://www.mangaboard.com/forums/vbproarcade.php |
go into the arcade options in your admin panel and double check your filepath to the games folder.
defaulted you will see /games/ I had to change mine to games/ then it worked |
All things come in good time.
|
All times are GMT. The time now is 11:22 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:
|