Search results

  1. Zodiak

    ButterflyRP Emulator

    Doing some edits and fixes atm, will upload fixed things later.
  2. Zodiak

    [Development] SimpleCMS v2.0

    Will also fix the screenies.
  3. Zodiak

    [Development] SimpleCMS v2.0

    A RevCMS edit? @Sledless has been on my JoinMe and watched me code some of this, @DesignGod watched me code the majority of this.. Lots of people have watched me code this, considering it's from scratch. The template system is like revs yeah, doesn't mean it's a rev edit. More screenies...
  4. Zodiak

    ButterflyRP Emulator

    Make sure you have a homeroom set.
  5. Zodiak

    ButterflyRP Emulator

    Make sure you're connecting to the right port & make sure the port is actually open.
  6. Zodiak

    ButterflyRP Emulator

    final public function createSSO($k) { global $engine; $sessionKey = 'RevCMS-'.rand(9,999).'/'.substr(sha1(time()).'/'.rand(9,9999999).'/'.rand(9,9999999).'/'.rand(9,9999999),0,33); $this->updateUser($k, 'auth_ticket', $sessionKey)...
  7. Zodiak

    News comments (HELP)

    All that needs doing is on the post make a query select the news id and user id from news comments, if there's one or more rows then stop the query from posting a new comment. Pretty simple.
  8. Zodiak

    [Development] SimpleCMS v2.0

    If anyone would like to watch any development I'll occasionally be doing joinme sessons so add my skype: lucast12321
  9. Zodiak

    [Development] SimpleCMS v2.0

    I'll probably do homes last but yeah, it'll have homes like habbos.
  10. Zodiak

    News comments (HELP)

    Change the definitions to work with your table, etc.
  11. Zodiak

    [Best CMS] Blue (Known as Blue code) Mysqli,Mysql CMS From Scratch [1.0.0]

    "BlueCookie.php"? this concerns me.
  12. Zodiak

    [REQUEST] Haboh.us CMS Developer

    http://devbest.com/threads/development-simplecms-v2-0.52534/#
  13. Zodiak

    News comments (HELP)

    Assuming you're using MySQL. <?php $checkc = mysql_query("SELECT * FROM `cms_news_comments` WHERE `news_id` = '".mysql_real_escape_string($_GET['id'])."' AND `user_id` = '".$_SESSION['user']['id']."'"); if(mysql_num_rows($checkc) >= 1) { die("You can only comment once."); } ?>
  14. Zodiak

    [Development] SimpleCMS v2.0

    Basically December 2013 I made a CMS coded from scratch by myself called SimpleCMS, it didn't have a template engine or anything like that. It supported MySQL because tbh that's all I knew within PHP at the time, now I've learnt MySQL, PDO, MySQLI, OOP, most PHP functions and how it all works...
  15. Zodiak

    ButterflyRP Emulator

    To fix the ticket error in rev just find where it inserts the auth ticket (can't remember where it is) and make it insert/delete the ticket out of user_tickets. Not hard.
  16. Zodiak

    ButterflyRP Emulator

    If anyone gets a live version of this up link me.
  17. Zodiak

    ButterflyRP Emulator

    New download link posted.
  18. Zodiak

    ButterflyRP Emulator

    I'll look into that error now.
  19. Zodiak

    ButterflyRP Emulator

    Thanks
  20. Zodiak

    ButterflyRP Emulator

    This isn't anything special, it's just an RP emulator I was originally going to release then decided to keep private but now I've decided I cba working on it so yeah. It's not the best, but it sure is more stable than any reality release. It's just an r63 RP emulator based off butterfly. This is...
Top