The Ctrl+V game

techdude300

New Member
Messages
1
Reaction score
0
Points
0
furthewin.co.cc/images

Making my page take images from the server instead of my ImageShack account. Had to copy and paste that a lot...
 

ichwar

Community Advocate
Community Support
Messages
1,454
Reaction score
7
Points
0
gphoto2://[usb:001,003]/DCIM/100APPLE/IMG_0010.PNG
 

zen-r

Active Member
Messages
1,937
Reaction score
3
Points
38
Re: Game: Team A Vs. Team B

You do realise that this is a tart game, & you are all tarts, don't you? ;)

.....

Start Game! Round 5:
Winner = Team A

tart Game! Round 6:
Winner = Team ?
We will ......

Other than that, this has got to be one of the most pointless, least creative games in the forum - drawing closely with http://forums.x10hosting.com/forum-games/74545-count-1-million.html and http://forums.x10hosting.com/forum-games/95646-x10-forum-attendance-sheet.html.

Still, we all know that you're just spamming to it, so as to pinch more x10 credits from Corey! :biggrin:
 

ichwar

Community Advocate
Community Support
Messages
1,454
Reaction score
7
Points
0
ʎʇɹoɟ puɐ pǝɹpunɥ uǝʌǝs
 

ichwar

Community Advocate
Community Support
Messages
1,454
Reaction score
7
Points
0
lol, that's your homework assignment for today. :lol:

[ceiling]745[/ceiling]
OH no, now I can't even remember how I did that.
 

zapzack

New Member
Messages
606
Reaction score
19
Points
0
<?php
include_once("config.php");
//Haven't seen the form so display it!
if ($_POST[opp] != "register.php")
{
include_once("register_form.php");
}
//Have already seen the form
else
{
//Inlclude the form validator script
include ("FormValidator.class.inc");
$checkform = new FormValidator();

//Get the contents of the form variables
$f_name = $_POST[f_name];
$s_name = $_POST[s_name];
$email = $_POST;
$b_date = $_POST[day].$_POST[month].$_POST[year];
$password1 = $_POST[password1];
$password2 = $_POST[password2];

//Check to see if email address is already registered

//open a connection to the database
$conn = mysql_connect("localhost",$username, $password) or die(mysql_error());

//Select database
mysql_select_db("$database",$conn) or die(mysql_error());

//Create the query
$sql = "select * from members
where
email = '$_POST[email]';";
//Issue query
$result = mysql_query($sql,$conn) or die(mysql_error());
//Check the number of return rows
if (mysql_num_rows($result) > 0)
{
$checkform->AddErrorMsg("Email","Email address already registered");
}

//Close connection
mysql_close($conn);

//Validate the form data
$checkform->isEmpty("f_name","Please enter a forename");
$checkform->isEmpty("s_name","Please enter a surname");
$checkform->isEmailAddress("email","Please enter a valid email address");
$checkform->isValidDate("b_date","Please enter a valid date",$_POST[day],$_POST[month],$_POST[year]);
$checkform->isOver16("b_date","You must 16 years old to use this service!!",$_POST[day],$_POST[month],$_POST[year]);
$checkform->isValidPassword("password1","password2","The passwords you entered do not match","Your password must be a minimum of 5 characters!!");

//Check the terms & Conditions have been read
if ($_POST[terms] != "yes")
{
$checkform->AddErrorMsg("terms","Please verify you have read our Terms & Conditions");
}

//Check to see if any errors have occured
if ($checkform->isError())
{
$errorlist = $checkform->getErrorList();
foreach ($errorlist as $error)
{
echo "*".$error['msg']."<br>";
}
include_once("register_form.php");
}

//Add to database
else
{
//open a connection to the database
$conn = mysql_connect("localhost",$username,$password) or die(mysql_error());

//Select database
:eek4:[B]mysql_select_db("$database",$conn) or die(mysql_error());[/B]

//Prepare the insert statement
$b_date = $_POST[year]."-".$_POST[month]."-".$_POST[day];
$add_member = "insert into members values('','$_POST[f_name]','$_POST[s_name]','$b_date','$_POST[email]',password('$_POST[password1]'),'10',CURRENT_DATE(),'$_POST[edtype]','0','$_POST[inform]','$_POST[us]')";

//Insert the job into the table
mysql_query($add_member, $conn) or die(mysql_error());

//Get variables for activation
$sql = "SELECT * FROM members WHERE id = LAST_INSERT_ID()";
$result = mysql_query($sql, $conn) or die(mysql_error());
$password = mysql_result($result, 0, 'password');

//Close connection
mysql_close($conn);

include_once("messages/message_activation.php");

echo "Your membership information has been mailed to your email address. Please check it and follow the directions<BR><p>";
echo "You <B>MUST</B> click on the link provided in the email you have been sent to activate your account <BR></p><p>";
echo "<B>Note:</B> If you have not received an email from us please contact us or try looking in another <B>folder</B> in your email account.<BR></p>";
}
};

?>
 

ichwar

Community Advocate
Community Support
Messages
1,454
Reaction score
7
Points
0
neteater
Soki
sarvar
leafypiggy
vigge_sWe
ichwar
diabolo
coldfirezz
akkudreamz
Smith6612
alexandgruntz
LHVWB
ichwar
neteater
akkudreamz
IonCannon218
Briganti
i2006
ichwar
makj111
leafypiggy
nexhunter
sarvar
Stunna
akkudreamz
neteater
nterror
ichwar
akkudreamz
ichwar
sarvar
akkudreamz
SonicsShadow
Empyrean
dienden
neteater
akkudreamz
ichwar
dienden
tittat
ichwar
akkudreamz
shaunak
neteater
akkudreamz
sarvar
IonCannon218
akkudreamz
leafy
sarvar
Empyrean
akkudreamz
ichwar
neteater
akkudreamz
ichwar
leviathon
akkudreamz
neteater
ichwar
akkudreamz
ichwar
IonCannon218
ichwar
akkudreamz
ichwar
leviathon
ichwar
akkudreamz
ichwar
sarvar
akkudreamz
neteater
sarvar
ichwar
akkudreamz
leviathon
olliepop
neteater
akkudreamz
xav0989
damnskip
neteater
ichwar
akkudreamz
ichwar
sarvar
WyrGecko
spottybutterfly
neteater
ichwar
akkudreamz
sarvar
ichwar
akkudreamz
sarvar
ichwar
IonCannon218
akkudreamz
ichwar
sarvar
themcman1
akkudreamz
neteater
akkudreamz
IonCannon218
sarvar
frankfriend
silito
ichwar
neteater
ichwar
Dazz
ichwar
Dazz
ichwar
adamparkzer
ichwar
adamparkzer
ichwar
adamparkzer
ichwar
garrettroyce
ichwar
adamparkzer
ichwar
adamparkzer
ichwar
adamparkzer
ichwar
adamparkzer
ichwar
adamparkzer
ichwar
adamparkzer
ichwar
adamparkzer
ichwar
adamparkzer
ichwar
adamparkzer
ichwar
adamparkzer
ichwar
adamparkzer
ichwar
adamparkzer
ichwar
adamparkzer
mukuld
adamparkzer
ichwar
zubair12
adamparkzer
tregtar
adamparkzer
mrclower
adamparkzer
Taha116
ichwar
adamparkzer
ichwar
adamparkzer
Taha116
adamparkzer
mukuld
adamparkzer
ichwar
adamparkzer
adam.k
adamparkzer
ichwar
adamparkzer
zapzack
ichwar
zapzack
ichwar
zapzack
adamparkzer
zapzack
adamparkzer
zapzack
adamparkzer
zapzack
adamparkzer
zapzack
adamparkzer
zapzack
adamparkzer
ichwar
adamparkzer
ichwar
zapzack
 

ichwar

Community Advocate
Community Support
Messages
1,454
Reaction score
7
Points
0
I was walking on thin ice when suddenly it started to crack open, revealing a still, smooth surface hiding the turbulent forces within. My feet slipped suddenly and I was thrown into the firey centre of a great burning hole that was surrounded with walls that were too hot to touch. At this, I went to get someone who could help harness the dreadful zen-r who loves old phones so much that it quickly became a life-or-death struggle because zen-r was loath to upgrade. But there was nothing anyone could do while I was in that smelly, dark, purple goo in the big black abyss that smelled of really bad poop which has been stood in by a person who doesn't follow rules! This annoying rebel was named zapzack! And he was the worst person at adding to the x10 atmosphere. Some people don't. They are sorry about their grammar and their spelling mistakes that zen-r makes on homework! This is why he is beaten and has lots of painful bruises which are black, the color of the road. The road was similar to zen-r in the way that it has a large puddle with rusty phones in which he stands longing for iPods! The next day, zen-r's blues continued until he finally got his
 

ichwar

Community Advocate
Community Support
Messages
1,454
Reaction score
7
Points
0
I was walking on thin ice when suddenly it started to crack open, revealing a still, smooth surface hiding the turbulent forces within. My feet slipped suddenly and I was thrown into the firey centre of a great burning hole that was surrounded with walls that were too hot to touch. At this, I went to get someone who could help harness the dreadful zen-r who loves old phones so much that it quickly became a life-or-death struggle because zen-r was loath to upgrade. But there was nothing anyone could do while I was in that smelly, dark, purple goo in the big black abyss that smelled of really bad poop which has been stood in by a person who doesn't follow rules! This annoying rebel was named zapzack! And he was the worst person at adding to the x10 atmosphere. Some people don't. They are sorry about their grammar and their spelling mistakes that zen-r makes on homework! This is why he is beaten and has lots of painful bruises which are black, the color of the road. The road was similar to zen-r in the way that it has a large puddle with rusty phones in which he stands longing for iPods! The next day, zen-r's blues continued until he finally got his long awaited iPod! The next day
 
Top