
Nicholas
Members-
Posts
467 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Nicholas
-
Hello everyone, This is my first and only browser game I own which has been released/improved into Version 2 for better view and play, so that means it gets all the full attention it needs. I have put a lot of time and effort into this game to make it hopefully enjoyable and have loads of things to do. My player database is currently at approximately 10-20 players daily and 25-35 a week; hopefully this will increase in time. I update this game regularly with small/big updates and I'm more than happy to receive any modification suggestions players may want in the game. - NOTE: all suggestions are welcome as even bad ideas can be improved on and changed about for better usage. There is currently no Demo Account for registering reasons (IP checks while registering). Game Name: Criminals Nightmare URL: http://www.criminals-nightmare.com/login.php Description: Criminals Nightmare is a free crime text-based browser game. Features: - Gym (Train stats) - Crimes (Gain money) - Housing (Require more than Money (Need Materials)) - Drugs (Grow your own plants from grounds up) - Number Game (Gain money by chance) - Hide and Seek (Hide and reward players Money, Knives or Nothing at all (bit fun)) - Competitions (Guess the correct answer to win Moneys, Knives or Items) - NPC Castle (Kill NPC's for rewards) - Criminal Killing Area (Kill NPC's for items to exchange for money) - Safe House (Collect blood from your victims and exchange the blood for Stats (%) or Refills) - Users Shop (Add items to your shop shelves for free (Item Market charges insertion *will be coded soon*)) - Marriage (Share your property with your partner) - Weekly Raffle (Gain money) - Searching (Search a map for money/items) - Gangs (Form a gang and commit crimes/wars) o Skills Area - Mining (Mine ore) - Smelting (Make Bars from the Ore you mine) - Smithing (Make Knives from the Bars you make) - Woodcutting (Cut logs to exchange for Money) Plus many many more features and many more future updates to come too! I hope you join and start playing this game while enjoying yourself with our friendly communtity inside the game and bring all your friends along to play together with everyone else. Thanks for reading, Nicholas.
-
Game Advertising - Signups, Page Views and Banner Rotation.
Nicholas replied to D T K's topic in Advertising offers
Will these signup's be unique or will there be some sort of multi going on? As i'm interested in trying you out with the 50 SignUp's for $17.50. What do I have to do to get this deal on it's way. Thanks, Nicholas. -
Hello everyone, I thought I would announce that I've completed and released an Halloween Event on my website. http://www.criminals-nightmare.com/login.php made from scratch (original script), I hope people would join up and start playing Criminals Nightmare and enjoy this Halloween Event + many more events to come. ------------------------------------------------------------------------------------------------------------------------------ If you can help bring in new players (randoms, friends, family) that would be great and will become beneficial to you as well if you use your Referral Link. ------------------------------------------------------------------------------------------------------------------------------ Thanks for reading, Nicholas.
-
I don't get how to use SwiftMailer?
-
change and yes i am, i've been using the email address i have in the post form for about 4 years now lol.
-
Email has been sent to ([email protected]) with a code.
-
thats good then, at least it works now then aye :) but wonder why i cant send it to my hotmail? wont others have the same problem?
-
tried my hotmail account but didn't receive the email. so i sent it you again :)
-
can you post a print screen of it please? :)
-
ok, i done your version and sent you another mail?
-
if(isset($_GET['continue']) && $_GET['continue'] == 1) { $check = mysql_query('SELECT `email` FROM `players` WHERE `email` = "'.mysql_real_escape_string($_POST['email']).'"'); if(mysql_num_rows($check)) { echo '<div style="color: red;" align="center"> Email already in use. Choose another one. <form action="prefs.php?act=AccountSetup" method="post"> <input type="submit" value="Continue" /> </form> </div>'; exit($end->page()); } $code = mt_rand(1000000000, 9000000000); $to = $_POST['email']; $subject = 'Email Activator'; $from = '[email protected]'; $headers = 'Mime-Version: 1.0\r\n'; $headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n"; $headers.= 'From: '.$from.'\r\n'; $message = '<html> <body bgcolor="#999999" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <center> <table width="600" cellpadding="0" cellspacing="0" border="0"> <tr> <td colspan="5" align="left" bgcolor="#999999" style="font-size: 10px;"> Learn more about the latest specials for Criminals Nightmare.</td> <td colspan="3" align="right" bgcolor="#999999" style="font-size: 10px;"></td> </tr> <tr> <td colspan="8"><img src="http://criminals-nightmare.com/mesi/topimage.jpg" width="600" height="135" alt="Criminals Nightmare" style="display: block;" /></td> </tr> <tr> <td bgcolor="#999999" color="#232323" style="margin: 3px;"> <center> <a href="_blank" href="http://www.criminals-nightmare.com/login.php" style="color: #373737;"><strong><h3>LOGIN HERE</h3></strong></a> _____________________________________________________________________________________ Your code to activate your account is: <strong>{$code}</strong> Enter this code inside the game on Account Setup. _____________________________________________________________________________________ </center> </td> </tr> </table> </center> </body> </html>'; if(mail($to, $subject, $message, $headers)) { mysql_query("INSERT INTO email_confirm VALUES ('$userid', '{$_POST['email']}', '$code', '0')"); echo 'Email has been sent to ('.mysql_real_escape_string($_POST['email']).') with a code. <form action="prefs.php?act=AccountSetup" method="post"> <input type="submit" value="Enter Code" /> </form>'; } else { echo 'Email could not be sent.'; } } EDIT: can you post a print screen of what the email looks like if its working properly now? or does it still have problems?
-
done, email sent again :)
-
changed, email sent again (sorry about this). is it working now? :)
-
ok, i changed what you said and i sent it you again, how does it look now?
-
if(isset($_GET['continue']) && $_GET['continue'] == 1) { $check = mysql_query('SELECT `email` FROM `players` WHERE `email` = "'.mysql_real_escape_string($_POST['email']).'"'); if(mysql_num_rows($check)) { echo '<div style="color: red;" align="center"> Email already in use. Choose another one. <form action="prefs.php?act=AccountSetup" method="post"> <input type="submit" value="Continue" /> </form> </div>'; exit($end->page()); } $code = mt_rand(1000000000, 9000000000); $to = $_POST['email']; $subject = 'Email Activator'; $from = '[email protected]'; $headers = 'MIME-Version: 1.0rn'; $headers.= '\r\nContent-type: text/html; charset=utf8'; $headers.= 'From: '.$from.'\r\n'; $message = '<html> <head> <title>Criminals Nightmare Account Activation</title> </head> <body bgcolor="#999999" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <center> <table width="600" cellpadding="0" cellspacing="0" border="0"> <tr> <td colspan="5" align="left" bgcolor="#999999" style="font-size: 10px;"> Learn more about the latest specials for Criminals Nightmare.</td> <td colspan="3" align="right" bgcolor="#999999" style="font-size: 10px;"></td> </tr> <tr> <td colspan="8"><img src="http://criminals-nightmare.com/mesi/topimage.jpg" width="600" height="135" alt="Criminals Nightmare" style="display: block;" /></td> </tr> <tr> <td bgcolor="#999999" color="#232323" style="margin: 3px;"> <center> <a href="_blank" href="http://www.criminals-nightmare.com/login.php" style="color: #373737;"><strong><h3>LOGIN HERE</h3></strong></a> _____________________________________________________________________________________ Your code to activate your account is: <strong>{$code}</strong> Enter this code inside the game on Account Setup. _____________________________________________________________________________________ </center> </td> </tr> </table> </center> </body> </html>'; if(mail($to, $subject, $message, $headers)) { mysql_query("INSERT INTO email_confirm VALUES ('$userid', '{$_POST['email']}', '$code', '0')"); echo 'Email has been sent to ('.mysql_real_escape_string($_POST['email']).') with a code. <form action="prefs.php?act=AccountSetup" method="post"> <input type="submit" value="Enter Code" /> </form>'; } else { echo 'Email could not be sent.'; } }
-
what about now? does it work properly now?
-
Email has been sent to "[email protected]" with a code. did you get that message with the code? if you have, could you send me a quick print screen of it?
-
PHP Version 5.3.13 think OS windows is Linux i put that in and it says "mail() is avaliable"
-
ok i tried that <?php include_once (DIRNAME(__FILE__) . '/mains/info.php'); $to = "[email protected]"; $subject = "Test mail"; $message = "Hello! This is a simple email message."; $from = "[email protected]"; $headers = "From:" . $from; mail($to,$subject,$message,$headers); echo "Mail Sent."; exit($end->page()); ?> still doesn't send the email, so do you think it is the server? EDIT: not sure if these details are correct but i think this is my PHP info stuff? ----------------------------------------------------- CORE ----------------------------------------------------- Directive: mail.add_x_header Local Value: off Master Value: off Directive: mail.force_extra_parameters Local Value: no value Master Value: no value Directive: mail.log Local Value: no value Master Value: no value Directive: sendmail_from Local Value: no value Master Value: no value ---------------------------------------------------- they are all the information i could find by using <?php phpinfo(); ?> in a file?
-
ok, i edited part this as some of the info was wrong to my setup but nothing serious. but it still isn't sending the email to my hotmail inbox or junk folder? i really am confused why this isn't working :s
-
nope, tried it with $message = ''; but still got no email :s
-
so basically like this, if so.. still don't work. if($them['email'] != '') { echo '<h3>Continuing Account Setup: what is your email address?</h3> <form action="prefs.php?act=AccountSetup&continue=1" method="post"> <input type="text" name="email" size="25"> <input type="submit" value="Confirm" /> </form>'; } if(@abs(intval($_GET['continue'])) == 1) { $check = mysql_query("SELECT email FROM players WHERE email='".mysql_real_escape_string($_POST['email'])."'"); if(mysql_num_rows($check)){ echo "<font color=red size=-1><center>E-Mail already in use.Choose another one.</font> <form action='prefs.php?act=AccountSetup' method='post'> <input type='submit' value='Continue' /> </form></center>"; exit($end->page()); } $code = rand(1000000000,9000000000); $to = "".$_POST['email'].""; $subject = "Email Activator"; $from = "[email protected]"; $headers = "From: $from\r\n"; $headers .= "Content-type: text/html\r\n"; $message = '<html> <body bgcolor="#999999" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <center><table width="625" cellpadding="0" cellspacing="0" border="0"> <tr> <td colspan="5" align="left" bgcolor="#999999" style="font-size: 10px;"> Learn more about the latest specials for Criminals Nightmare.</td> <td colspan="3" align="right" bgcolor="#999999" style="font-size: 10px;"></td> </tr> <tr> <td colspan="8"> <img src="http://criminals-nightmare.com/mesi/topimage.jpg" width="635" height="137" alt="Criminals Nightmare" style="display: block;"></td> </tr> <tr> <td bgcolor="#999999" color="#232323" style="margin: 3px;"> <center><a target="_blank" href="http://www.criminals-nightmare.com/login.php" style="color: #373737; font-weight: bold;"><h3>LOGIN HERE</h3></a></center> <center>__________________________________________ ________________________________________________</center> Your code to activate your account is.. <h3><b>'.$code.'</b></h3> Enter this code inside the game on Account Setup. <center>__________________________________________ ________________________________________________</center> </td> </tr> </table></center> </body> </html>'; if(mail($to, $subject, $message, $headers)) { echo "Email has been sent to (".mysql_real_escape_string($_POST['email']).") with a code.<form action='prefs.php?act=AccountSetup' method='post'> <input type='submit' value='Enter Code' /> </form>"; } else { echo 'Email could not be sent.'; } }
-
just tried a hotmail email address i know works but still not came through. so it cant be nothing to do with that?
-
what do you mean?