Search results

  1. callumacrae

    Javascript and links

    Use e.preventDefault() in an error handler to prevent the link from going elsewhere. Don't support the old versions of Netscape ;-) Try this for a good JavaScript book.
  2. callumacrae

    Javascript and links

    Haven't a clue, give it a try
  3. callumacrae

    Javascript and links

    Instead of wrapping it in an anchor, why not just said the on click attribute of the input? Also, onclick should be all lowercase, and you should probably be using event listeners. You should also never use javascript:.
  4. callumacrae

    PHP header location not working on X10hosting

    Paste your script. It's a bug in the script - header location works fine for me.
  5. callumacrae

    Javascript and links

    The else statement will only be called if you have done something wrong, and should only really be used for debugging.
  6. callumacrae

    Javascript and links

    It can either be done server-side, using PHP, or client-side, using JavaScript. I would recommend the latter, but I'll explain both possibilities: The HTML: <form action="goto.php" method="get" id="gotoform"> <input type="submit" value="Go" /> Go to: <input type="checkbox" name="goto"...
  7. callumacrae

    My forum is down :)

    Premium has a lot less users per servers and is therefore more stable. A lot of people abuse Free, too.
  8. callumacrae

    files disappeared?!

    Staff are aware of the problem and it is being worked on. The files are still there.
  9. callumacrae

    website now a 404

    Staff are aware of the problem and it is being worked on.
  10. callumacrae

    Can't login (DEADBEEF)

    Staff are aware of the problem and it is being worked on.
  11. callumacrae

    Directory emptied

    Your files are still there, but there is an issue with the server at the moment so you can't see them. Staff have been notified.
  12. callumacrae

    Need to Change Folder Permissions

    There are a couple problems with the servers right now, bear with us. Staff are aware of the problem.
  13. callumacrae

    My forum is down :)

    There seems to be a problem with the server right now. Staff have been notified :)
  14. callumacrae

    My entire site has been wiped out!!!!!!!!!!!!!!!!!!!!!!!!

    They're still there, but there is an issue with the server at the moment so you can't see them. Staff have been notified.
  15. callumacrae

    Missing Files

    They're still there, but there is an issue with the server at the moment so you can't see them. Staff have been notified.
  16. callumacrae

    Website missing - File system errors

    They're still there, but there is an issue with the server at the moment so you can't see them. Staff have been notified.
  17. callumacrae

    Cron Jobs

    It doesn't really slow the server up - as a cron job runs, it is added to a big list of cron jobs which are then ran in order (as opposed to being ran all at the same time, which could take out the server). As 00:00 is so popular, your cron job could be added quite far down a huge list and so...
  18. callumacrae

    style

    No, you cannot XSS us ;-) Locked.
  19. callumacrae

    Cron Jobs

    cPanel has a cron job manager. I would recommend running it at 23:59 or something slightly before then, because usually on a shared hosting company everyone runs their cron job at 00:00, so it can lag a bit. Not sure what it like on x10hosting, though.
Top