Can someone please help me, I executed the SQL and edited the Config file, but I still got an error.
Spoiler:
It says
Code:( ! ) Notice: Undefined index: cpuser in C:\wamp\www\sources\xcp\login.php on line 20 Call Stack # Time Memory Function Location 1 0.0008 689600 {main}( ) ..\index.php:0 2 0.0012 696752 include( 'C:\wamp\www\includes\header.php' ) ..\index.php:2 3 0.0084 711656 include( 'C:\wamp\www\sources\leftbar.php' ) ..\header.php:24 4 0.0088 715640 include( 'C:\wamp\www\sources\loginpanel.php' ) ..\leftbar.php:7 5 0.0093 743336 include( 'C:\wamp\www\sources\xcp\login.php' ) ..\loginpanel.php:9 ( ! ) Notice: Undefined index: cppass in C:\wamp\www\sources\xcp\login.
Looks great, tbh looks 100x better then the CMS's that are already out :P
---------- Post added at 03:43 PM ---------- Previous post was at 03:41 PM ----------
Goto your wamp --> PHP --> PHP Setting --> Uncheck "Display Errors" and it will be gone, do not touch anything else :D
---------- Post added at 05:32 PM ---------- Previous post was at 03:43 PM ----------
By the way, why is it saying Username and Email is already registered when I told other people to make an account?? and right now I cleaned out my database and the only account I have is mine. o.O
Last edited by iEmJayVee; 17-08-11 at 02:35 AM.
For this this whole password changing option that causes errors, chances are you don't have a query commanding you to change the salt of that account to NULL. I know I had that issue with my password changer. When you log into the game for the first time, depending on what source you use, the server creates a salt for your account and it correlates to your SHA1 password. If you change the password, you MUST set your salt to null so the server can create a new matching salt for you. I hope this helps.
It says: Unknown database 'nakedstory'
even though this is in de config:
<?php
session_start();
if(basename($_SERVER["PHP_SELF"]) == "config.php"){
die("Error 403 - Forbidden");
}
$host = "localhost"; // Host [Default: localhost]
$user = "root"; // Database User [Default: root]
$pass = ""; // Database Password [Default: root]
$database = "nakedstory"; // Database Name [Default: odinms]
$conn = mysql_connect($host,$user,$pass);
$db = mysql_select_db($database, $conn) or die(mysql_error());
$forum = ""; // Forum URL
$title = "MapleLight ~ Find the light"; // Website Title
$client = "MapleLight.exe"; // Client URL
$mssetup = "http://mediafire.com/"; // MapleStory Setup
$servername = "MapleLight"; // Private Server Name
$version = 83; // Which version?
$rate['exp'] = 500; // Exp Rate
$rate['meso'] = 250; // Meso Rate
$rate['drop'] = 10; // Drop Rate
$serverip = "127.0.0.1"; // The server IP [Default: 127.0.0.1 / localhost]
$loginport = 7575; // The login port [Default: 7575]
$captcha = false; // Captcha at registering? [Default: false]
/* NOTE FOR CAPTCHA:
A Captcha code has NOT been included in this CMS.
Be sure to add the Captcha code to functions folder with the name of captcha.php.
Also be sure that the session for the captcha is called captcha_code or this will not work.*/
$announcement = "Welcome to Near Reality ~"; // Scrolling Text
?>
I really like the way that this cms looks. Great job, Skillet!
Help please. Sorry for the spam see it as a bump
Hello , Good Job
i have 2 problem
1. When i When I click on Add Event does not show anything does not work
2. When people sign up my server I do not see in the SQL IP to their
Thanks for helper
I can't see anything wrong with it.
As much as I'd like to help you, I cannot, as I don't see any error whatsoever.
He is indeed a great designer!
1. It should show up. As I have tested everything multiple times on multiple browsers, it should be working. I have no idea what could cause that if I you don't get any error whatsoever.
2. I don't understand what you're asking here.
I think cheez means that the IP logging upon registration doesn't work.
Good job Hiero and skilet.