Jump to content
MakeWebGames

Nicholas

Members
  • Posts

    467
  • Joined

  • Last visited

Nicholas's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 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.
  2. 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.
  3. 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.
  4. I don't get how to use SwiftMailer?
  5. change and yes i am, i've been using the email address i have in the post form for about 4 years now lol.
  6. Email has been sent to ([email protected]) with a code.
  7. 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?
  8. tried my hotmail account but didn't receive the email. so i sent it you again :)
  9. can you post a print screen of it please? :)
  10. ok, i done your version and sent you another mail?
  11. 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?
  12. done, email sent again :)
  13. changed, email sent again (sorry about this). is it working now? :)
  14. ok, i changed what you said and i sent it you again, how does it look now?
  15.   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.'; } }
×
×
  • Create New...