Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

AuraC9 Web Site %70 English

Junior Spellweaver
Joined
Aug 23, 2014
Messages
128
Reaction score
21
AuraC9 Web Site // (Original) C9Wap Web Site

*Web Site language is %70 english
*I test with IIS php server. Full work fix register bug and etc.
*Shop is work but shop item images is not work.
*Rank is work.
*Notice and announcement page is work.
*Register and account manager is work.
*Download page is work edit download page in admin cp
*Admin page is work. YourServerIP/cp ID: admin pass: c9wapp11500

Guide for change admin login
*Open your mysql database and go user tb_user edit ıd and pass for admin login.

Guide
1. Install pdo driver for php
2. You need mssql and mysql database for work.
3. Create a c9wap database in your mysql server then upload c9wap.sql
4. database.sql execute your mssql server.
5. Open incdule/setting.php and config.php then edit MSSQLUSER, MSSQLPASS, MSSQLHOST in files
6. Open cp/connect.php then edit mysql connection informations.

Installation is complete.

Download Link:


for @Stunn and c9 community
 
Junior Spellweaver
Joined
Oct 27, 2015
Messages
164
Reaction score
33
Alembizim55 skype den göruselim.suan evde degilm bu site hakkinda yardima ihtiyacim var. ne yaparsam yapayım dbo cart curt bilmem ne hata veriyor.
meyusahval@hotmail.com . görüşelim

1. Install pdo driver for php
2. You need mssql and mysql database for work.
3. Create a c9wap database in your mysql server then upload c9wap.sql
4. database.sql execute your mssql server.
5. Open incdule/setting.php and config.php then edit MSSQLUSER, MSSQLPASS, MSSQLHOST in files
6. Open cp/connect.php then edit mysql connection informations.
 
Last edited:
Experienced Elementalist
Joined
Dec 19, 2015
Messages
247
Reaction score
69
tho it's not working with (UniServer Z) : php 5.0/Mysql
 
Junior Spellweaver
Joined
Oct 27, 2015
Messages
164
Reaction score
33
i have 5.3-7 i try all not work ^^ but i dont have 5.0 because old ^^
 
Junior Spellweaver
Joined
Aug 23, 2014
Messages
128
Reaction score
21
need pdo driver
please install IIS and php for IIS.
work with IIS

Guide
 
Experienced Elementalist
Joined
Dec 19, 2015
Messages
247
Reaction score
69
can you aid through teamviewer alembizim55 , of course when you have time for it . If you can send me your skype or fb through pm .
 
Last edited:
Experienced Elementalist
Joined
Dec 19, 2015
Messages
247
Reaction score
69
You didn't answered my question tho . If you can aid through teamviewer when you have free time for it .
 
Experienced Elementalist
Joined
Sep 13, 2014
Messages
232
Reaction score
85
tho it's not working with (UniServer Z) : php 5.0/Mysql

can use with all webserver program if you have php 5.3+ with pdo driver.

ps.php pdo is a safety way to protect sql injection. that why i use.
 
Put Community First
Member
Joined
Oct 2, 2014
Messages
1,105
Reaction score
830
Overall this looks quite good. Thanks for sharing. I also see my fallenc9 project in there, haha, were you considering making it into a template (which would be okay because I gave it to the community)? :)

There are a few things that can be improved slightly. For example, checking session data by checking if it's blank isn't a good check, because if the session itself doesn't exist yet, you'll get an undefined index error.

script-head.php

if ($_SESSION['user_no'] != "") - line 9
if ($_SESSION['charid'] != "") - line 21

Change to check if they're set instead:

if (!isset($_SESSION['user_no']))
if (!isset($_SESSION['charid']))

One question - WHY did you make it require a MySQL database as well as the MSSQL? Or is that how it came from Aura? A weird decision still.
 
Last edited:
Initiate Mage
Joined
Oct 28, 2017
Messages
28
Reaction score
2
I am looking to study more about c9 online but it is difficult for a few tutorials, so I would appreciate if the second part of the client c9 is made availableplease make the link part 2 google driver please
 
Back
Top