Search results

  1. FirefighterKyle

    TV What TV show are you addicted to?

    So I have been addicted to 1883 lately really good show even though I never got into Yellow Stone. What other good tv shows are out there that everyone is addicted to?
  2. FirefighterKyle

    Is it feasible to code RevCMS style to be PDO?

    Thanks for the tip, I will look into easydb. @omatamix, so I am a little confused on how easydb works? I am not familiar with the composer way to install things I use Xampp so I feel lost trying to do it with another program. I tried to just download the files and put it into my htdocs and run...
  3. FirefighterKyle

    Is it feasible to code RevCMS style to be PDO?

    Okay, so I am trying a different approach and hoping that it will work, I mean why we try things to learn and have it break lol. So this is my engine so far not sure if it will work; if it's useless coding; or whatnot. <?php namespace Rev; use PDOStatement; if(!defined('IN_INDEX')) {...
  4. FirefighterKyle

    Is it feasible to code RevCMS style to be PDO?

    Okay so config is pretty much this then $hostname = "localhost"; $username = "username"; $password = "password"; where class.engine would be for the $conn = new PDO("mysql:host=$hostname;dbname=myDB", $username, $password); // set the PDO error mode to exception...
  5. FirefighterKyle

    Is it feasible to code RevCMS style to be PDO?

    Yes, I know that PDO is MySQL just new and well not dead lol. The problem where I run into is from the old stuff which I am looking at for a template to add class core implement iCore { #codes #code #more-codes } Like the config.php for example everything I look at to set up...
  6. FirefighterKyle

    Is it feasible to code RevCMS style to be PDO?

    So I have been out of the I guess basic coding world for a while and I never moved on or advanced from PHP 4.3 After going through many pages on php.net for PDO it looks pretty simple to learn or well get into but I always want to go back to the way I knew or learned which was coding with...
  7. FirefighterKyle

    [RP/ROLEPLAY] HOW TO MAKE A HABBO RP

    I use to run my own RP in 2011 but it's been sometime I guess I will look through some stuff to see where I am getting the errors. Here is the error
  8. FirefighterKyle

    [RP/ROLEPLAY] HOW TO MAKE A HABBO RP

    Great tutorial, I take it we can't use Xampp on it? Or I can't get it working anyways.
  9. FirefighterKyle

    Having html element ignore css element

    It's from scratch html and css, I am trying to make a nice Navigation thing with having it be active when on that page etc and with a dropdown menu for one of the pages with more pages or something.
  10. FirefighterKyle

    Having html element ignore css element

    If I gave it, it's own <ul> wouldn't it go under the first ul? i.e not in the first navigation tab?
  11. FirefighterKyle

    Having html element ignore css element

    Alright so I am trying to make a navigation bar, Css code and here is my php/html So what is happening is when I hover over Test it does not bring the I guess subnavi we can call it or drop down menu out side of the ul bar. I am trying to figure out if there is a way to have the <div...
  12. FirefighterKyle

    Java and css help

    Hello everyone I have been working on a site for myself for a good 4 hours. I ran across some problems but fixed most of it if you wish to view my failure in the beginning feel free to scroll to the bottom. (I am leaving it up so other can see what I have redone etc so hopefully it will help...
  13. FirefighterKyle

    DevBest's 2016 Community Awards (Voting)

    Most Popular: @bigdawg Funniest User: N/A Most Inspirational: @Sledmore Most Hated: N/A Cockiest User: N/A Most Professional: @Sledmore Most Missed: @Brown Biggest Nerd: N/A All-Time Legend: N/A Biggest Fag: N/A Staff Member of the Year: @Kaz Friendliest: @BenHands Best Newbie...
  14. FirefighterKyle

    [Help] Php page showing wrong order of ranks

    Still showing the last stuff, it's something to do with the ladder $i=1 etc but I don't know how to rework it to make it only show the ladder's 27-30
  15. FirefighterKyle

    [Help] Php page showing wrong order of ranks

    No bud this is something which is weird, I am glad you are learning will defiantly take awhile to learn Php since some days I feel like I know nothing. Dump
  16. FirefighterKyle

    [Help] Php page showing wrong order of ranks

    Okay so I am trying to make a rank page for a game I am playing, I am having a hard time understanding why it shows the wrong ranks when I am calling something else. Here is my code. <?php $rankCount = mysql_num_rows(mysql_query("SELECT * FROM `ranks` WHERE `type` = '1' && `branch`...
  17. FirefighterKyle

    [Fixed] Call to a member function getRankMembers() on a non-object

    facepalm.jpg Thanks Josh, one more thing what came up if you don't mind helping `mysql_num_rows() expects parameter 1 to be resource, boolean given`
  18. FirefighterKyle

    [Fixed] Call to a member function getRankMembers() on a non-object

    Okay so I am trying to implement more OOP, but I am getting this error. Here is the codes I am using final public function Initiate() { global $_CONFIG, $officer, $engine, $core, $template; $this->setParams('gameName', $_CONFIG['game']['name'])...
  19. FirefighterKyle

    [Fixed] Node.js install ws unknown error?

    Edit: Fixed the problem, didn't realize that I had to drag that folder into ogar-master. Thank you @Moonshine and @Adil for the support.
  20. FirefighterKyle

    [Fixed] Node.js install ws unknown error?

    The log wouldn't bother me if the start button for ogar-master to make my private server wouldn't keep saying need ws
Top