Jump to content

ZulfadlyAshBurn

Members
  • Posts

    783
  • Joined

  • Last visited

Everything posted by ZulfadlyAshBurn

  1. The site is down, I am moving to another server & domain. I am also working on a new project. Will post infos about the project soon
  2. you may want to post this at freelance section if you want people to code for you from the scratch. but nonetheless, link google is your bestfriend...
  3. Genesis730 answered it.
  4. The first thing when the user says remember me, store the ip and browser agent info into the db and make a cookie which never expires. Sessions do expire. when the user open the page again, check if cookie store, if not stored, check database, if database are able to get the same info, the check user's password. if correct then allow entry.
  5. 1) Learn PHP 2) Learn MySQL Commands 3) function.mail.php: LINK
  6. you might want to host a cloud/dedicated server. they are usually much faster and not forgetting, you would need a cdn.
  7. PHP TIMZONES see the link.
  8. yes, only if the backend server is running the php file or a computer is turn on 24/7 to run the code.
  9. what you mean acting strangely?!
  10. the old server had 2 cores while the new one got 8 cores.
  11. Server are usually based on your website usage. If you are running video streaming site, you most probably need a few servers running with load balancer, if yours is just a family site, you might just want to use your existing comp minimum p4 chips and apache/xampp/wamp running. I am currently using a core 2 due server with apache server installed. Quite happy with it although sometimes it hangs when i'm sharing videos around the world.
  12. i dont think you should use [] as part of the input names.
  13. As you guys know, facebook have their own platform? do you guys know how to make something like that? where people use created code for their app when created on your platform.
  14. please use the code tag!
  15. how is the project coming? still need help?
  16. seriously, i hardly encounter any captchas. only during the signup, thats all.
  17. remove public_html/ from the src.
  18. haha. nice one AyKay47
  19. you may want to look at html5 video/audio embed codes. are you sure that you are pointing your file in the placed its located. sometimes, your pc and hosting server have different folder names etc.
  20. phpSensei, i now you love python by one of your post stating that you want to quit php. hehe
  21. no prob its my honour to help people
  22. you are making your user's password venerable to yourself. this way, the user using your site wont trust you in keeping their information safe.
  23. <? is a bad practice. no prob. mark topic as solved its my honour to help people
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.