Search results

  1. S

    Random Chess Question

    64 boxes = chess each square you double::: 1 = 2 = 4 = 8 = 16 What would the number be at the 64th box?
  2. S

    FlashChat?

    I've read the TOS again now and i didn't see anything about chat systems so i thought i would post here, would they be allowed on the servers and such?
  3. S

    Just to tell you...

    For me, if i click the Account button in the nav bar here and select Modify Account... There is a mySQL error at the top AND it will say your account was terminated though it REALLY wasn't Just thought I would let you know. :)
  4. S

    HaHa.... Boredem Kills

    yeah i the shadowmage dude >.> I dunno what i was doing originally but i got bored so i went to expand a category and stopped there... This is what happened --Screenshot From Friend-- http://i60.photobucket.com/albums/h23/Animal_Legendary_wolf/Expanding.jpg
  5. S

    Driver Error

    I was wondering how i could do something like how IPS did with invision board where if somethings messed up it'll show IPB Driver Error so far i have: <?php $config[host] = "localhost"; $config[user] = "root"; $config[pass] = "PaSsWoRd1634735"; $config[data] = "sys"; if(mysql_error()){...
  6. S

    Is this safe?

    Can someone please tell me if this is safe then maybe suggest ways to make it safer? The function Encode is using md5(sha1()); for protection. <?php if(!isset($_SESSION[logged_in]) && !$logged[username] && !$_POST[login]){ echo "<form method='post' action='index.php?x=login'>...
  7. S

    [Suggestion]Cpanel Themes?

    Would it be possible to add different C-panel themes to the paid and free servers? Like have a theme select of some sort?
  8. S

    Peanut Butter Jelly O.o

    If you dont think this will get annoying after listening to it about 10 times in a row you have issues Banana O.o Fweeeeeeeee i am bored.... It's peanut butter jelly time, peanut butter jelly time, peanut butter jelly time (Chorus) Where he at 4x There he go 4x Peanut butter jelly 4x Do...
  9. S

    Severely Messed Up Domain

    I found this domain that doesn't work for ANYONE else i know but it works for me. For some odd reason when i go to http://www.royalproject.net/ it takes me to my localhost server o_O when my friend did it, his browser said Can Not Be Displayed and took him to a weird search engine Why would...
  10. S

    Fix IPB Null Versions

    I'd like to know what files to edit in 2.2 so i could fix a nulled copyright.
  11. S

    Destroy Cookies

    I have a website that uses cookies and i need to know how to destroy them o.o This is a volnurability to: javascript: alert(document.cookie) and another code in which i wont post just in case.
  12. S

    More Themes For PMA?

    Hello do you all think you could install new PhpMyAdmin themes onto both servers?
  13. S

    AJAX Website Help?

    I have a js file loading external files can you help me change the load time? XD var bustcachevar=1 //bust potential caching of external pages after initial request? (1=yes, 0=no) var loadstatustext="<img src='ajaxtabs/loading.gif' /> Requesting content..." ////NO NEED TO EDIT...
  14. S

    Combining The Codes :P please help

    I have a big code here that i want simplified and stuck into one big code. When i did it, it wasn't showing my layout So, heres the code. <? ob_start(); include("config.php"); if(!$logged[username] && $setting[status] == Offline){ // Checks to see if the person is logged in and if the status...
  15. S

    Help??

    What are aliases and filters? i'm downloading backups of my site o.o;
  16. S

    Dj Admin Panel ---Errors---

    The Error Parse error: parse error, unexpected T_CASE in C:\Program Files\VertrigoServ\www\admin.php on line 144 My code i have is: <?php ob_start(); include("config.php"); //space //space switch($_GET[action]) { case '': //dunno break; case '': //dunno break; case '': //dunno break...
  17. S

    PHP help please

    I have an error on line 90 in an admin panel of mine and was wondering if someone could be of any help::: <? $bid = $_GET['id']; $sql = "SELECT * FROM blocks WHERE bid='$bid'"; $getinfo = mysql_query($sql) or die(mysql_error());//get the info from the database if...
  18. S

    Flame Text

    I made these a little while ago( a few hours or so) i think they turned out pretty good messed up a little on the second one though where the R is those flames are a bit awkward
  19. S

    PHP - Help

    Can someone help me fix the error of getting the Invalid Id thing when i go to post a new topic? My Current Code: <? include "conn.php"; #include database file if (is_numeric($_GET['id'])){ #check the valid id if (isset($_GET['post'])){ #check to see if a post is made...
  20. S

    Help With Linking Cpanel

    my email was originally spark_the_fire_wolf@yahoo.com but i changed it to fsadminshadow@gmail.com my username is shadow31 and could an admin please change that for me?
Top