Recent content by Tronscript

  1. T

    Show DevBest sUS V1 [PHP, OOP, MySQL]

    Regardless, excellent release m0nsta. By the way, would you mind if I fixed/improved a few things, then released it as another build? e.g; v1.2
  2. T

    Show DevBest sUS V1 [PHP, OOP, MySQL]

    Nice release, but I found a possible bug. The members aren't aligned properly on the members page. The row breaks off when starting the third row, then the three first spots are blank, but the forth member shows. The next row shows as it should. This may just be me, but it also may now. o.O...
  3. T

    [HELP]Coding Command using php[HELP]

    <?php if($_POST['usermsg'] == '.clear chatroom' and $row['userlevel'] == 9) { $fp = fopen( "log.html", "w" ); fwrite( $fp, "the shit worked" ); fclose( $fp ); } else { if($row['userlevel'] == 1) { fwrite($fp, "<div class='msgln'><i>User ". $row['username'] ." had...
  4. T

    HELP PLEASE

    The PHP was edited horribly, rendering your site temporarily useless until you undone all damage.
  5. T

    [CSS/HTML/jQuery] Make Background Image Fit All Screens

    It only aligns the images; not any of the actual content
  6. T

    Show DevBest Ip ban

    Same thing... get the users IP, then do the code above.
  7. T

    sUS [OOP, PHP, MySQL]

    There is no work around... when MySQL is removed, any MySQL functions will just throw errors. It is mandatory, from what I hear.
  8. T

    sUS [OOP, PHP, MySQL]

    But when MySQL is gone, it won't work all together... you will need to update it, please MySQLi isn't even freaking hard...
  9. T

    sUS [OOP, PHP, MySQL]

    Well, he might as well switch to MySQLi now. m0nsta.
  10. T

    sUS [OOP, PHP, MySQL]

    m0nsta. you are using MySQLi, correct? I heard MySQL will soon be removed from PHP.
  11. T

    [CSS/HTML/jQuery] Make Background Image Fit All Screens

    m0nsta. That's exactly what I'm trying to fix. But, for the code you can view source :>
  12. T

    [CSS/HTML/jQuery] Make Background Image Fit All Screens

    Well, just look for yourself. This is a website I've been developing and this background shiz is getting me mad. http://thepelicanville.com/
  13. T

    Best code editor

    Sublime Text 2 (all around) or Adobe Dreamweaver CS6 (for designing)
  14. T

    PHP Error

    This has an SQL Injection exploit, but I cbf to fix that shit right now. <?php session_start(); include 'config.php'; if(isset($_POST['Submit'])) { if($username&&$password) { $username = $_POST['username']; $password = $_POST['password']; $query = mysql_query("SELECT * FROM `users`...
Top