1

(1 replies, posted in PunBB 1.2 discussion)

can it work with punbb?

thanks rickard, it works!

Version: 1.1.5...

nope im not using any even punbb function..
i tried to access it on my own page..

is it possible to do that?

i've tried but get an error:-

Notice: Undefined variable: cookie in D:\Web\Apache2\htdocs\Surau\index.php on line 2

another question...
i want to echo my cookie username on my own page...

i've tried this
echo $_COOKIE['punbb_cookie'];

but the output is something like this..
a:2:{i:0;s:11:\"username\";i:1;s:40:\"2fe439007ad13f3f4d7cfd088e88a19bcf47db8b\";}

i want to set cookie for my whole website from config.php setting..

in config.php
$cookie_domain = '';

just leave it like this
or
set it to $cookie_domain = 'mysite.com'; ??

where can i edit punbb cookies setting? ...

got it, thanksss!

9

(3 replies, posted in PunBB 1.2 discussion)

yeappp.... greattt....fassttt...and easyyyyyy...
thankss a lot..!!!

10

(5 replies, posted in Programming)

what is the difference between innerjoin and left join?

but that was only pointing to the punbb login.php
how can my website detect the cookies??

can the form pointing two pages simultaneously, one to my page and another one to the punbb login.php ???

can u brief me roughly... i need an idea..

i want to use the punbb session on my own page or using the same session...

for example..

i have a login form on my page www.mysite.com where my punbb forum url is www.mysite.com/forum.. so how can i use the same session and also the same database for username and password?... can anybody help me please?? ..

14

(5 replies, posted in Programming)

hello.. can anybody tell me how to join 2 mysql tables in php?

ok nevermind about flash...

but how to create a login page from my non-punbb forum site for example from my own mainpage...

where the form get posted to? and can u explain more details ?

heelloo...

i want my user login in flash but where suppose the flash post?...
here my submit action script..

on (release) {
    if (Username eq "" or Password eq "") {
        stop();
    } else {
        loadVariablesNum("http://localhost/forum/login.php", 0, "POST");
        getURL('http://localhost/forum');

    }
}

but when redirected to forum index , it was not in logged in mode...
the url in loadVariablesNum is not correct i think...
can anybody help me what was wrong in the action script???