Hey all- It's like the top says. Here's my problem: the code that the counter uses refers to a folder that is in the directory before the directory that phpbb is in. IE, the counter is in directory c:/website/www/counter/, while the phpbb folder is c:/website/www/forums ok here's the code that the ...
fleccy, I don't know if you knew this, but this code is all that is needed to do the same job <?php define('IN_PHPBB', true); $phpbb_root_path = './'; include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); // // Start session management // $userdata = session_page...
i have digichat which works a treat for me ''i can offer u a digichat applet which is linked to my site, so ill give da java script 2 you and you make ur own page for it, when they connect to chat, just connects to mine, bringing 2 sites users into 1 chat room making it better and have more people ...
Thanks for the tip beardeddone :wink: Now I try to login with my forum admin nick into the chat admin panel but I get the error that I'm not an administrator. I which file can I check this and change it ? Someone must be admin, right ? Did you read the section on How To Make a Admin? He's got it sh...
I installed the chat and did all the database modifications. But every time I click to enter chat I have to enter my nick and password Can't this be stored in database ? another thing is my long nick. When going to admin panel it doesn't fit because of the 10 letter limit. I thought all was linked ...
Niels Chr. Denmark wrote:
ok that explains it...I can't say exactly where you should place the code. but proberly some where near the spot you found
Ok, thanks, will try it, I did find some code of an older mod of yours in some of these files for this mod, but I'm just replacing it with the newer code.
redirect(append_sid($url, true)); } else { message_die(CRITICAL_ERROR, "Couldn't start session : login", "", __LINE__, __FILE__); Wow, I can't seem to find this code anywhere in my login.php But I do have this // MOD: Redirection Suite - Global (login after registration) // else...
ok after installing this user CP Mod I must say its awesome! .. however I am running into one main issue .. here is the error that I am getting when I click on the buddy list link in the CP ... I am running PHPBB 2.0.6 .. Did you run ALTER TABLE phpbb_ranks CHANGE rank_title rank_title VARCHAR(255)...
I have read all the messages here and didn't see any refference to my problem. In the admin userlist under Group when I click on none (Member) I get the following error Error getting user list for group DEBUG MODE SQL Error : 1064 You have an error in your SQL syntax near 'ORDER BY u.username' at li...
Because they were needed for the v1.0.4 :). Remember you are supposed to upgrade each version to the last, in order to get the lasts fixes, the older upgrades descriptions are just there as archive purpose. Well I suppose you have your reasons for doing this this way, but it sure can get confusing ...
You didn't get how this works actually : you have two mod descriptions : one to upgrade from the previous version, and one to install a brand new version (see the mod description in the header). From there, there are no redundant files : if you follow the upgrade instructions, you will get the same...