Search results

  1. leafypiggy

    Personal MP3's

    No. here's how it works. source (music) -> server (local or remote) -> output. he's not storing anything, he's sending information through a server to the end user.
  2. leafypiggy

    Support System

    Are you logging in at http://support.x10hosting.com/ ? You shouldn't have to register, just login with your forum account information.
  3. leafypiggy

    Personal MP3's

    He's not storing them. He's streaming them. This is perfectly legal, however there's no way to host a shoutcast or other streaming media server on x10, unless you have a VPS. You have to be able to execute files, and it's not able to be done on free hosting. You'd be better off using...
  4. leafypiggy

    Error when logging in to account management system

    You aren't going to be able to get any more help here. A staff member must look at your account, it looks like your account has become unlinked. Sorry!
  5. leafypiggy

    Can i get this script

    Like I said, you can run it on your home server, but you can't run any type of those scripts on free hosting.
  6. leafypiggy

    Account Suspension

    Request unsuspension: http://x10hosting.com/panel.php there's a link on the right for "View suspension report"
  7. leafypiggy

    Account is suspended every day.

    I believe they are using a form of vb-link (originally for a whmcs bridge). But who knows.
  8. leafypiggy

    Can one search the contents of files for a string?

    There's a script by vigge_sWe on his blog for this reason. Http://jagf.net/blog/
  9. leafypiggy

    imap_open()

    It's probably just a problem with the email server. Just wait and see if it's resolved in time. I think Corey was doing some stuff with exim.
  10. leafypiggy

    Account is suspended every day.

    The system is set up, as far as I understand, that it sets a record in SQL for your account that you've logged in, as soon as you log in and it processes the login... No need to post if you don't want to. I only say that because some members are scared away from the hosting if they think they...
  11. leafypiggy

    Can i get this script

    He can't run it at all. The execution time and exhaustion limit is too low. I already said that.
  12. leafypiggy

    disable directory browsing

    Add this to your .htaccess file in that directory. Options -Indexes that will give them the message Note: This will do for every sub-directory in the directory that you place the code in.
  13. leafypiggy

    Feature requests - PHP

    I use much more than 2mb sometimes. Wordpress plugin upgrades and core upgrades. I've been having to do them manually.
  14. leafypiggy

    Can i get this script

    It is just a php script, however you must run it locally and not on x10. I'm pretty sure that script uses CLI output, and also x10 has a max execution time of 30seconds on free servers. You can install php locally on your computer and run it there if you need. You can get the windows binary...
  15. leafypiggy

    Account is suspended every day.

    Yes, make sure it is the forums you are logging into, and also, it must be in this order. Unsuspension (once you submit for it, and it's proccessed (your account is unsuspended) ) -> forums if you login to the forums before you're unsuspended, I'm fairly certain that the system still doesn't...
  16. leafypiggy

    Quick Question

    Yep. You should be able to just use <object></object> to embed the game right into your page. If you need more help with it, just post.
  17. leafypiggy

    Feature requests - PHP

    Are php levels going to be coming back? That's all that I want, my php level 3 back. Haha
  18. leafypiggy

    for all those who r in love or want to be in love

    Cool story bro.
  19. leafypiggy

    Take a look at the design of my online portfolio & blog

    It's much too big. The navigation takes up my entire screen (1280 x 1024). The normal user only looks at the first screen (the page without scrolling at all), so you're just throwing away most of the people that visit your site. I see there are still a few issues with the site, so I'd maybe go...
  20. leafypiggy

    onclick text select and also a comment script if possable

    <script type="text/javascript"> function select_all() { var text_val=eval("document.form1.type"); text_val.focus(); text_val.select(); } function select_all() { var text_val=eval("document.form1.type1"); text_val.focus(); text_val.select(); } </script> You declared the function twice. Try...
Top