Webmaster's Lounge Page 58

Started by aRedMoon October 19th, 2004 2:00 PM
  • 280550 views
  • 7065 replies

aRedMoon

Wait for me outside the lines

Age 34
Male
Minnesota
Seen April 23rd, 2018
Posted September 10th, 2013
11,126 posts
19.2 Years
I don't like it that much, and why are you using the same image for your avatar as mine o_o?
He isn't. There is a house in yours, and a mailbox in his. :3
facebook \\ twitter \\ blog a.k.a life // tumblr // google+

june 10, 2003 = registered at old pc
march 24, 2004 = registered at new pc
june, 2004 = modded ;;; august, 2004 = quit/fired (point of debate)
december, 2004 = banned ;;; december 2, 2005 = unbanned
june 10, 2008 = omg... five years!
june 10, 2012 = countdown to nine years on pc...

usami

biohazard

Age 32
Male
Iowa
Seen October 5th, 2021
Posted May 1st, 2014
7,305 posts
19.5 Years
He isn't. There is a house in yours, and a mailbox in his. :3
It's the same scene in both of them, if you look. <_<
It doesn't matter though anyone can use them, as you don't own it. :3

And Saniigo, do you have a Mac? o.O
Age 29
Male
Texas
Seen March 26th, 2012
Posted November 23rd, 2011
966 posts
17.6 Years
It's the same scene in both of them, if you look. <_<
It doesn't matter though anyone can use them, as you don't own it. :3

And Saniigo, do you have a Mac? o.O
I did have one. Its gone now.

Paul: I found that image on Google. O.o

EDIT: I'm glad Webmaster's Lounge recovered from almost dieing earlyer. I've been scared from all that.
Age 31
Male
Minnesota
Seen March 31st, 2015
Posted April 26th, 2012
619 posts
17.5 Years
I need help with the login system im installing and i need your help because the cookies stuff wont work so if you could help that would be great.
heres the code.

<?
oB_start
();
// allows you to use cookies.
include("config.php");
if (!
$logged[username])
{
if (!
$_POST[login])
{
echo(
"
<center><form method=\"POST\">
<table>
<tr>
<td align=\"right\">
Username: <input type=\"text\" size=\"15\" maxlength=\"25\" name=\"username\">
</td>
</tr>
<tr>
<td align=\"right\">
Password: <input type=\"password\" size=\"15\" maxlength=\"25\" name=\"password\">
</td></tr><tr>
<td align=\"center\">
<input type=\"submit\" name=\"login\" value=\"Login\">
</td></tr><tr>
<td align=\"center\">
<a href=\"register.php\">Register Here</a>
</td></tr></table></form></center>"
);
}
if (
$_POST[login]) {
// the form has been submitted.  We continue...
$username=$_POST['username'];
$password md5($_POST[password]);
// the above lines set variables with the submitted information.  
$info mysql_query("SELECT * FROM users WHERE username = '$username'") or die(mysql_error());
$data mysql_fetch_array($info);
if(
$data[password] != $password) {
// the password was not the user's password!
echo "Incorrect username or password!";
}else{
// the password was right!
$query mysql_query("SELECT * FROM users WHERE username = '$username'") or die(mysql_error());
$user mysql_fetch_array($query);
// gets the user's information
setcookie("id"$user[username], time()+(60*60*24*5), "/""");
setcookie("pass"$user[password], time()+(60*60*24*5), "/""");
// the above lines set 2 cookies. 1 with the user's id and another with his/her password.  
echo ("<meta http-equiv=\"Refresh\" content=\"0; URL=http://p-k-h.net\"/>Thank You! You will be redirected");
// modify the above line...add in your site url instead of yoursite.com
}
}
}
else
{
// we now display the user controls.
echo ("<center>Welcome <b>$logged[username]</b><br /></center>
- <a href=\"editprofile.php\">Edit Profile</a><br />
- <a href=\"members.php\">Member List</a><br />
- <a href=\"logout.php\">Logout</a>"
);
}
?>
and the part right here.

 // gets the user's information
setcookie("id"$user[username], time()+(60*60*24*5), "/""");
setcookie("pass"$user[password], time()+(60*60*24*5), "/"""); 
if you want to go see what it says go here www.p-k-h.net/login.php and username:test password:test

aRedMoon

Wait for me outside the lines

Age 34
Male
Minnesota
Seen April 23rd, 2018
Posted September 10th, 2013
11,126 posts
19.2 Years
For stuff like that, please make your own topic.
facebook \\ twitter \\ blog a.k.a life // tumblr // google+

june 10, 2003 = registered at old pc
march 24, 2004 = registered at new pc
june, 2004 = modded ;;; august, 2004 = quit/fired (point of debate)
december, 2004 = banned ;;; december 2, 2005 = unbanned
june 10, 2008 = omg... five years!
june 10, 2012 = countdown to nine years on pc...

usami

biohazard

Age 32
Male
Iowa
Seen October 5th, 2021
Posted May 1st, 2014
7,305 posts
19.5 Years
I actually found my self cracking up about earlyer here.

Besides that, why does Paul#02 allways dislike my layouts. :'(
Because he thinks he's the best. D:
Don't take it personally. :P

usami

biohazard

Age 32
Male
Iowa
Seen October 5th, 2021
Posted May 1st, 2014
7,305 posts
19.5 Years
I'm still learning how to use PS and I'm not some perfect 16 year old PS know it all. (Not referring to you)

Please dont expect me to know everything about PS.
Just ignore him~

They are always the same style, mostly with the same font to. <_<
You use the same font alot also, so you can't use that. XP

aRedMoon

Wait for me outside the lines

Age 34
Male
Minnesota
Seen April 23rd, 2018
Posted September 10th, 2013
11,126 posts
19.2 Years
Most of your layouts look exactly the same Paul...


Then again, I use the same basic layout for all my layouts ^^;;
facebook \\ twitter \\ blog a.k.a life // tumblr // google+

june 10, 2003 = registered at old pc
march 24, 2004 = registered at new pc
june, 2004 = modded ;;; august, 2004 = quit/fired (point of debate)
december, 2004 = banned ;;; december 2, 2005 = unbanned
june 10, 2008 = omg... five years!
june 10, 2012 = countdown to nine years on pc...
Age 14
Seen June 21st, 2011
Posted June 21st, 2011
2,899 posts
19.1 Years
His layouts are almost like a trademark. When ever I see this, I know and not even looking at anything else on the page that its JK.net.
Yea, I know, its the same layout everytime just with some slightly different elements.

Not like I'm saying theres nothing wrong with the same thing over and over, just that Jk's layouts are pretty predictable.