Forgot Password / Register
Site Statistics
Total Members: 520
Total Tutorials: 242
Newsest User: 8884244477
Todays Unique Hits: 371
0 Users 8 Guests Online
Forum Index » PHP + MySQL » [REQ] Members only pages [REQ]
Posted on Wednesday 29th August 200 at 09:04 AM
Dalez
templates/default/images/noavatar.png's Avatar
Junior Member
Hey. Is there any chance of someone making a members only script? Like a script that goes at the top of your page. Cuz then members have something else to sign up for ;> Thanks.
Posted on Thursday 30th August 2007 at 10:40 PM
Diablosblizz
templates/default/images/noavatar.png's Avatar
Senior Member
Like where the members NEED TO BE LOGGED IN to view the page?

Here:

PHP Code
1
2
3
4
5
6
7
8
9
10
11
<?php
include('config.php');

if(
$logged[username]) {

echo 
"USER IS LOGGED IN";
} else {
echo 
"USER IS NOT LOGGED IN";
}
?>
Posted on Sunday 2nd September 2007 at 12:41 PM
Dalez
templates/default/images/noavatar.png's Avatar
Junior Member
Cool Thanks. All i need to get working now is so that the members system sends the activation e-mail ;l
Posted on Sunday 2nd September 2007 at 08:43 PM
Diablosblizz
templates/default/images/noavatar.png's Avatar
Senior Member
It doesn't send?
Posted on Friday 7th September 2007 at 06:18 PM
Dalez
templates/default/images/noavatar.png's Avatar
Junior Member
Nope. I've tried Hotmail and google mail. Nothing happens.