Jump to content

sagnik

Members
  • Posts

    480
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by sagnik

  1. Sir, here is my full "admin_header2.php" file script.

    <!DOCTYPE html>

    <html lang="en">

    <head>

    <?php

    require "/home/sb/config/directories.php";

    require $cnf."refids.php";

    require $cnf."admins.php";

    ?>

    <link rel="stylesheet" type="text/css" href="/global/styles/admin/global.css">

     

    <script src="/includes/libraries/jquery/1.11.1/jquery-1.11.1.min.js"></script>

    <script src="/includes/libraries/jquery/1.11.1/jquery-1.11.1.js"></script>

     

    <?php

    require "/home/sb/public_html/global/styles/sbook2013.php";

    ?>

     

     

    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>

    <title></title>

    </head>

     

    <body class="nontouch">

    <div class="logo">

    <table cellspacing="0">

    <td>

    <a href="index.php?refid=2<?php if(isset($sess_id) && !empty($sess_id)) { echo "&sess_id=$sess_id"; }?>"><?php require $global."logos/logo.php";?></a>

    </td>

    <td align="right" valign="bottom" style="width:25%;height:5%"><a class="btn btnS" align="right" href="/members/apanel/register">Sign Up</a></td>

    </table>

    </div>

    Now tell me where is the problem and how to fix this!

  2. I've a problem with the function "session_register();". When I'm using this function. I'm getting the following message:

    Warning: Cannot

    modify header

    information - headers

    already sent by (output

    started at /home/sb/

    public_html/global/

    admin_header2.php:4) in

    /home/sb/

    public_html/admin/

    login.php on line 75

    Here is the url of the file "admin_header2.php": www.sbook.ga/global/admin_header2.php

    and the file "login.php" is: www.sbook.ga/admin/login.php

    Please help me to resolve the problem.

  3. I'm getting a mysql error #1064 when running my script. Here is my code related to the problem:

    $sql = "INSERT INTO `$tbl1`('uid', 'user', 'fname', 'lname', 'gender', 'dob', 'login', 'password', 'ip', 'device', 'date', 'time', 'activation_code', 'active', 'banned') VALUES('$uid', $user, $fname, $lname, $gender, $dob, $login, $password, $ip, $device, $date, $time, '$act_code', '0', '0')";

    Please help me to correct my code.

  4. I'm getting a problem when accessing cPanel. When I'm login to cPanel I'm seeing these message:

    Thank You for

    installing cPanel /

    WHM.

    This server is currently

    not licensed. Please

    contact the server

    administrator. Other

    services available on

    this server such as web

    services are likely

    functioning normally.

    (Cannot read license

    file)

    Once the license on this

    server is active, you will

    no longer see this

    message. If you have

    installed a license since

    loading this page, click here to reload.

    why does these error happens? I can understand that the server load is too high on Johnny, for these reason cPanel frequently goes down and also the website and ftp. But now I'm getting these problem. I can't understand why does these error happens! Anyway, please fix the problem.

×
×
  • Create New...