Jump to content
MakeWebGames

cody4camp

Members
  • Posts

    30
  • Joined

  • Last visited

    Never

cody4camp's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. True, I cannot sell this template. Now I have no idea how to get my money back from the phoney who sold them to me. Please, close or delete this thread mods.
  2. 1.I did not know the work was not my friend's. 2.I only sliced and coded the psd into mccodes v2. 3.I was only selling for $5 because all I had to do was slice and code. How does this make me a bad person? EDIT: Although, I do thank you for telling me about this site. Now I know I cannot trust my friend. :( I am a legit person though, someone just bought my paid mod today and is very happy.
  3. im going to have the cookie encrypted
  4. anyone?
  5. thanks, i figured if i want to make money with graphics i should spend more time on them, I'm gonna make a free army banner too.
  6. It is not the best I can do, but I wanted to give out something to the public, took me about 5-10 minutes. Free psd for you all! Image: PSD Link: http://www.speedyshare.com/files/20134128/FreeBanner.psd Enjoy, maybe this will help someone. I don't need any criticism either, this isn't a review thread it's a giveaway. AUG drawn by me.
  7. use a cron job hourly that truncates a table call IsClicked(or something) and if it is > 0 then die the session, if its less let them enter?? Is that what you want?
  8. Thanks for trying, but that really didnt help me at all.
  9. <? require('dblogon.php'); if(isset($HTTP_POST_VARS['usern'])) { $username = strip_tags($HTTP_POST_VARS['usern']); $password = strip_tags($HTTP_POST_VARS['passw']); $usern = mysql_real_escape_string(trim($username)); $passw = mysql_real_escape_string(trim($password)); setcookie("Username",$usern); setcookie("Password",$passw); setcookie("Check", "0"); $_SESSION["check"]=0; header("Location: member.php"); exit(); } require('std_l.php'); ?> <center> <table border="0" cellpadding="2px" cellspacing="0" width="300px"> <form method="POST" action="<?php echo $_SERVER['PHP_SELF']; ?>"> <? if(isset($_GET['forget']) && $_GET['forget']==1) { echo "<tr><td>Email address</td><td><input type=\"text\" name=\"email\" maxlength=\"200\" class=\"sdinp\"></td></tr>\n"; echo "<tr><td></td><td><input type=\"submit\" value=\"Recover\" class=\"sdbut\"></td></tr>\n"; } else if(isset($_POST['email'])) { $email = mysql_real_escape_string(trim($_POST['email'])); $result = mysql_query("SELECT email,username,password FROM userinf WHERE email='".$_POST['email']."' ", $db); if(mysql_num_rows($result)) { $retval = mysql_fetch_array($result); $msg = "Your account information is as follows:\n \n"; $msg.= "Username: ".$retval['username']."\n"; $msg.= "Password: ".$retval['password']."\n"; mail($retval['email'],$title.": Account info",$msg,"From: $title"); echo "<tr><td align=\"center\">[b]Your account information has been emailed to you![/b]</td></tr>\n"; } else { echo "<tr><td align=\"center\">[b]Account not found![/b]</td></tr>\n"; } } else { echo "<tr><td>Username</td><td><input type=\"text\" name=\"usern\" maxlength=\"50\" class=\"sdinp\"></td></tr>\n"; echo "<tr><td>Password</td><td><input type=\"password\" name=\"passw\" maxlength=\"50\" class=\"sdinp\"></td></tr>\n"; echo "<tr><td></td><td><input type=\"submit\" value=\"Log me in\" class=\"sdbut\"></td></tr>\n"; echo "<tr><td colspan=\"2\"></td></tr>\n"; echo "<tr><td colspan=\"2\" align=\"center\"><a href=\"login.php?forget=1\">[ forgotten password? ]</a></td></tr>\n"; } ?> </form> </table> </center> <? require('std_r.php'); ?>   I'm at my wits end. i click submit and nothing happens.
  10. Alright Ganja, I'll hold it for you.
  11. Yes, he is my friend and he knew my intentions. I will be making more affordable templates with him.
  12. Oh i didnt design the graphics. I paid $5 for them, i simply sliced and coded it.
  13. Yes, psd comes witht he purchase.
  14. Only for V2 buddy...
  15. Thanks to Peter for giving me tips on coding into the mccodes engine I can now sell you guys my templates. I call it Toxic. You only get the login template. Screen: I am selling this for $15 through paypal. For an extra $10 I'll make the register page. :D Contact me via MSN: [email protected]
×
×
  • Create New...