Help Menu

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help Menu

    can any ov u help i tryin put help menu on site but when click link screen just goes white ill add the help php file see if yas can help thanx
    Attached Files

    #2
    PHP Code:
    <?php
    header
    ("Cache-Control: no-cache, must-revalidate");
    header("Pragma: no-cache");
    //header('Content-type: application/vnd.wap.xhtml+xml'); 
    echo "<?xml version=\"1.0\"?>";
    echo 
    "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.0//EN\" \"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">";
    echo 
    "<html xmlns=\"http://www.w3.org/1999/xhtml\">";
    echo 
    "<head>";
    echo 
    "<title>Error!!!</title>";
    echo 
    "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/white_medium.css\">";
    echo 
    "</head>";
    echo 
    "<body>";
    echo 
    "

    "
    ;
    echo 
    "Help Menu
    Here you will be able to find help and answers to most of the features of DeelishWap
    at the moment only a few are listen, we will be expanding this page in the next few days

    "
    ;
    echo 
    "<a href=\"help/chatroomp.php?action=help&amp;sid=$sid\">»Chatroom Private</a>
    "
    ;
    echo 
    "<a href=\"help/chatroom.php?action=help&amp;sid=$sid\">»Chatroom</a>
    "
    ;
    echo 
    "<a href=\"help/level.php?action=help&amp;sid=$sid\">»My Status</a>
    "
    ;
    echo 
    "<a href=\"help/plusses.php?action=help&amp;sid=$sid\">»Plusses/Points</a>
    "
    ;
    echo 
    "<a href=\"help/shout.php?action=help&amp;sid=$sid\">»ShoutBox</a>
    "
    ;
    echo 
    "<a href=\"help/ratings.php?action=help&amp;sid=$sid\">»My Rating</a>
    "
    ;
    echo 
    "<a href=\"help/report.php?action=help&amp;sid=$sid\">»Report Abusement</a>
    "
    ;
    echo 
    "<a href=\"help/vault.php?action=help&amp;sid=$sid\">»The vault</a>
    "
    ;
    echo 
    "<a href=\"help/buddies.php?action=help&amp;sid=$sid\">»Buddies</a>
    "
    ;
    echo 
    "<a href=\"help/smilies.php?action=help&amp;sid=$sid\">»Smilies</a>
    "
    ;
    echo 
    "</p>";
    echo 
    "<p align=\"center\">";
    echo 
    "0 <a accesskey=\"0\" href=\"index.php?action=main&amp;sid=$sid\"><img src=\"../images/home.gif\" alt=\"\"/>Home</a>";
    echo 
    "</p>";
    echo 
    "</body>";
    echo 
    "</html>";
    ?>
    Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
    Visit: WapMasterz Coming Back Soon!
    _______
    SCRIPTS FOR SALE BY SUBZERO
    Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
    FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
    _______
    Info & Tips
    php.net
    w3schools.com

    Comment

    Working...
    X