Search results

  1. leafypiggy

    Error with template

    whats wrong? it looks fine to me.
  2. leafypiggy

    Can an add-on domain do this?

    be carefull with drupal. If you plan to use it, make sure you commit to it completely. that is if you are doing the fantastico install. cause the install requires the "Shell:exec();" function, which is only supported by X10 PHP Advanced.
  3. leafypiggy

    Can an add-on domain do this?

    yall make me feel stupid... :D
  4. leafypiggy

    Can an add-on domain do this?

    kk. i got it. what you need to do is create an addon domain, then make a subdomain off of the addon domain. that shuold make the addon redirect to another folder. not sure though. i dont see why you cant just use the same domain.
  5. leafypiggy

    MYSQL_Select_DB Error

    sure SQL wasnt down? and check your passwords.
  6. leafypiggy

    Can an add-on domain do this?

    you would use a sub domain for that. the sub domains on x10 are wildcard redircects. that just means that /home/yourname/public_html/somefolder/ is the directory of somefolder.yoursite.com
  7. leafypiggy

    MYSQL_Select_DB Error

    your password has a space in it. PHP cant parse a space in a password. use "_" or "%20" if not, I can give you mine to fill in.
  8. leafypiggy

    Junk Mail? How no to be..?

    is it? thats the question....... are your DNS settings poined at ns1.x10hosting.com and ns2.x10hosting.com ???
  9. leafypiggy

    having godaddy.com domain troubles

    isnt the point for them both to be pointed at your Public_HTML? i mean, unless you were buying a domain for like, your forums, but.. idk. it doesnt really matter.
  10. leafypiggy

    having godaddy.com domain troubles

    ...why the hell would you add as a sub??? and I already explained this....
  11. leafypiggy

    having godaddy.com domain troubles

    ok. so you want your godaddy domain to be your primary? if so: go to: http://www.x10hosting.com/login login with your forum details, and scroll down a little. under your account settings, change your domain to the .(tld) and click "update my settings" or somthing like that...
  12. leafypiggy

    php_self

    check out this site..it has a full stats suite with backend. http://www.chipmunk-scripts.com search around for it.
  13. leafypiggy

    X10hosting - Web server software ERROR

    what the hell do you have on your site...your whole friggin site is a 500...
  14. leafypiggy

    mysql problem installing joomla

    the host is localhost :D
  15. leafypiggy

    php_self

    try this: <?php include ("connection.inc.php"); $connection = connect(); $page = $_SERVER['PHP_SELF']; $ip = $_SERVER['REMOTE_ADDR']; $date=time(); $query="INSERT INTO tracker(page,ip,date) VALUES ('$page','$ip','$date')"; mysql_query($query,$connection); $query="SELECT count(*)...
  16. leafypiggy

    http://www.x10exchange.com/

    anyways, you couldn't host a banner exchange on X10, unless you were using ONLY external images, because Image Hosting is against X10 ToS
  17. leafypiggy

    Help with FTP please.

    what is the error you get. and jaypurohit.x10hosting.com/ doesn't exist on X10 Servers.
  18. leafypiggy

    PHP and Ajax (Authentication how to ??)

    probably flat file databases. you could also use SQL i guess... it is basicly what happens for the Dynamic Images like on CAPTCHA forms. Yes, I know you dont WANT to use this kind of Authentication, but I think its all you can do.
  19. leafypiggy

    Problems with PHPmyAdmin

    try downloading PHP myadmin and uploading it to a Password protected Directory on your server. then set the info for it and use that instead. Thats what I had to do a few years ago cause PHPMyAdmin's Frames were skrewed up.
  20. leafypiggy

    how do i run javascript?

    there is no "_" it is just a space. <body onload="sonswitch()">
Top