
09-03-2005, 02:10 AM
|
 |
|
|
Join Date: Jul 2002
Location: US
Posts: 775
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by AnGeL 08
Hello
I try this hack but I have this error displaying on the top of my main page in the 4images
This is the error
PHP Code:
DB Error: Bad SQL Query: SELECT COUNT(*) as users FROM user WHERE user_id <> 0 Unknown column 'user_id' in 'where clause'
DB Error: Bad SQL Query: SELECT user_id, user_name FROM user WHERE user_level > 3 ORDER by user_joindate DESC Unknown column 'user_id' in 'field list'
Can any one help me with it?
Thanks
|
Did you replace session.php attached to your album file?
Quote:
-------
Step 1.
-------
Edit the included sessions.php
Correct the variables in the Configuration part
* the following variables are important, MAKE SURE you have them correct:
* Dont forget the trailing slash
* you still need to check and make changes in the CONFIGURATION section
define('VBLICENCE_NUMBER', 'XXXXXXXX'); //REPLACE XXXXXXXX with your Licence Number, usually on top of your vB files
define('ALBUM_FOLDER','/album/'); //Your Album Folder WITH trailing slash
define('COOKIE_TIMEOUT','1800'); //Set the same with your vB timeout, in second
$url_app = "http://www.yoursite.com/forums/";
Replace the file sessions.php in your album /includes/ folder with this sessions.php
|
|