can it work with punbb?
2 2004-10-28 07:17
Re: using punbb session/cookies on my own website.. (19 replies, posted in PunBB 1.2 discussion)
thanks rickard, it works!
3 2004-10-27 00:59
Re: using punbb session/cookies on my own website.. (19 replies, posted in PunBB 1.2 discussion)
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?
4 2004-10-26 19:43
Re: using punbb session/cookies on my own website.. (19 replies, posted in PunBB 1.2 discussion)
i've tried but get an error:-
Notice: Undefined variable: cookie in D:\Web\Apache2\htdocs\Surau\index.php on line 2
5 2004-10-26 13:07
Re: using punbb session/cookies on my own website.. (19 replies, posted in PunBB 1.2 discussion)
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\";}
6 2004-10-26 12:41
Re: using punbb session/cookies on my own website.. (19 replies, posted in PunBB 1.2 discussion)
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'; ??
7 2004-10-26 08:57
Re: using punbb session/cookies on my own website.. (19 replies, posted in PunBB 1.2 discussion)
where can i edit punbb cookies setting? ...
8 2004-10-25 10:41
Re: using punbb session/cookies on my own website.. (19 replies, posted in PunBB 1.2 discussion)
got it, thanksss!
9 2004-10-24 22:54
Re: Great stuff! (3 replies, posted in PunBB 1.2 discussion)
yeappp.... greattt....fassttt...and easyyyyyy...
thankss a lot..!!!
10 2004-10-24 22:31
Re: how to perform mysql join in php?? (5 replies, posted in Programming)
what is the difference between innerjoin and left join?
11 2004-10-24 22:23
Re: using punbb session/cookies on my own website.. (19 replies, posted in PunBB 1.2 discussion)
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 ???
12 2004-10-23 16:33
Re: using punbb session/cookies on my own website.. (19 replies, posted in PunBB 1.2 discussion)
can u brief me roughly... i need an idea..
13 2004-10-23 13:31
Topic: using punbb session/cookies on my own website.. (19 replies, posted in PunBB 1.2 discussion)
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 2004-08-13 13:02
Topic: how to perform mysql join in php?? (5 replies, posted in Programming)
hello.. can anybody tell me how to join 2 mysql tables in php?
15 2004-05-11 01:54
Re: How to login with my own page (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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 ?
16 2004-05-08 04:22
Topic: How to login with my own page (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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???