Search results

  1. lemon-tree

    Account suspended

    It isn't suspended 'out of nowhere', it is suspended because you uploaded a nulled script. This is a violation of the terms of service and the result is that your account will now remain permanently suspended. You will not be given access to any backups prior to the deletion of your files.
  2. lemon-tree

    Should We Migrate to Mac From Windows

    Are you being serious? If you've ever actually tried to do any productive work on Chrome OS you'll suddenly realise that it's completely useless. It's fine if you want to browse the web, but beyond that you'll be fighting a losing battle. Plus the fact that all your work is stored in the cloud...
  3. lemon-tree

    The movies of 2010

    Avatar was released in 2009 (just). Ok, there have been special edition releases this year, but the main film wasn't.
  4. lemon-tree

    XMLHttpRequest does not return anything

    There are three issues here: 1. The most significant issue is that GetFile.php doesn't exist on your account, so the request is returning a 404 error every time and then failing 2. GetFile.php could be counted as a proxy and may cause an account suspension under the relevant clause of the terms...
  5. lemon-tree

    How i can use smtp server to send emails?

    @vv.bbcc19: If you're going to copy a script, at least give the details of what is needed. There is a 'require_once "Mail.php";' in that script, how is ravigarg1985 supposed to know what that script is?
  6. lemon-tree

    Using a .php file as a stylesheet

    The problem is that when you add a doctype you are telling the browser to which standard it must conform. If the browser decides that .php files as CSS are non-conformant then they will be ignored. When you don't set a doctype the browser is free to interpret which it sees fit. So, the simple...
  7. lemon-tree

    Is there a way to upload images only from 100x100pixels?

    @vv.bbcc19: I think he/she is referring to imposing that restriction on files uploaded through a PHP script and form, not files that they want to upload themselves. @bunny.invasion76: //Assuming you've checked the file is valid and there etc: $filePath = $_FILES['namefromform']['tmp_name']...
  8. lemon-tree

    The movies of 2010

    Overall I think it's been a pretty standard year for the film industry this year: a few noteworthy films, a fair number of average films and some absolute rubbish. Anyway, that reminds me of this (A sort of compilation of lots of 2010 films). Award to whoever can name all 270 films without...
  9. lemon-tree

    JS speed question & PHP security question

    This won't be possible through PHP as the cookies wouldn't be set properly in your browser, so the PHP server could be logged in but your browser wouldn't. The only reason I can think of that this would be slow is that the page is loading slowly from the servers, so you'll either need to use a...
  10. lemon-tree

    Please delete my free hosting account

    Well, you'll have to wait until your account is terminated then. As I said very clearly before, no processes will be expedited for suspended users; you broke the rules and now expect priority treatment? You are still free to use that domain on different servers as long as you change the nameservers.
  11. lemon-tree

    Piwik and port 80 ????

    The problem isn't that sockets are disabled but that the server is blocking connections outbound to port 80. If you were to make a socket to port 81 there wouldn't be any of the same issues. I've just done a brief search of the Piwik source files and the only references I can find to feedburner...
  12. lemon-tree

    Restore folder

    No backups are kept by x10 and you, as the account holder, are fully responsible for maintaining your own backups. This should at least be a valuable lesson in always keeping backups, particularly before you attempt to do any file system changes.
  13. lemon-tree

    PHP Retrieving Stock Data

    It was put in place relatively recently, within the past month or two. I would assume that other hosting companies may have the same system.
  14. lemon-tree

    PHP Retrieving Stock Data

    This is because port 80 has been blocked to all outgoing connections from the free servers. This was put in place to prevent the use of proxies and I don't think it is going to be reversed any time soon. If the Yahoo server you are requesting to has the same IP on every request, it is possible...
  15. lemon-tree

    innoDB support?

    Yes, all servers support InnoDB tables.
  16. lemon-tree

    Important Notice: WP Robot

    That IP is not from x10hosting. Even if it was from x10, if it was running on a VPS then there would be no issue with it anyway as far as I can see.
  17. lemon-tree

    Please delete my free hosting account

    As you are currently suspended, the termination process will not be expedited. You will have to wait a minimum of 14 days from when the account was suspended before the account will automatically be removed, so we're looking at early January at the very earliest.
  18. lemon-tree

    PDO non activated

    PDO is definitely already active on all the free servers, so this error is arising either as a result of a code error or due to a dropped connection to the mysql server. If the second of these alternatives is true then you may just have to wait a short while and then try again.
  19. lemon-tree

    Help me with include and required function !!!

    As long as you're not trying to do an external include, nothing is locked the the most likely cause is some badly set paths to the desired includes. Without an example of the code you are trying to use it is very difficult for any help to be given to remedy this.
  20. lemon-tree

    Problem with using TLD

    Try reading through this, it probably explains it a little better than I would: http://codex.wordpress.org/Changing_The_Site_URL
Top