Username:
Password:
Remember me:
Register

Back to forum: Miscellaneous


Search forums via Google


0 Users appreciate this thread.

Paste what you have copied.
 >  >>
Started by AntiChrist
(2013-06-09 14:32:40)
AntiChrist (2013-06-09 14:32:40)
Don't do anything! Just don't copy anything else and use paste for what you've already had and post it in the comments.

Have fun!
AntiChrist (2013-06-09 14:55:17)
^ ROFL

Let's see what I have....


[IMG=190x190]http://i1358.photobucket.com/albums/q778/AllTheFreakinBacon/07948BB3-CF19-46F1-9ADD-7878E2FB6D0A-17398-000008CF94026711_zps163f36c4.jpg[/IMG]

CodyP2000 (2013-06-09 14:56:20)
http://www.youtube.com/watch?v=JqFrPjoG9iE
=+=Home4DSi Community Manager=+=


Want to talk to me somewhere else?

Reddit: CodyP2000
Snap: testedsnake201
Email: [email protected]
little5 (2013-06-09 15:17:38)
[style]div.menu{position:fixed;}[/style]
little5 (2013-06-09 15:18:05)
I was experimenting with some codes. It didnt work so I cut it,
AntiChrist (2013-06-09 15:42:20)
@Little5

Interesting.... Are you a programmar or something?
Shalala (2013-06-09 16:32:22)
http://awkwardzombie.com/index.php?page=0&comic=061107
jan

ken

pon
Screamer (2013-06-09 16:34:11)
That picture. I swear I've seen that guy before. @AntiChrist
The secret shall be shared. PM for more info.
CodyP2000 (2013-06-09 16:35:45)
~Cody~: If I could change my name one more time, I would change it to "Cody Pietrowski".

=+=Home4DSi Community Manager=+=


Want to talk to me somewhere else?

Reddit: CodyP2000
Snap: testedsnake201
Email: [email protected]
Mametchi (2013-06-09 18:17:51)
Why did Sarah drop her ice cream?
Because she got hit by a bus ^v^

Why did Sara fall off the swing?
Because she had no arms
[simg][/simg]
Ron1212 (2013-06-09 18:32:10)
You want a medal for that or something?
Yo yo yo RON1212 IN THE HOUSE KSKDVICHSJSJEJSJSJKS REKT
Ron1212 (2013-06-09 18:32:34)
^Use that quote whenever someone says something they did.
Yo yo yo RON1212 IN THE HOUSE KSKDVICHSJSJEJSJSJKS REKT
little5 (2013-06-09 21:23:19)
^^ #Too Long; Did not Read!

@Belle I hope that doesn't happen to me considering Noone reads the Terms and Conditions.

@AntiCHrist Sadly, no, I can't even learn HTML or CSS3. CSS isn't that hard for me though. I just tend to mix and match some codes to see what happens. But literally everything on my profile was either from a guide, or my friend, aka Belle helped.
WYoshiX2 (2013-06-09 23:26:30)
FfG09iLCKsM

Part of a youtube url.


Still a Lugia.
angelrulez7 (2013-06-10 00:11:16)
/**
* register - Gets called when the user has just submitted the
* registration form. Determines if there were any errors with
* the entry fields, if so, it records the errors and redirects
* the user to the form. If none, it attempts to register
* the new user.
*/
function register($subuser, $subpass, $subemail){
global $database, $form, $mailer; //The database, form and mailer object

...

/* No errors, add the new account to the */
else{
if($database->addNewUser($subuser, md5($subpass), $subemail)){
if(EMAIL_WELCOME){
$mailer->sendWelcome($subuser,$subemail,$subpass);
}
/*** This is new ************************/
if(AUTO_LOGIN){
/* Username and password correct, register session variables */
$this->userinfo = $database->getUserInfo($subuser);
$this->username = $_SESSION['username'] = $this->userinfo['username'];
$this->userid = $_SESSION['userid'] = $this->generateRandID();
$this->userlevel = $this->userinfo['userlevel'];

/* Insert userid into database and update active users table */
$database->updateUserField($this->username, "userid", $this->userid);
$database->addActiveUser($this->username, $this->time);
$database->removeActiveGuest($_SERVER['REMOTE_ADDR']);
}
/*** End of new code ************************/
return 0; //New user added succesfully
}else{
return 2; //Registration attempt failed
}
}
a
 >  >>

Log in to submit a comment

This topic's ID: 47795

Back to forum: Miscellaneous




Total registered users: 8343
New registered users today: 0
Newest registered user: ururbp789

©  Copyright 2026 3DSPlaza. All Rights Reserved