Mobile Directory Not Updating....

8 posts by 2 authors in: Forums > CMS Builder
Last Post: August 28, 2015   (RSS)

By Damon - August 26, 2015

Hi,

My first thought is that this may be a caching issue.

Can you create a copy of the bonuses.html page with the virtual include changed to be a PHP include for testing and send me a link ?


Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

By osga - August 26, 2015 - edited: August 26, 2015

im hoping this is a cache issue too, but just today a new art came to the top, but the headlines dont match the org bonuses page on the reg website (that page uses almost the same code as the one we're playing with)

heres the php include
http://www.osga.com/mobile/bonuses_test.html

Reg bonus page
http://www.osga.com/online_gaming.php?categoryNum=23

By Damon - August 26, 2015

On this page:
http://www.osga.com/mobile/bonuses_test.html

Nothing is appearing for SPORTSBOOK BONUSES.

Can you change the page extension from .html to .php and see if that works?

Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

By osga - August 27, 2015

Already tried that it didnt help..

http://www.osga.com/mobile/bonuses_test.php

By Damon - August 28, 2015

Have you had any success using a PHP include?

Can you attach the bonuses_test.php file so I can take a look?

Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

By osga - August 28, 2015

as requested!

<!DOCTYPE html>
<html>
    <head>
        <title>OSGA Gaming Bonuses!</title>
        <link rel="stylesheet" href="rmm-css/responsivemobilemenu.css" type="text/css"/>
        <link rel="stylesheet" href="http://www.osga.com/mobile/mstyle.css">
<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
    
    </head>
    <body class="mainbody">
        <div class="header">
     <!--#include virtual="mheader.html" -->
        </div>
        <div class="border">
 <!-- CONTENT START -->
            <div style="font-family: lucida grande, Arial; font-size: 1.5EM; padding: 10px 0px 40px 20px; text-align: center; font-weight: bold;">OSGA BONUSES! </div>
            <div style="margin: auto;">
                <ul style=" list-style-type: none; margin: auto; width: 300px;">
                    <li style="float: left; "><a href="#sportsbooks"><b>Sportsbooks</b></a></li>
                    <li style="float: left; padding: 0px 15px;"><a href="#casino"><b>Casino</b></a></li>
                    <li style="float: left;"><a href="#poker"><b>Poker</b></a></li>
                </ul>
            </div>
            <div style="margin: auto; width: 86%">
                <p id="sportsbooks"><br /><br /></p>
                <div style="padding: 0px 0px 20px 20px;">
                    <div style="color: #900;" ><h3><B>SPORTSBOOK BONUSES:</B></h3></div>
                                    
                                    <?php include 'mheadlines.php?categoryNum=23';?>




                </div>
                <p id="casino"></p><br />
                <div style="padding: 0px 0px 20px 20px;">
                    <div style="color: #900;" ><h3><B>CASINO BONUSES:</B> </h3></div>
                                    <!--#include virtual="mheadlines.php?categoryNum=44" -->
                </div>
                <p id="poker"></p><br />
                <div style="padding: 0px 0px 20px 20px;">
                    <div style="color: #900;" ><h3><B>POKER BONUSES:</B></h3></div>
                                    <!--#include virtual="mheadlines.php?categoryNum=28" -->
                </div>
            </div>
        </div>

 <!-- CONTENT END -->
        <div class="footer">
<!--#include virtual="mfooter.html" -->
        </div>    
    <!-- OPENTRACKER HTML START -->
<script defer src="http://server1.opentracker.net/?site=www.osga.com"></script>
        <noscript><a href="http://www.opentracker.net" target="_blank"><img src="http://img.opentracker.net/?cmd=nojs&site=www.osga.com" alt="website metrics" border="0"></a>
        </noscript>
<!-- OPENTRACKER HTML END -->
    </body>
</html>

By Damon - August 28, 2015

Hi,

Trying changing the PHP include to this:

<?php include("mheadlines.php?categoryNum=23"); ?>

If this doesn't pull in the content then contact the host with a link to the page so they can explain why PHP includes aren't working.

Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/