Search results

  1. lemon-tree

    Send Mail from Diffenet Account PHP

    <?php $to = 'nobody@example.com'; $subject = 'the subject'; $message = 'hello'; $headers = 'From: webmaster@example.com' . "\r\n" . 'Reply-To: webmaster@example.com' . "\r\n" . 'X-Mailer: PHP/' . phpversion(); mail($to, $subject, $message, $headers); ?> Use the $headers...
  2. lemon-tree

    SQL Server clock seems to be wrong...

    I noticed the same thing the other day. PHP time on the hosting servers is set to a different time to that of the the SQL server. I noticed when it says I made posts on my site in the future, which certainly is confusing.
  3. lemon-tree

    .htaccess redirect subdomain help please

    You need to use CPanel to recreate the subdomain, then click manage redirections to setup a redirect to forward all traffic to the directory.
  4. lemon-tree

    crossbrowser clusterfk

    Correction, they should pay them to change to Firefox, Chrome, Safari, Opera, anything but IE. In IE6 no website looks right and no sane person should still be using it; not even Google supports IE6 any more. If I had my way nobody would use Internet Explorer, it is by far the least compliant...
  5. lemon-tree

    Raw Access Log not updating

    Fine, whatever, I won't try to give you an explanation if you just go through all my posts and no thanks them. You win, if that's what you so desire to hear, I was just trying to give you an opinion from the other side. Clearly I won't waste my time next time. Also, if you have something...
  6. lemon-tree

    Raw Access Log not updating

    Yes it does, oddly enough. Think, if every one of the thousands of X10 users has an access log, it would take up a specific amount of hard disk space - space that could be used for users storage. Serving a javascript takes no hard disk space and only a tiny amount of RAM which can then be...
  7. lemon-tree

    Raw Access Log not updating

    Actually, it just transfers that overhead to the server rather than the browser. It requires that a file is kept for every one of the thousands of users on the servers and that these files must be updated with every page or item request. That's why browser based logging solutions are...
  8. lemon-tree

    Database on boru down

    You could watch this page for updates on the status of the X10 servers.
  9. lemon-tree

    Raw Access Log not updating

    Google Analytics uses absolutely no server resources, it runs in Javascript in the users browser and has no effect on page load times.
  10. lemon-tree

    Is Stoli/MySQL down?

    The MySQL server is experiencing a few problems, be patient and it should be fixed soon.
  11. lemon-tree

    Servers Blacklist IP?

    The server will blacklist your IP if you have more than a certain number of concurrent connections. You will need to speak to a staff member to arrange being removed from the blacklist. The cause of the ban could be an FTP client opening multiple streams to speed up connections. Try turning it...
  12. lemon-tree

    By accident DROPed all the tables from my sql database

    Even if X10 does have backups, this is a prime example of why you should always keep a regular backup of all important work. If the database is that vital, you should not be trusting that X10 has a backup in place, you should be responsible for keeping your data safe. Everyone has to learn to...
  13. lemon-tree

    Google becoming an ISP!

    Don't get me wrong, I like most of Google's products, e.g. Gmail, Search, Analytics, Maps, and so on. It's just I don't really see what Google expects to gain from this. If this turns out to speed up the market then fine, I will take back what I said. Only time will tell. Edit: Oh and the...
  14. lemon-tree

    Google becoming an ISP!

    I'd really rather not have Google knowing even more about us, they already trawl enough information out of our searches. They may say "they will show other private companies what Fiber Optic Internet really means to people" , but it is clearly just another route they can use to collect info...
  15. lemon-tree

    Bigger link to server status page

    Ever heard of a thing called a bookmark?
  16. lemon-tree

    Review My site

    http://sinogap.x10hosting.com/ Absolutely beautiful
  17. lemon-tree

    PHP programmer wanted. will pay credits

    It is probably due to them moving the server. Despite it saying 100% done, they are probably still tweaking things. I'll see if I can extract the news system I use and update it a little. It is custom built so it is far from perfect, but it works and it has RSS. Currently, it is wired into my...
  18. lemon-tree

    PHP programmer wanted. will pay credits

    If you have two left, why not use one of them for the news system? I wouldn't recommend putting your own tables in the Phpbb database, that is just going to be asking for trouble. If you are really going to need more than three databases, then you may be looking at paid hosting. As for the news...
  19. lemon-tree

    PHP programmer wanted. will pay credits

    How many databases are you currently using and what for i.e. what software etc?
  20. lemon-tree

    Apple iPad

    Does that not apply to the iPad then or is everyone who buys one just a 'fanboy'? I'm not saying the iPad is a brilliant device and I agree with many of the shortcomings highlighted above, but the only reason people are disappointed by it is because of the mainly over-the-top expectations they...
Top