Search results

  1. lemon-tree

    Fix my SQL [800 Credits]

    Well clearly it hasn't, are you sure you are selecting a valid database?
  2. lemon-tree

    Trouble with PHP script works in IE but not safari or firefox

    These are probably your problem: Replace every occurrence of >> with &gt;&gt; like so: You also do not appear to have fully compliant HTML, you need <html> tags and proper closing of all opened tags. All that together makes this: <html> <head> <title>feedbackconfirmation</title> <meta...
  3. lemon-tree

    Trouble with PHP script works in IE but not safari or firefox

    Are the values actually inserted into the database? The browser really will not make a difference to the execution of PHP code, as PHP is a server side language. What is the URL of the page?
  4. lemon-tree

    Fix my SQL [800 Credits]

    OK, try inserting mysql_error() like this and it'll tell you what is wrong with your SQL:
  5. lemon-tree

    Fix my SQL [800 Credits]

    Wrap the 'password', 'admin' and 'username' with ` instead, like so: or remove the quotes completely:
  6. lemon-tree

    can not log into anything

    This means either the X10 firewall is blocking your IP address, which usually occurs when you have too many concurrent connections to the servers using FTP. Otherwise, your local network is blocking the website, do you have any web filters etc turned on at home?
  7. lemon-tree

    can not log into anything

    What is the address so we can check to see for ourselves? It may be possible that you have been blocked by the Firewall if you are completely unable to open anything.
  8. lemon-tree

    100% free ads here if you want

    Yeah, of course it will...:rolleyes: If it's so good, why wouldn't you use proper advertising and actually make a profit? You should probably get them checked out by a doctor, that doesn't sound healthy.
  9. lemon-tree

    What Flash is for

    On the contrary, there are many tools for creating beautiful HTML websites, just none are really ready with the HTML5 spec yet. Dreamweaver Rapidweaver etc... I have also seen Photoshop used to good effect for website creation. Your site does look OK, although it is definitely on the small...
  10. lemon-tree

    What Flash is for

    Nice website, the only problem is that it uses ~20% CPU, which is a little excessive when it is only a few animations. Admittedly, that is running on the Mac version of Flash, which is known to be a lot less optimised than its Window's counterpart; this is also why I have Flash disabled by...
  11. lemon-tree

    How to get members on the same database?

    Perhaps it would help if you described what it is exactly that you are running, perhaps then there may possibly be a solution available.
  12. lemon-tree

    Which domain is better?

    If the slowness is to do with your new URL, it is probably because it is not yet cached in DNS servers, so the address has to be looked up for each resource. I would recommend waiting a while longer before you try to make comparisons. It is more likely though that the servers are just a little...
  13. lemon-tree

    How to get members on the same database?

    That'll depend entirely upon the design of the user database tables. It is very likely that the tables will not be the same, which makes it very difficult to do. I would recommend taking your most complex (i.e. forum) application's user table and try to adapt your less complex applications to...
  14. lemon-tree

    Random data lost

    It is possible the backup system is still there; I have never found the need for it thus far, so it may be best to let another person confirm either way. I guess photographic memory must come in useful many times.
  15. lemon-tree

    Random data lost

    Are you sure you didn't delete or rename the directory by accident? There used to be an option in cPanel for backups, but I can't see it any more. Anyway, take this as a valuable lesson to always have backups of anything that is important.
  16. lemon-tree

    Review my Portfolio , Simple one Page Portfolio

    I like the scrolling design. I have seen it elsewhere and you have pulled it off very well. The text and writing is a little disjointed, i.e. why are you using backquotes (`) instead of normal apostrophes (')? You should probably also state that the images in the gallery are not yours.
  17. lemon-tree

    New Google

    I'm not sure how widespread this is in other countries, but it appears that Google.com and Google.co.uk have a new front page and search. The new logo and frontpage definitely looks a bit more crisp and up to date: The search results page also has a newer look, with icons for the search...
  18. lemon-tree

    Review my Website - Tagword

    It opens fine in Safari: In Chrome it gets sent back to the previous page, most likely because you have it set to reject any non-IE browser which another example of horrendously bad coding. Opera also opens and runs it fine: Basically, you really need to rethink your assumption that it is...
  19. lemon-tree

    Site refresh

    How about it now?
  20. lemon-tree

    Adobe Planning To Sue Apple!!! (Video)

    OK, they run and work. But a lot of games aren't really designed for touch input. If the phone has a keypad or a emulated keypad then it is slightly better, but my experience of flash on mobile devices has been of lagging graphics and poor input. If it is fine for you then fair enough, it must...
Top