Search results

  1. lemon-tree

    PHP programmer wanted. will pay credits

    He wants it to store all of its data in a file instead of a database as he only has three databases allowed. To be honest, he could just use a table in another database just as well and simplify things hugely.
  2. lemon-tree

    The Ctrl+V game

    <?php echo fpd_select_apikey(); ?>
  3. lemon-tree

    Battlefield Bad Company 2

    I'm waiting for the release. I loved the first one and still play it, the new one looks even better.
  4. lemon-tree

    color theme generator

    Two second Google search turns up hundreds of results. I personally like this one.
  5. lemon-tree

    zkDesigns - Review My Site

    Re: PunkNetwork - Review My Site Nice design, but not really any substantial content. When you get some content up, I'll up you to 4/5.
  6. lemon-tree

    Install Awstats in our servers

    For what it's worth, services like Google Analytics are far superior in most ways to AWStats and don't use any server resources; so it's beneficial in more than one way. Also, adding a preference for AWStats wouldn't really be any better, it is still consuming server resources that could be...
  7. lemon-tree

    Programs you use to manage your site...

    FTP: Espresso/Transmit Code: Espresso Graphics: Photoshop 7 (Yes, 7) WYSIWYG: On the rare occasion: iWeb Browser: Safari (With ClickToFlash "Block evil Adobe Flash" ) SQL: Sequel Pro Testing Server: XAMMP
  8. lemon-tree

    Account suspended due to high resource use

    If you are just doing private testing, I would recommend setting up a server on your local machine or old computer. That way you won't have to worry about suspensions. Doing so would also allow you to see how resource intensive your scripts are and let you optimise them further. The quickest way...
  9. lemon-tree

    .TK Addresses can now be a "Domain"

    How long ago did you send it? It does take a few days before the site is crawled, then a few more for results to show up. Initially, only my home page showed up in results, but it is slowly indexing more pages. I think I also tried this, I don't know if it made much difference, but it is worth...
  10. lemon-tree

    .TK Addresses can now be a "Domain"

    I beg to differ, mine is 3rd on the page out of ~500,000 on some queries. When I transferred, I lost my number 1 spot, but I'm hoping I'll work up those two places again. Admittedly, I need to work on optimising for some wider queries, but I am indexed. I use Google Webmaster Tools and my new...
  11. lemon-tree

    Iphone redirect

    If you did it in PHP it would certainly be quicker. Try this at the top of your page, the 'header' function must be called before anything else is sent. I haven't tested this though. <?php $ua = $_SERVER['HTTP_USER_AGENT']; $regex = '/iPhone|iPod/'; if(preg_match($regex, $ua){...
  12. lemon-tree

    Database problem

    http://forums.x10hosting.com/service-alerts/109408-mysql-server-upgrade.html *AH, beaten there
  13. lemon-tree

    SQL Import

    I am having quite some difficulty using the SQL import feature in PHPMyAdmin. I am trying to import a SQL table into a MySQL database that is 13MB in size with about 180,000 records. Currently, the browser status bar says it has been loading for 3 hours, however, the processes pane in PHPMyAdmin...
  14. lemon-tree

    PHP SQL Output

    I am currently working on an extensive online application and I am looking to implement the javascript local database storage. However, I have run into quite a substantial problem; the javascript requires a SQL file to import data into the local database from the server database. I currently...
Top