Jump to content
MakeWebGames

Zettieee

Members
  • Posts

    790
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Zettieee

  1. Provide us with a demo. No one wants to verify an account -.-
  2. Skype shouldn't take more than 5seconds to load. Maybe you need to upgrade your computer?   Btw, thanks guys. Guess I need to make an email people can contact me on.
  3. Hey guys. Whats everyone's preferred means of contact? Email? Skype? IRC? MSN? PM? So many new people around here don't seem to use skype for some un known reason.
  4. :P I hope this is what he means by protect his file. If not I have no idea what he actually wants. Maybe some sort of encryption?
  5. Zettieee

    Paid Work

    Images used to cost $2 per item. :/
  6. $pass = "myMasterPass"; if(!isset($_POST['submit'])){ echo '<form action="myfilename.php" method="POST"></br> <input type="password" name="pass" value=""></br> <input type="submit" name="submit">'; } if(isset($_POST['submit'])){ if($_POST['pass'] == $pass){ //code here } else { die('not correct'); }
  7. Zettieee

    Paid Work

    You already have the item images?
  8. if($user['id'] == $_SESSION['id']) { //all the code here } else { echo 'Go away'; exit; }
  9. Zettieee

    Wow

    I seen this last year sometime. He is great! :)
  10. Just add a simple number + number. If they fail, freeze the account for a set time or untill you review what they did.
  11. *** does this have to do with development?
  12. He can pick any domain name he wants. Domains don't have to be a word. dgffds.com is just as valid as aeiou.com. Now back to the post. Don't post a domain to you don't own but plan to buy. Spite purchases happen a lot. Back to your plan: Write down 5 ideas. Make sure each idea is individual. Hire a coder or code them yourself. After they are coded. Add 5 ideas to each of the 5 you made that link together. Code them. This is just a general idea of where to start.
  13. I like the idea of nginx, really I do. But I cant really recommend it 100% to people yet.
  14. How did you find the setup on DO?
  15. Keep your queries well written. IE: instead of SELECT *. Use SELECT email,name,login,etc,moreso,andon, FROM I use a private server - you'd be better on a nginx server (they are cheap and fast).
  16. I was going to use it for myself but got side tracked half way and just never finished it. The repeated style wasn't suppose to be the same on left box(was dark/fading in). Still, hope it's useful for someone! :)
  17. Lol it's rather simple to code ^_^
  18. So after 12 downloads no reply's? -.-
  19. + hp, +25% resistance to infection, Fire rate, dmg after 10 hits, crit chance, evade, block.. and so on?
  20. If I had the cash I'd be ordering a template from you Peter. Great work as always!
  21. Preview: http://zplague.com/MWG/MWGFree.png Download: http://www.zplague.com/MWG/MWGFREE.zip   Post feedback please :)
  22. http://s29.postimg.org/rbpsec691/Afterwar.png I did this for sniko last week (Without the text). Forgot to send him it.. your more than welcome to it.
  23. $40 is too high. He might make less money if the price is too high. If the price is $15/$20 then he might sell 3 or 4 times as many sales.
  24. You need to to define the colName in classes.php.   $this->ColName = $worked['ColName'];   Then you use $user_class->ColName like so.
×
×
  • Create New...