Recent content by Trinix

  1. T

    Recruiting blahHotel Community Manager

    Nice to see you're hiring. Sent mine :)!
  2. T

    [PHP] Find & Edit After [PHP]

    $file = file_get_contents("your file"); $file = str_replace('21', 'Hello', $file);
  3. T

    Rate the people..

    1 because you're a noob :))))))
  4. T

    ReRevCMS - Revolution outside the box

    Using global $var; in PHP is a design flaw, you should take a static approach and use Class::Method();
  5. T

    [Phoenix] SSO Keeps Resetting Itself

    Hello. My CMS sets the auth_ticket, but when the hotel view loads, the auth_ticket sets to an empty string and the client disconnects. Here is my client.php: http://pastebin.com/pSZKSnrU
  6. T

    RevCMS 3.0 [PHP, MVC, Multi-Support]

    I doubt he'll finish 3.0 and begin a completely new development... Do you have any common sense. He'll most likely fix 3.0 and improve bugs ...
  7. T

    Introduction Hey There, Im New :D

    Welcome!
  8. T

    [PHP] MeekroDB Question [/PHP]

    Nope: $this->current_db = $this->dbName; $mysql = new mysqli($this->host, $this->user, $this->password, $this->dbName, $this->port);
  9. T

    [PHP] MeekroDB Question [/PHP]

    I think that means in querys though..
  10. T

    [PHP] MeekroDB Question [/PHP]

    MeekroDB is a class for MySQLi. Are you sure it filters it automatically? I'm not sure if it does :/ It's a string and can contain an integer
  11. T

    [PHP] MeekroDB Question [/PHP]

    Hi I'm using MeekroDB for my database class, and it doesn't seem to have a filter function. I have a $_GET['p'] for my template system to GET the page from a file but how could I filter it so I can't get SQL injected?
  12. T

    [CSS] Border Help [CSS]

    I already knew it applied the CSS changes because I checked the console...
  13. T

    [CSS] Border Help [CSS]

    I didn't have to clear my cache
  14. T

    [CSS] Border Help [CSS]

    Still the same
  15. T

    [CSS] Border Help [CSS]

    .navigation li.active,.navigation li.active:hover { color:#000; background:#FFF; border-color: black; border-bottom:2px solid #FFF; margin-bottom:-2px; } Basically, I'm wanting the black border to run down to the bottom, and the white border to come inbetween the black ones, like this:
Top