Search results

  1. E

    Create seperate subdomain

    Is it possible to create two subdomains with different files? For example one of elementfx.com one on x10.bz?
  2. E

    Illuminated and cost

    Is it possible to switch from free to Illuminated and pay yearly, and how much would that cost?
  3. E

    Unregistered Domain!!?

    I want to set up a parked domain, problem being that I cannot due to CPanel saying: It is pointed and propagated, as shown by the "This is unregistered" message. People rely on this address, how long will it be? Or maybe you could fix the problem? I need this... Dear Googlers, despite the...
  4. E

    Boru Upgrade Status??

    I am aware Boru was having an upgrade, but am not sure if it's still on. I can access my CPanel, but I get a problem with the site certificate. And I can't send Webmail. Is the upgrade done and is it safe? I want to inform everyone via webmail why my site was down.
  5. E

    Mariokart 7 Community

    Hey x10! Whenever I sign up for something I think is awesome, I create a MK7 community (Coin Runners) for it online for site members to play in. It's simple. Go to MK7, choose Online Multiplayer off the main menu, then choose Communities and Search by Code. This is the code you enter...
  6. E

    This page isn't redirecting properly

    When I log into my webmail, I get: The page isn't redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete. This problem...
  7. 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...
  8. 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.
  9. 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"
  10. 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 ||...
  11. 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...
  12. 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...
  13. E

    What's a domain grabber

    I've heard of them but what is it?
  14. E

    Key error

    Please help right away! In PHP I am using MySQL and fetching the rows from a MySQL database. When I try to write this to the page, it writes "key error" and stops writing the rest of the page. Code where it seems to fail: print "<tr><td style=\"background: url('crumpled".rand(1, 5).".jpg')...
  15. E

    Fit images into specified space

    Hey there x10hosting! I need your help with HTML, CSS, and Javascript if nessecary. I am going to have a box, for example purposes, let's say it is 400x400px. Maybe a <div> tag set to that size for example. What I need to do is be able to fit any number of images, maintaining aspect ratio, to...
  16. E

    Javascript Highscore Table

    I couldn't find a script anywhere on the internet for a highscore table and it's tough to build, but here it is! PART 1
  17. E

    Please help! Cannot send mail!

    Hello guys! (Just going to confirm that there was absolutely nothing about this on status.x10hosting.com, because by the time I had the error, all the issues on the status website were marked "Completed") OK, so I am sending mail with PHP from my site. I know the code is working because it was...
  18. E

    innerHTML mixes up HTML Attributes

    I have never had this problem with innerHTML before, yet here it is! I am trying to solve a problem with innerHTML which seems to appear only in Firefox 9.0. The HTML inside a span is: <span id="appsgoherespan"> Regular embedded apps:<br> <iframe src="articleappsp1.php" id="frame1" width="640"...
  19. E

    Error Code DEADBEEF?

    What's up with that? And any thread I go to with the same problem I can't reply to. Basically, I try to login and when I do, it too gives me error code DEADBEEF. I tried replying to another thread but it said I had insufficient privileges.
  20. E

    PHPMailer help...again

    So unfortunately, I need help with PHPMailer again. I have a pretty poor knowledge with PHPMailer or any PHP at all, really. But my problem is I can't connect to SMTP host. I get error 111 when debugging "The connection was refused by the server". Here is my code: <?php...
Top