Sweetyass Posted June 3, 2015 Posted June 3, 2015 (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. 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 June 3, 2015 by Sweetyass
Sweetyass Posted June 6, 2015 Author Posted June 6, 2015 nobody can help me? PLS guys. i really need to fix this.
FirefoxAurora Posted June 10, 2015 Posted June 10, 2015 add this after <?php // Turn off all error reporting error_reporting(0);
FirefoxAurora Posted June 10, 2015 Posted June 10, 2015 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' ?>
Sweetyass Posted June 11, 2015 Author Posted June 11, 2015 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(); } } ?>
FirefoxAurora Posted June 11, 2015 Posted June 11, 2015 Is from here? https://code.google.com/p/l2friends/source/browse/trunk/?r=3
Sweetyass Posted June 12, 2015 Author Posted June 12, 2015 no i got my website from other source.. was made by a friend. along time ago.
FirefoxAurora Posted June 12, 2015 Posted June 12, 2015 Download it from the link Is from here? https://code.google.com/p/l2friends/source/browse/trunk/?r=3 and test it again.
Sweetyass Posted June 12, 2015 Author Posted June 12, 2015 not working i have try'd with the codes from the link u share still not working
FirefoxAurora Posted June 12, 2015 Posted June 12, 2015 (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 June 12, 2015 by FirefoxAurora
Sweetyass Posted June 13, 2015 Author Posted June 13, 2015 (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 June 13, 2015 by Sweetyass
FirefoxAurora Posted June 13, 2015 Posted June 13, 2015 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 :)
Recommended Posts