Search results

  1. D

    Unable to connect

    Fixed It. Close Please
  2. D

    Unable to connect

    Hello, My server isn't connecting to my Web-Host Database. Config.php db.hostname=127.0.0.1 db.port=3306 db.username=My Username db.password=My Password db.name=habcheer_hotel I keep getting this error. I even opened my port. (Inbound)
  3. D

    PlusEMU Support thread.

    Something on my computer I'm missing for the emulator not connecting http://tinypic.com/r/2zqew7a/9 I'm running on OS X 10.12
  4. D

    PlusEMU Support thread.

    I have my Xampp MySQL turned on unless I need connector?
  5. D

    PlusEMU Support thread.

    My EMU is not connecting via localhost... http://tinypic.com/r/2zqew7a/9 And I made sure everything is connected in the config.ini
  6. D

    Converting MySQL to MySQLi

    Hello, I'm looking for some basic information on how to convert MySQL to MySQLi I've been trying to convert RevCMS into MySQLi but it's not connecting at all to Database. Here is a link I've been using for Guidance...
  7. D

    Badges not displaying

    Hey DevBest, I'm having issue with the badges not being display on the home page Images: Code: <?php $badges = mysql_query("SELECT * FROM user_badges WHERE user_id = '".$_SESSION['user']['id']."' ORDER BY id DESC"); if(mysql_num_rows($badges) < 7) { echo 'You have no badges'; }...
  8. D

    How do I run PlusEMU on mac

    I'm trying to run PlusEMU on Mac using WineBottler. How which box do I have do click in the WineBottler Program
  9. D

    News Title not Selected

    That doesn't fix it. I know selected is in my CSS fine because when I used this code. I get this With the spacing all messed up a little compare to my other images But when I used this code (original) I get this cleaner look without the selected I hope all of this is making sense.
  10. D

    News Title not Selected

    For some odd ball reason my news articles are not being selected when they are being echo out with the titles. I've been trying to get help from all different sort of community but nothing seems to be working. Code that is being used to echo that out. <?php if($news_id !== $a['id']) {...
  11. D

    Blank News Page

    What are you talking about?
  12. D

    Blank News Page

    This code should be echoing out the result from cms_news echo '' . $a['title'] . '&nbsp;&raquo;';
  13. D

    Blank News Page

    Ok this is weird. My news is acting up some how. The articles on the left isn't showing anymore I didn't even touch the code.
  14. D

    Blank News Page

    I believe so. Basically if you look at the Habboon Images that is what I'm trying to accomplish
  15. D

    Blank News Page

    Habboon Never released their CMS so I wouldn't know. But I do know it has something to do with this <?php for ($i = 0; $i < 7; $i++) { $sectionName = ''; $sectionCutoffMax = 0; $sectionCutoffMin = 0; switch ($i) { case 0...
  16. D

    Blank News Page

    I'm trying to make it look clean like this (Habboon News) Mine doesn't bold up and those >> don't go away I'm close but no cigar!
  17. D

    Blank News Page

    your code made it funky looking.
  18. D

    Blank News Page

    So the run the query it was successful but when I refreshed my page nothing changed at all. But I fixed couple of things, so it worked. But for some reason the #'s are reflecting as This Month. When I posted it today so I really suck at math is there a way you can break down the published...
  19. D

    Blank News Page

    Thanks I never even notice that. On the side note. I've resolved the issue temporarily. Now Its not showing the side
  20. D

    Blank News Page

    Every Time I go to my news page I get blank. news.php file <!DOCTYPE html> <?php include('includes/checktheban.php'); ?> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{hotelName} - News Articles</title>...
Top