Search results

  1. F

    [REL] CSS template

    Looks nice, considering I can't do any better myself! I am still trying to learn CSS.
  2. F

    ip_last Phoenix error

    Add the following into the <head> tag in your client. <?php mysql_query("UPDATE users SET ip_last = '".$_SERVER['REMOTE_ADDR']."'"); ?>
  3. F

    [SUGGESTION] DISlike button [SUGGESTION]

    Quite stupid, IMO.
  4. F

    HTML Locker - by Puridee

    Any proof that this is legit? I think this is quite impossible, IMO.
  5. F

    PHP Help, Just Some Small Stuff.

    Try just doing die(mysql_error()); If that works, maybe just create a function. final public function myError($thingy) { // $thingy = the variable you set to connect to the database. return die("MySQL Error: " . mysql_error($thingy) . "has occurred."); } I just coded that on...
  6. F

    [PHP] Class Error

    Sorry for ripping from RevCMS Kryptos. I wont do it again.
  7. F

    [help}Rev cms avatar

    It's your SWFs, this happened to me before. By the way, it's SWFs, not DCRs.
  8. F

    Hello Kryptos. I would just like to make a public apology, for my immature actions. I hope that...

    Hello Kryptos. I would just like to make a public apology, for my immature actions. I hope that you have forgiveness in your heart, and will unban my account Lexiphos.
  9. F

    [HELP] Code to make a Box Bigger? [HELP]

    How about make the text boxes smaller? .smallText { width: 100px; } Play with the width till you think it's appropiated, and for all the text box input's, add class='smallText' in it.
Top