Search found 16 matches

by truehead
Tue Apr 23, 2002 4:57 pm
Forum: 2.0.x Discussion
Topic: [solved] auto login out / cookie problem
Replies: 4
Views: 2628

what do you think could be wrong? :cry:

my cookies seem to be correct, cause they work on my forum.

could you post your cookie settings?
by truehead
Tue Apr 23, 2002 12:17 pm
Forum: 2.0.x Discussion
Topic: [solved] auto login out / cookie problem
Replies: 4
Views: 2628

i think this code was posted by hsim.

does anybody use this code? does it work?
by truehead
Mon Apr 22, 2002 5:44 pm
Forum: 2.0.x Discussion
Topic: [solved] auto login out / cookie problem
Replies: 4
Views: 2628

[solved] auto login out / cookie problem

hi! i use this code to auto idenify my users: <? $phpbb_root_path = './forum/'; // set path to phpBB files define('IN_LOGIN', true); // exclude this page from global board disable define('IN_PHPBB', true); // bypass hacking protection include($phpbb_root_path . 'extension.inc'); include($phpbb_root_...
by truehead
Wed Apr 17, 2002 7:27 pm
Forum: 2.0.x Discussion
Topic: Authentication on site (again) - clarification?
Replies: 9
Views: 3634

amorya could you post your code you use to authenticate users on your webesite?
by truehead
Mon Apr 15, 2002 6:57 pm
Forum: [2.0.x] MOD Requests
Topic: [Request] Includeable Auth System
Replies: 0
Views: 1235

[Request] Includeable Auth System

It would be very nice :wink: if someone could programm a lite version of the phpBB Auth System. It must be a 1 file includeable nad should show the following messages: If logged in: Logged in as USERNAME If not: Not logged in Always: # Guest and # Users online It should use the cookie and the auto l...
by truehead
Mon Apr 08, 2002 7:29 pm
Forum: 2.0.x Support Forum
Topic: Inserting PHP code in .tpl template files?
Replies: 10
Views: 4145

i got my header file and i tried to include it by adding the following line to my page_header.php: 'My_Ownheader' => include("http://www.truehead.de/header_content.php"), but the included header always appears on the top and where i have pasted the {My_Ownheader} appears just a "1&quo...
by truehead
Sun Apr 07, 2002 1:57 pm
Forum: 2.0.x Support Forum
Topic: wrong place include
Replies: 1
Views: 1284

*still hoping*
by truehead
Sat Apr 06, 2002 7:28 pm
Forum: 2.0.x Support Forum
Topic: wrong place include
Replies: 1
Views: 1284

wrong place include

in my page header i have the following line in the $template->assign_vars(array( : 'TH_HEADER' => include("http://www.truehead.de/header_content.php"), it includes my header on every forums site which is very nice :wink: , BUT it is even included in the popup windows which appears on new p...
by truehead
Fri Apr 05, 2002 10:33 am
Forum: [2.0.x] MOD Requests
Topic: [Request] Use of Php
Replies: 1
Views: 3518

[Request] Use of Php

At the moment it isnt possible to use php in the forum software, because of the template system. it would be perfect if someone could write a mod that allows to easily add php into phpbb.
by truehead
Fri Apr 05, 2002 3:51 am
Forum: 2.0.x Support Forum
Topic: include a php header over the menu
Replies: 1
Views: 1177

include a php header over the menu

i need to include my header into my forum.
how can i include the header?
it cant be called by a variable because it has php stuff in it.

please, help! :(
by truehead
Sat Mar 16, 2002 2:52 pm
Forum: 2.0.x Support Forum
Topic: password encryption
Replies: 3
Views: 2022

password encryption

i have phpSecurePages installed to protect different admin sites on my website. now i want to use the phpbb_users table for my password storage, but it doesnt work. it only works when i enter the username and the already encrypted passwort like 342FDF3423F or whatever. how can i use the phpbb users ...
by truehead
Sat Mar 02, 2002 2:58 am
Forum: 2.0.x Support Forum
Topic: cant get into a thread
Replies: 7
Views: 2747

i solved the problem by searching the mysql scheme. I saw that the update didnt add a line, so i run the query myself. it was something with the user.
by truehead
Thu Jan 31, 2002 7:35 pm
Forum: 2.0.x Support Forum
Topic: Sites already running v2 RC2 and CVS
Replies: 143
Views: 23785

by truehead
Thu Jan 31, 2002 6:11 pm
Forum: 2.0.x Support Forum
Topic: cant get into a thread
Replies: 7
Views: 2747

any ideas?

i have an upgraded 1.4 version
by truehead
Wed Jan 30, 2002 10:34 pm
Forum: 2.0.x Support Forum
Topic: cant get into a thread
Replies: 7
Views: 2747

cant get into a thread

when i or my users try to view a thread when they are not logged in the following error apears: Couldn't obtain topic watch information DEBUG MODE SQL Error : 1064 You have an error in your SQL syntax near '' at line 4 SELECT notify_status FROM phpbb_topics_watch WHERE topic_id = 1744 AND user_id = ...

Go to advanced search