Jump to content
MakeWebGames

US Vice

Members
  • Posts

    57
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by US Vice

  1. Your response also contains grammatical errors. "DC, you need to improve your grammar. Sorry, if it's off topic, I just wanted to say." :)
  2. Actually, it would be "from thereon".
  3. I very much doubt anyone would have been interested anyway.
  4. US Vice

    Help!

    I put this together quickly for you.   <?php $code = "1034"; $first = $_POST['fdigit']; $second = $_POST['sdigit']; $third = $_POST['tdigit']; $fourth = $_POST['ldigit']; if($_POST['answer'] && $code == "$first$second$third$fourth"){ $output='Correct! You will now be redirected! <META HTTP-EQUIV="Refresh" CONTENT="0; URL=REDIRECT.php">'; }elseif($_POST['answer'] && $code != "$first$second$third$fourth"){ $output="Incorrect passcode, please try again."; } ?> <!DOCTYPE html> <html> <head> <title>Guess the code!</title> </head> <body> <div style="font-size:20px;">Guess the passcode!</div> <?php if($output != ""){ ?><div style="font-size:18px;"><?php echo"$output"; ?></div> <?php } ?> <form action="" method="POST"> <div style="font-size:16px;padding-top:20px;"><select name="fdigit"><option value="0">0</option><option value="1">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option><option value="6">6</option><option value="7">7</option><option value="8">8</option><option value="9">9</option></select> <select name="sdigit"><option value="0">0</option><option value="1">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option><option value="6">6</option><option value="7">7</option><option value="8">8</option><option value="9">9</option></select> <select name="tdigit"><option value="0">0</option><option value="1">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option><option value="6">6</option><option value="7">7</option><option value="8">8</option><option value="9">9</option></select> <select name="ldigit"><option value="0">0</option><option value="1">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option><option value="6">6</option><option value="7">7</option><option value="8">8</option><option value="9">9</option></select></div> <div style="padding-left:55px;padding-top:60px;"><input type="submit" name="answer" value="Go" /></div> </form> </body> </html>
  5. print " [<a href='dpuse.php?ID=$i' target='_blank'>Use</a>]";
  6. http://www.wayofthemafia.com
  7. Then I would not be able to submit this post. What if 1 plus 1 didn't equal 2?
  8. Too blue, too childish, too squashed.
  9. You need help with it? So, I can assume you yourself are not experienced. Also, there is no guaranteed payment for work done. And your email address... Not very professional ("wank stain").
  10. $20 bid :D
  11. Looks simple and nice. Make the top menu more prominent, too small at the moment.
  12. Change the INT field type to BIGINT
  13. Procedural.
  14. Register doesn't work, the site is also slow to load for me. Not a great start...
  15. The website is not loading for me as well.
  16. Yes, domains are registered instantly. I have never come across a verification process when purchasing a domain, it also would be impractical as your domain could be purchased by someone else during this "verification period".
  17. You haven't even purchased the domain yet. :rolleyes:
  18. No, you can edit the amount of the purchase. It's not limited to one value.
  19. I've never had to ring a number. I created my account a couple of years back so the system might have changed now? But, they payout on time and have a good email support service.
  20. http://www.daopay.com I've never had an issue with their service.
  21. Sorry, after your posts yesterday I don't believe you made this at all. Probably used the source code of another website's login and editted it slightly.
  22. You missed an inital HTML opening tag. I can't believe you made this on your own after your posts yesterday when you claimed you could barely grasp the basics of HTML - obviously not your work.
  23. Go for it. :) You sound smart.
  24. I'm not sure how many people would learn PHP without having a good grasp of HTML so I doubt anyone would be up for hiring you (I could be wrong). Also, I'm not sure how many people would be looking for a java programmer, as most game projects on here are text-based games. Are you sure your not mistaking java for javascript?
×
×
  • Create New...