Search results

  1. leafypiggy

    Help scripting my website

    well, the colors of the design..but. if you are trying to fill in that blank space with news...i would recomend this: http://www.cutephp.com yes, I know it has a "Girly" name, but I have used it on all my sites, and a lot of my friends use it. Examples...
  2. leafypiggy

    Gaming Community

    'cept FalseHope failed to notice that your ads are in the wrong place. If I am Not mistaken, for your current plan, corprate, your banner ad must be viewable without scrolling down. thats how I thought it was. Good design tho. did you make it yourself?
  3. leafypiggy

    plz help

    lmao..i liked this one class Brick implements Throwable { ... } and yeah. that should do it
  4. leafypiggy

    Review my site

    stop using firefox addons. I.E users cannot open your site. it loads, then an error message apears,basicly saying that we cant access the site, cause you have a bad code or script on it
  5. leafypiggy

    Please review my new website!

    change your CSS on the forms. When you type, your text is white against a cream backround. cant see what you are typing.
  6. leafypiggy

    PHP zip archive creation script

    wtf? what does that have to do with anything?
  7. leafypiggy

    PHP zip archive creation script

    Corey might not have class "ZipArchive" enabled on the servers php.ini ...
  8. leafypiggy

    PHP zip archive creation script

    I dont believe you can insert into a zip file...there might be a .zip extension that allows it, like Gzip, but idk.
  9. leafypiggy

    Custom 404

    really? I have them.... I think...
  10. leafypiggy

    A Flash-making program

    me...I got my intranets shut down for a few days for downloading a pirated movie that Warner Bros. was tracking.... :D
  11. leafypiggy

    Rss reader

    ....use the same code. just you have to use CSS.
  12. leafypiggy

    Rss reader

    what? like...backwards? not sure you can...
  13. leafypiggy

    AWS/PHP/mySQL - clueless newbie needs help!

    http://www.w3schools.com There you can learn about PHP, mySQL, and Using PHP with mySQL.
  14. leafypiggy

    Rss reader

    add this to your page, if it is a ".php" <? include(http://warriorsofwar.xooit.com/rss.php?number=4); ?> That should include the first four posts on the RSS feed.
  15. leafypiggy

    Contact Form Error

    I didn't even see that....You make me feel stupid... :D
  16. leafypiggy

    Contact Form Error

    are you including any other PHP files? cause if you are...they could be causing the problems.
  17. leafypiggy

    Help with this error!

    probably on stoli...eh? Apache(HTTP) was down earlier....don't know why it isnt working now..
  18. leafypiggy

    Some one help me!

    kk...do this: <?php // we connect to example.com and port 3307 $link = mysql_connect('localhost', 'mysql_user', 'mysql_password'); if (!$link) { die('Could not connect: ' . mysql_error()); } echo 'Connected successfully'; mysql_close($link); // we connect to localhost at port 3307...
  19. leafypiggy

    how do I publish my website?

    well...they will all have to be either .php or .html. As for linking, I would consider studying at w3schools. Http://www.w3schools.com/HTML/ Basicly, to link you put this code into your source: <a href="yourfile.html">NAME FOR LINK</a> using 'href="somefilename.html"' links to a...
  20. leafypiggy

    image problems !!! help

    ummm...why are you using the folder "random" ? and make sure all of you extentions and includes are in the right place.
Top