Search results

  1. leafypiggy

    Scrap that and get this!

    I'd be interested in affiliating with you. http://www.helprunescape.net/ we are a runescape tip & help site that is just starting out. I'll consider putting you on our banner rotation.
  2. leafypiggy

    PHP File Operations Help

    yeah, i don't want an image, I am most likely going to store it into a flat file db and recall the last like 5 songs or something. I'm trying to get someting like x10radio has. xD
  3. leafypiggy

    flash proportions

    css. just define it with css styles. lol http://w3schools.com/css
  4. leafypiggy

    PHP File Operations Help

    Hey guys, I'm trying to re-work a script written by someone (i forget their name, they are from x10) It gets the current song name and song length and outputs it on an image. Ok, great, however, since the headers are already sent, you can't update the image (i think... lol). I tried to...
  5. leafypiggy

    x10Radio is looking for DJs

    no... I had been looking for this since like april... dont judge my friend.
  6. leafypiggy

    x10Radio is looking for DJs

    i can do whenever I'm home. Ill post my schedule if I get accepted. :D
  7. leafypiggy

    Vbulliten Config.php

    what he said. lol. i wish vb would make an auto installer. maybe ill make one and send it to them....
  8. leafypiggy

    Download google chrome

    meh. doesnt look too "chrome" to me. :D
  9. leafypiggy

    Drop Down Menu -> Mysql

    you don't specifiy an action to do once submit is pressed. you gotta change <form method="post"> to <form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>"> that will just make the form submit the values to taht file that you have the proccessing of the form.
  10. leafypiggy

    Making your own forum

    then i wouldn't recomend creating a forum system by yourself, as it involves much more than basic PHP, and also SQL PHP interaction. if you are looking for a very basic forum system, i recommend checking out Chipmunk Forums: http://chipmunk-scripts.com/page.php?ID=8 or Chipmunk...
  11. leafypiggy

    Comment Box Script

    for your username, and database name, the prefix, like stated before is: yourcpanelname_name so, your cPanel name corresponds to the location of your site, like, my website's root would be, /home/leafy/public_html/ since you are on a shared server, it must be preceeded with the name...
Top