Search results

  1. leafypiggy

    The redesign of the redesign of my site. :x

    Obviously, you're completely oblivious to everything. I never said that I designed my blog. I linked to a completely different page. Please, for lack of a better phrase, F-Off. If you want to say something to me, PM me. Lock this please.
  2. leafypiggy

    javascript

    Note: I'm not great at javascript, but this *might* work: I can't figure it out, been trying for ten minutes. :x Here's my idea (like I said, i'm not good with JS) <body onload="toggle('menus')"> Then, the function would contain an array containing all the names of the menus you wish to...
  3. leafypiggy

    javascript

    Not too sure this will work, but calling onload="toggle()" should hide the list. so, change <body> to <body onload="toggle()" > and see what happens. =]
  4. leafypiggy

    Site overhauled

    I'd use Verdana. I've used firebug to take a look, and these property setting(s) look good. #wrapper { background-image:url(images/body_bg.png); font-family:Verdana !important; font-size:12px; margin:0 auto -71px; min-height:100%; position:relative; text-align:center; width:850px; } Put that...
  5. leafypiggy

    Displaying different on PC and Mac

    This doesn't belong in the Free Hosting support. I can tell you, however, that your code isn't compliant with all browsers. It has nothing to do with the OS.
  6. leafypiggy

    Getting a cut out?

    I used the Magnetic Lasso Tool in PhotoShop.
  7. leafypiggy

    Getting a cut out?

    It has a transparent BG.
  8. leafypiggy

    Getting a cut out?

    one second... :P I'll try and get it out from the bg. EDIT: How's that?
  9. leafypiggy

    Adding more than one cpanel account?

    Not to access your account.
  10. leafypiggy

    Please vote for us joomla day

    He's got like 20 votes from me. :)
  11. leafypiggy

    Please vote for us joomla day

    Vigge's website. :) It's winning now... *whistles*
  12. leafypiggy

    Scripting Template and Design Language

    I can't really write out a full code now, but I can give an example. Also, you can try w3schools.com/php if you are learning PHP. This is basicly a simplified WordPress "Loop" <?php include('header.php'); /* * *Static Data *Like News Posts **Etc. *This would be directly after your...
  13. leafypiggy

    Need someone to install my php script in the future

    If you pm me with the name of the script and link to it, ill evaluate it and see if I can do it. :)
  14. leafypiggy

    What is up with the service? It keeps on going offline and online?

    Like I've said before: 1. The servers are never "offline" the services (apache, etc) just crash because of users who take advantage of x10 and run scripts that use a ton of resources. This causes some services, mostly apache, to crash because of high Load. 2. This bears repeating: IF YOU...
  15. leafypiggy

    100% protected template?

    Plus, Anna isn't a Guy! FAIL
  16. leafypiggy

    I need to know this. Why I can't reach my site

    gateway: try flushing your DNS. Windows: start->run->cmd type: ipconfig /flushdns ---------------- The free servers are a little unstable right now, that's all. Users take advantage of x10's free services to run CPU-Hogging scripts that kill Apache. The uptime on it is actually pretty good.
  17. leafypiggy

    Free Chat for your Site

    This summer will be x10 Radio v3 release. I'm fairly certain we will be having some contests over IRC + the Radio for prizes! :) Keep tuned. =]
  18. leafypiggy

    Am i really this stupid? Or is it just not possible on x10?

    NO! Go into wordpress, and change your settings! I'll get screenshots later! http://yourblogurl.com/wp-admin/options-general.php there you can change the default uri's. BLAH!
  19. leafypiggy

    Help creating PHP code

    Very secure method: <?php if (isset($_GET[p]) && file_exists($_GET[p].".php")) { $allowedpages = array("idx", "band"); if (in_array($_GET[p],$allowedpages)) { include($_GET[p].".php"); } else { die("Hacking attempt"); } } else {...
  20. leafypiggy

    Getting domains here?

    http://clients.x10hosting.com You can purchase a domain from there.
Top