Search results

  1. callumacrae

    Community Advocate :)

    WELCOME http://x10hosting.com/forums/useful-information/101463-user-groups.html ~Callum
  2. callumacrae

    Serious Investor Needed

    Wait, what? You want us to pay for something to run on a vps, then you'll take 50%? I'm confused. ~Callum
  3. callumacrae

    Login not working - Information not kept across pages?

    I asked ##php in freenode (admittedly, not the most knowledgable people in the world), and they all seemed to be in agreement that anything that uses $_SESSION is vulnerable unless you're using https. ~Callum
  4. callumacrae

    Looking for someone to help assist with coding?

    My recommendation: use Codeigniter as a framework - it has a lot of useful features built in that are good for beginners. A good Codeigniter tutorial (basics) is here, but it has a few very basic errors. I've also seen this tutorial recommended, but I haven't actually looked at it myself...
  5. callumacrae

    Figured I'd share an article with you guys...

    I'm confused ~Callum
  6. callumacrae

    Shopping cart help.

    That's exactly what I meant, but give them three installs for when Windoze breaks and they have to reformat ;) ~Callum
  7. callumacrae

    Serious Investor Needed

    http://www.youtube.com/watch?v=VtC-v_aWyAI#t=4m50 ~Callum
  8. callumacrae

    problem with forum

    You've got something in your htaccess - every page on your entire website displays that ~Callum
  9. callumacrae

    Php Image

    Nah, not like that. In the table for the user, have an 'image' field. When they first register, set it to blank.png, and in images/avatars/, have blank.jpg. Then when they upload new images, save it in images/avatars/ and update their entry in the database so that it points at the new image...
  10. callumacrae

    Shopping cart help.

    Why do you need it to be so secure, anyway? ~Callum
  11. callumacrae

    Shopping cart help.

    Nonono I meant that during installation they would have to enter the code, their copy isn't validated when the game is opened. If the server went down they wouldn't be able to play :) It's as easy to change or forge your mac address as it is to change your IP if you know how. I dont know about...
  12. callumacrae

    Web RSS reader

    You will not be able to host your RSS remotely, you will have to upload it to your hosting, and then parse it. If your iTunes library has more than a couple thousand tracks in, this script may use quite a lot of resources, which could result in you being suspended for high resource usage. ~Callum
  13. callumacrae

    Shopping cart help.

    They can spoof anything if they want to, just use their IP ~Callum
  14. callumacrae

    Shopping cart help.

    They don't even have to reverse engineer the game, they can just sandbox it and see what it connects to. It really isn't a good idea. Have a database of lots of random codes. Each code can be used three times, after that it becomes deactivated and the user has to ask you to reactivate it...
  15. callumacrae

    Shopping cart help.

    Re the first part, that sounds kinda tricky. I think I understood it, anyway :) You can't connect to MySQL remotely, and even if you could that would be a security flaw, as someone could reverse engineer your code, get the login info, and modify the database. It would be better to build...
  16. callumacrae

    Anyone elsse see the wordpress update news

    It's a very minor edit, so will not take long. Half of HRU suspensions are about the length of time taken, so this update won't cause HRU suspensions (unless the server is running slow). ~Callum
  17. callumacrae

    How old are you?

    I'm under 18 Should this be in crossfire? It's not really a debate. ~Callum
  18. callumacrae

    lynxphp

    Solved by moving them into single.php, which is full width. Fixed. Thanks everyone :) ~Callum
  19. callumacrae

    The Devil May Be

    I like it :) Is that the FreeBSD logo? ~Callum
  20. callumacrae

    Login not working - Information not kept across pages?

    Would that be vulnerable to session hacking? They can just change $_SESSION['logged'] to 1 and then they'll be able to access your hidden content. Don't quote me on that though, I don't really know anything about session hacking. nononononononono Don't use mysql_*. Ever. Using prepared...
Top