![]() |
ok I got a demo goin on RC4,
user: Chat_Guest pword:guest http://www.newsoutlet.info/forums/index.php still not able to get pass the login for the admin tho.. |
Quote:
|
To be able to log into the admin with VB3 RC4, change that lines in login.lib.php that looks like this:
"$DbLink4Login->query("SELECT password,perms FROM ".C_REG_TBL." WHERE username='$NAME' LIMIT 1"); if ($DbLink4Login->num_rows() != 0) { list($PWD_Hash, $perms) = $DbLink4Login->next_record(); if ($PWD_Hash == md5($PASSWORD)) || $PWD_Hash == $PASSWORD)" to this: "$DbLink4Login->query("SELECT password,perms,salt FROM ".C_REG_TBL." WHERE username='$NAME' LIMIT 1"); if ($DbLink4Login->num_rows() != 0) { list($PWD_Hash, $perms, $salt) = $DbLink4Login->next_record(); if ($PWD_Hash == md5(md5($PASSWORD).$salt) || $PWD_Hash == $PASSWORD)" |
Hack worked great for me. :)
Craig |
Quote:
|
nice job sry i been away :) i iz back now really
|
Is it possible for the chat not to ask for the user name and password? I would like all the users in the chat to be auto logged in with the same user as they have in the forum.
Does anyone have that working? |
Hi, I've followed the instructions 100%, and it only loads a white page :(
I tried editing the template src as well to /room and still nothing. Can anyone help? thanks |
I've seen this before where the chat templates have been loaded into a different style to the one you have currently selected.
|
Quote:
|
All times are GMT. The time now is 03:01 AM. |
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:
|