Search results

  1. E

    Trial Liscense

    Never saw this message in my CPanel before... was I supposed to know this? TRIAL LICENSE This copy of cPanel / WHM is a trial version and will expire at the end of the trial term. You will need to upgrade to a paid copy of cPanel / WHM to continue using the software after that term. Also, a...
  2. E

    free domains?

    What he said, I highly recommend dot.tk , super easy free domain
  3. E

    No more unmetered disk space

    On the homepage: "Unmetered disk space, unmetered transfer, cPanel 11, full control of your web hosting environment - backed by industry-leading technology. And it's all free." Probably should change "Unmetered" to "1gb of" disk space.
  4. E

    Get domain name (not subdomain)

    So, I'm looking for a PHP script that will help me output just the domain name, not the subdomain name (basically, just the part that's like "something.com", not "subdomain.something.com") . Any ideas? E.g. on x10hosting if you are on "mysite.x10.mx" it outputs "x10.mx"
  5. E

    cPanel not working on Boru

    Problem fixed (for me anyways) on Boru.
  6. E

    ftp troubles too!

    Try port 21 ---------- Post added at 11:30 PM ---------- Previous post was at 11:29 PM ---------- BTW I don't think Tutorials is the best place for this post :)
  7. E

    cPanel not working on Boru

    I am having the same problem. FTP also says it is a Read Only file system... nothing on the status website.
  8. E

    Configured correctly...email NOT WORKING!

    Cmon guys... know it's busy, but if you fix it, please leave a response. Seems to be fixed now... yeah!
  9. E

    Configured correctly...email NOT WORKING!

    I am certain; this is a server problem. I am getting Error 111 when I send emails. here is my PHPMailer code: <?php require_once("phpmailer/class.phpmailer.php"); $error = null; function smtpmailer($to, $subject, $message, $winerror, $failerror) { if ($ismaillimittrue[1] < 100 ||...
  10. E

    Detect user typed into textbox

    It was not W3Schools, it was Sams Teach Yourself Javascript 1.5 . I bit outdated now I guess.
  11. E

    Detect user typed into textbox

    That's good to know. Why did they change it?
  12. E

    Missing Plugin

    Not knowing exactly which game caused the problem, are you forgetting a mime type? I do that all the time, making the "Plugin missing" icon appear in some browsers because they do not know how to intrepret the file without knowing what type of file it is, and they don't rely on the extension...
  13. E

    Detect user typed into textbox

    Here is a script that can detect when a user types text into a textbox. Unlike onChange, this fires immediatley after a keystroke. It ended up being a lot more advanced than I thought it would be, but nevertheless, here it is! You must put this at the END of your page, wrapped in <script> tags...
  14. E

    php - header(...) not work

    They're right, this code will work in Apache but on any hosting server you try I guarantee headers have to be before anything. <?php // put any code here, but do not use anything that will output to the page eg print echo etc. header("put header here"); ?> <body> <head> <title>Page title</head>...
  15. E

    Build a website optimized for the Nintendo 3DS

    If you don't mind using Javascript, the platform is "Nintendo 3ds". if (navigator.platform == "Nintendo 3ds") { alert("You are using a Nintendo 3ds!"); // what to do if the user is using a Nintendo 3ds, write certain things to the page, do certain functions etc. } You can also detect if the...
  16. E

    Don't show URL of link in status bar

    This script uses only CSS and HTML to create a link that doesn't show in the status bar. I have seen many people attempt to use the <a> tag and use Javascript to cover it up, but it doesn't work in newer browsers. Here is a script that will use a <span> tag along with some CSS to make it look...
  17. E

    What's a domain grabber

    Hi, Ok, sounds easy enough. I already know where the Renew button is and the expiry date. Although I doubt that anyone would want my domain name (who would seriously want to grab a free dot.tk domain name) but at least I know for the future. And thanks for your help!
  18. E

    I feel x10hosting is better than other free hosting providers.

    True. I found x10 through a website with a free hosts list that gave this site a rating of 9.12/10 . I like it a lot. They don't have very many filetype restrictions (I need audio on my site sometimes), unlimited bandwidth, email sending is allowed, lots of MySQL space, no forced ads, PHP...
  19. E

    What's a domain grabber

    No, I would never use a software like that, but how can I avoid them?
  20. E

    What's a domain grabber

    I've heard of them but what is it?
Top