Jump to content

Recommended Posts

Posted (edited)

Hello everyone. i wanna ask u guys someting. i am a little newbie on this things :D so i just installed Xampp latest version and i want to use and old lineage2 website i did everything as last time when website worked.. but now i get this stupid error all the time. Pls if someone can help me i will appriciate alot.

 

Untitled.jpg

 

 

I am sorry if posted on the wrong section. I Beg a moderator to move my post pls on the correct one thx so much.

Edited by Sweetyass
Posted

In index.php? just did it not working :(

If the error is on serverstatus.php you need to add it on this file, not in index,php, depends ofc if you use the method of <?php include 'serverstatus.php' ?>

Posted

i tink error comes from functions.php

<?
function notloggedin() 
 {
  resetcookies();
  echo '<script language="JavaScript">
        alert("You are not logged in.");
        </script>';
  quickrefresh('index.php');
}

function quickrefresh($page) 
 {
  echo "<meta http-equiv='refresh' content='0; URL={$page}'>";
  exit();
 }

function resetcookies() 
 {
  setcookie("login", "", time()-60000);
  setcookie("pass", "0", time()-60000);
 }

function securitycheck($securitycheck) 
 {
  if ($securitycheck!=1) 
   {
    quickrefresh('index.php?id=not_logged');
    exit();
   }
 }
?>

Posted (edited)

Ok, later i will download from the link and i will try to fix them.

Edit : Just downloaded the website from the link and for me working ( Am using AMPPS )

Edited by FirefoxAurora
Posted (edited)

thx alot mate i will wait. i will try to use this program. Because right now i use Xampp.

 

 

Thx So much it's finally working with this program u told me thx.

Edited by Sweetyass
Posted

thx alot mate i will wait. i will try to use this program. Because right now i use Xampp.

 

 

Thx So much it's finally working with this program u told me thx.

Problem solved :)

For anything just drop me a message.

 

Topic Locked :)

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock