-
Re: [RELEASE] KakaCMS v.3! BEST EVER! :D
Quote:
Originally Posted by
RagenX
Its says my server is offline when it isnt... How to fix plz?
Check the config.php's. :D
Like the one in red you have to change to your wan ip. :D
And uh make sure you didn't change the ports in the config.php's and the prop files in odin source.
Code:
$serverip = "5.215.18.138"; //Replace with your WAN IP if public
$loginport = "8484"; //Don't change
$sql_db = "odinms"; //DB Name
$sql_host = "5.215.18.138"; //DB Host
$sql_user = "root"; //DB User
$sql_pass = "root"; //DB Password
$logserv_name = "<b>Server</b>: "; //Status Server Name
$offline = "<font color='#cb0000'><s>Offline</s></font>"; //Displays Offline Status
$online = "<font color='#00ff00'><b>Online</b></font>"; //Displays Online Status
Quote:
Originally Posted by
Phoenix14
1. There is no properties when I right click on a php. I extracted the whole winrar onto desktop, do I have to extract each individual thing too? (Sorry xD)
2. What do you mean by "edit the configurations"? (Again.. sorry xD)
1. Then I don't know though. D: Your comp is abnormal. XD
2. Uh, read the readme. Those are the configurations? :D
-
Re: [RELEASE] KakaCMS v.3! BEST EVER! :D
Yes, I did... Here's the files.
Config2.php
Code:
<?php
$host['naam'] = '5.215.18.138'; // my host
$host['gebruikersnaam'] = 'root'; // my database username
$host['wachtwoord'] = 'root'; // my database password
$host['databasenaam'] = 'odinms'; // my database name
$db = mysql_connect($host['naam'], $host['gebruikersnaam'], $host['wachtwoord']) OR die ('Cant connect to the database');
mysql_select_db($host['databasenaam'], $db);
$serverip = "5.215.18.138"; //Replace with your WAN IP if public
$loginport = "8484"; //Don't change
$sql_db = "odinms"; //DB Name
$sql_host = "127.0.0.1"; //DB Host
$sql_user = "root"; //DB User
$sql_pass = "root"; //DB Password
$logserv_name = "<b>Server</b>: "; //Status Server Name
$offline = "<font color='#cb0000'><s>Offline</s></font>"; //Displays Offline Status
$online = "<font color='#00ff00'><b>Online</b></font>"; //Displays Online Status
?>
<?php
if ($row['job']=="510")
echo "SuperGM";
if ($row['job']=="500")
echo "GM";
if ($row['job']=="000")
echo "Beginner";
if ($row['job']=="100")
echo "Warrior";
if ($row['job']=="110")
echo "Fighter";
if ($row['job']=="120")
echo "Page";
if ($row['job']=="130")
echo "Spearman";
if ($row['job']=="111")
echo "Crusader";
if ($row['job']=="121")
echo "White Knight";
if ($row['job']=="131")
echo "Dragon Knight";
if ($row['job']=="112")
echo "Hero";
if ($row['job']=="122")
echo "Paladin";
if ($row['job']=="132")
echo "Dark Knight";
if ($row['job']=="200")
echo "Magician";
if ($row['job']=="210")
echo "Wizard";
if ($row['job']=="220")
echo "Wizard";
if ($row['job']=="230")
echo "Cleric";
if ($row['job']=="211")
echo "Mage";
if ($row['job']=="221")
echo "Mage";
if ($row['job']=="231")
echo "Priest";
if ($row['job']=="212")
echo "Arch Mage";
if ($row['job']=="222")
echo "Arch Mage";
if ($row['job']=="231")
echo "Bishop";
if ($row['job']=="300")
echo "Bowman";
if ($row['job']=="310")
echo "Hunter";
if ($row['job']=="320")
echo "Crossbowman";
if ($row['job']=="311")
echo "Ranger";
if ($row['job']=="321")
echo "Sniper";
if ($row['job']=="312")
echo "Bow Master";
if ($row['job']=="322")
echo "Crossbow Master";
if ($row['job']=="400")
echo "Thief";
if ($row['job']=="410")
echo "Assassin";
if ($row['job']=="420")
echo "Bandit";
if ($row['job']=="411")
echo "Hermit";
if ($row['job']=="421")
echo "Chief Bandit";
if ($row['job']=="412")
echo "Nights Lord";
if ($row['job']=="422")
echo "Shadower";
?>
inc/config2
Code:
<?php
$host['naam'] = '5.215.18.138'; // my host
$host['gebruikersnaam'] = 'root'; // my database username
$host['wachtwoord'] = 'root'; // my database password
$host['databasenaam'] = 'odinms'; // my database name
$db = mysql_connect($host['naam'], $host['gebruikersnaam'], $host['wachtwoord']) OR die ('Cant connect to the database');
mysql_select_db($host['databasenaam'], $db);
$serverip = "5.215.18.138"; //Replace with your WAN IP if public
$loginport = "8484"; //Don't change
$sql_db = "odinms"; //DB Name
$sql_host = "127.0.0.1"; //DB Host
$sql_user = "root"; //DB User
$sql_pass = "root"; //DB Password
$logserv_name = "<b>Server Status</b>: "; //Status Server Name
$offline = "<font color='#ff0000'><s>Offline</s></font>"; //Displays Offline Status
$online = "<u>Online</u>"; //Displays Online Status
?>
<?php
if ($row['job']=="510")
echo "SuperGM";
if ($row['job']=="500")
echo "GM";
if ($row['job']=="000")
echo "Beginner";
if ($row['job']=="100")
echo "Warrior";
if ($row['job']=="110")
echo "Fighter";
if ($row['job']=="120")
echo "Page";
if ($row['job']=="130")
echo "Spearman";
if ($row['job']=="111")
echo "Crusader";
if ($row['job']=="121")
echo "White Knight";
if ($row['job']=="131")
echo "Dragon Knight";
if ($row['job']=="112")
echo "Hero";
if ($row['job']=="122")
echo "Paladin";
if ($row['job']=="132")
echo "Dark Knight";
if ($row['job']=="200")
echo "Magician";
if ($row['job']=="210")
echo "Wizard";
if ($row['job']=="220")
echo "Wizard";
if ($row['job']=="230")
echo "Cleric";
if ($row['job']=="211")
echo "Mage";
if ($row['job']=="221")
echo "Mage";
if ($row['job']=="231")
echo "Priest";
if ($row['job']=="212")
echo "Arch Mage";
if ($row['job']=="222")
echo "Arch Mage";
if ($row['job']=="231")
echo "Bishop";
if ($row['job']=="300")
echo "Bowman";
if ($row['job']=="310")
echo "Hunter";
if ($row['job']=="320")
echo "Crossbowman";
if ($row['job']=="311")
echo "Ranger";
if ($row['job']=="321")
echo "Sniper";
if ($row['job']=="312")
echo "Bow Master";
if ($row['job']=="322")
echo "Crossbow Master";
if ($row['job']=="400")
echo "Thief";
if ($row['job']=="410")
echo "Assassin";
if ($row['job']=="420")
echo "Bandit";
if ($row['job']=="411")
echo "Hermit";
if ($row['job']=="421")
echo "Chief Bandit";
if ($row['job']=="412")
echo "Nights Lord";
if ($row['job']=="422")
echo "Shadower";
?>
config.inc
Code:
<?php
//General Information
$serverip = "5.215.18.138"; //Replace with your WAN IP if public
$sql_db = "odinms"; //DB Name
$sql_host = "127.0.0.1"; //DB Host
$sql_user = "root"; //DB User
$sql_pass = "root"; //DB Password
?>
-
Re: [RELEASE] KakaCMS v.3! BEST EVER! :D
Quote:
1. Then I don't know though. D: Your comp is abnormal. XD
2. Uh, read the readme. Those are the configurations? :D
1. If I extract each individual .php to the desktop I can edit them. BUT, then I cant put the edited one back in the original place.
2. Ok. Thanks.
-
Re: [RELEASE] KakaCMS v.3! BEST EVER! :D
Quote:
Originally Posted by
EternuM
Yes, I did... Here's the files.
Config2.php
Code:
<?php
$host['naam'] = '5.215.18.138'; // my host
$host['gebruikersnaam'] = 'root'; // my database username
$host['wachtwoord'] = 'root'; // my database password
$host['databasenaam'] = 'odinms'; // my database name
$db = mysql_connect($host['naam'], $host['gebruikersnaam'], $host['wachtwoord']) OR die ('Cant connect to the database');
mysql_select_db($host['databasenaam'], $db);
$serverip = "5.215.18.138"; //Replace with your WAN IP if public
$loginport = "8484"; //Don't change
$sql_db = "odinms"; //DB Name
$sql_host = "127.0.0.1"; //DB Host
$sql_user = "root"; //DB User
$sql_pass = "root"; //DB Password
$logserv_name = "<b>Server</b>: "; //Status Server Name
$offline = "<font color='#cb0000'><s>Offline</s></font>"; //Displays Offline Status
$online = "<font color='#00ff00'><b>Online</b></font>"; //Displays Online Status
?>
<?php
if ($row['job']=="510")
echo "SuperGM";
if ($row['job']=="500")
echo "GM";
if ($row['job']=="000")
echo "Beginner";
if ($row['job']=="100")
echo "Warrior";
if ($row['job']=="110")
echo "Fighter";
if ($row['job']=="120")
echo "Page";
if ($row['job']=="130")
echo "Spearman";
if ($row['job']=="111")
echo "Crusader";
if ($row['job']=="121")
echo "White Knight";
if ($row['job']=="131")
echo "Dragon Knight";
if ($row['job']=="112")
echo "Hero";
if ($row['job']=="122")
echo "Paladin";
if ($row['job']=="132")
echo "Dark Knight";
if ($row['job']=="200")
echo "Magician";
if ($row['job']=="210")
echo "Wizard";
if ($row['job']=="220")
echo "Wizard";
if ($row['job']=="230")
echo "Cleric";
if ($row['job']=="211")
echo "Mage";
if ($row['job']=="221")
echo "Mage";
if ($row['job']=="231")
echo "Priest";
if ($row['job']=="212")
echo "Arch Mage";
if ($row['job']=="222")
echo "Arch Mage";
if ($row['job']=="231")
echo "Bishop";
if ($row['job']=="300")
echo "Bowman";
if ($row['job']=="310")
echo "Hunter";
if ($row['job']=="320")
echo "Crossbowman";
if ($row['job']=="311")
echo "Ranger";
if ($row['job']=="321")
echo "Sniper";
if ($row['job']=="312")
echo "Bow Master";
if ($row['job']=="322")
echo "Crossbow Master";
if ($row['job']=="400")
echo "Thief";
if ($row['job']=="410")
echo "Assassin";
if ($row['job']=="420")
echo "Bandit";
if ($row['job']=="411")
echo "Hermit";
if ($row['job']=="421")
echo "Chief Bandit";
if ($row['job']=="412")
echo "Nights Lord";
if ($row['job']=="422")
echo "Shadower";
?>
inc/config2
Code:
<?php
$host['naam'] = '5.215.18.138'; // my host
$host['gebruikersnaam'] = 'root'; // my database username
$host['wachtwoord'] = 'root'; // my database password
$host['databasenaam'] = 'odinms'; // my database name
$db = mysql_connect($host['naam'], $host['gebruikersnaam'], $host['wachtwoord']) OR die ('Cant connect to the database');
mysql_select_db($host['databasenaam'], $db);
$serverip = "5.215.18.138"; //Replace with your WAN IP if public
$loginport = "8484"; //Don't change
$sql_db = "odinms"; //DB Name
$sql_host = "127.0.0.1"; //DB Host
$sql_user = "root"; //DB User
$sql_pass = "root"; //DB Password
$logserv_name = "<b>Server Status</b>: "; //Status Server Name
$offline = "<font color='#ff0000'><s>Offline</s></font>"; //Displays Offline Status
$online = "<u>Online</u>"; //Displays Online Status
?>
<?php
if ($row['job']=="510")
echo "SuperGM";
if ($row['job']=="500")
echo "GM";
if ($row['job']=="000")
echo "Beginner";
if ($row['job']=="100")
echo "Warrior";
if ($row['job']=="110")
echo "Fighter";
if ($row['job']=="120")
echo "Page";
if ($row['job']=="130")
echo "Spearman";
if ($row['job']=="111")
echo "Crusader";
if ($row['job']=="121")
echo "White Knight";
if ($row['job']=="131")
echo "Dragon Knight";
if ($row['job']=="112")
echo "Hero";
if ($row['job']=="122")
echo "Paladin";
if ($row['job']=="132")
echo "Dark Knight";
if ($row['job']=="200")
echo "Magician";
if ($row['job']=="210")
echo "Wizard";
if ($row['job']=="220")
echo "Wizard";
if ($row['job']=="230")
echo "Cleric";
if ($row['job']=="211")
echo "Mage";
if ($row['job']=="221")
echo "Mage";
if ($row['job']=="231")
echo "Priest";
if ($row['job']=="212")
echo "Arch Mage";
if ($row['job']=="222")
echo "Arch Mage";
if ($row['job']=="231")
echo "Bishop";
if ($row['job']=="300")
echo "Bowman";
if ($row['job']=="310")
echo "Hunter";
if ($row['job']=="320")
echo "Crossbowman";
if ($row['job']=="311")
echo "Ranger";
if ($row['job']=="321")
echo "Sniper";
if ($row['job']=="312")
echo "Bow Master";
if ($row['job']=="322")
echo "Crossbow Master";
if ($row['job']=="400")
echo "Thief";
if ($row['job']=="410")
echo "Assassin";
if ($row['job']=="420")
echo "Bandit";
if ($row['job']=="411")
echo "Hermit";
if ($row['job']=="421")
echo "Chief Bandit";
if ($row['job']=="412")
echo "Nights Lord";
if ($row['job']=="422")
echo "Shadower";
?>
config.inc
Code:
<?php
//General Information
$serverip = "5.215.18.138"; //Replace with your WAN IP if public
$sql_db = "odinms"; //DB Name
$sql_host = "127.0.0.1"; //DB Host
$sql_user = "root"; //DB User
$sql_pass = "root"; //DB Password
?>
Uh, change this ip too. :D
$host['naam'] = '5.215.18.138'; // my host
Quote:
Originally Posted by
Phoenix14
1. If I extract each individual .php to the desktop I can edit them. BUT, then I cant put the edited one back in the original place.
2. Ok. Thanks.
Not sure :D
-
Re: [RELEASE] KakaCMS v.3! BEST EVER! :D
Another problem...When i create an account using the registration page, I try to log in but it says the pass is incorrect. I suppose it is a sha1 problem, how do i fix it?
-
Re: [RELEASE] KakaCMS v.3! BEST EVER! :D
Try using this fix. If it doesnt work, I don't know.
http://forum.ragezone.com/showpost.p...1&postcount=23
-
Re: [RELEASE] KakaCMS v.3! BEST EVER! :D
-
Re: [RELEASE] KakaCMS v.3! BEST EVER! :D
Hey yeah umm I'm pretty much the same as Phoenix and have some pretty (i think obvious) questions. Mainly once you make all of the adjustments that the read me tells you to make how do you actually make it into a web page? I'm assuming it has something to do with wamp server? Sorry I've never used it before so its probally REALLY obvious i just have no idea what to do.
Any help would be really apprecitaed. Thanks
-
Re: [RELEASE] KakaCMS v.3! BEST EVER! :D
Quote:
Originally Posted by
RagenX
Dosen't work T.T
O.O I'm not sure though. :D
Quote:
Originally Posted by
DarkOwl92
Hey yeah umm I'm pretty much the same as Phoenix and have some pretty (i think obvious) questions. Mainly once you make all of the adjustments that the read me tells you to make how do you actually make it into a web page? I'm assuming it has something to do with wamp server? Sorry I've never used it before so its probally REALLY obvious i just have no idea what to do.
Any help would be really apprecitaed. Thanks
What you mean by making it into a web page?
Just place everything in your www folder for wamp.
o.o
-
Re: [RELEASE] KakaCMS v.3! BEST EVER! :D
Can you please give me a bg where it goes from the bottom up red to black? Thanks and then tell me what hex numbers to put in style .css
-
Re: [RELEASE] KakaCMS v.3! BEST EVER! :D
-
Re: [RELEASE] KakaCMS v.3! BEST EVER! :D
Ok. I edited most of the configs to what I want. And I put in wamp www folder. But when I go onto my site, all the sections are blank.
For instance, in page, in register, it has a bunch of stuff (Im guessing the registration form script), but when I click the registration tab, there is NOTHING there. Same with all the others.
(P.s. The web address is just my Hamachi ID right? If im using Hamachi.)
-
Re: [RELEASE] KakaCMS v.3! BEST EVER! :D
Got my Cash SHop phph script to work. But seems like you cannot buy NX if you have more than 1 characters in your account
-
Re: [RELEASE] KakaCMS v.3! BEST EVER! :D
very nice~can any1 teach how do i get ranking to work
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in C:\wamp\www\page\ranking.php on line 6
-
Re: [RELEASE] KakaCMS v.3! BEST EVER! :D
-
Re: [RELEASE] KakaCMS v.3! BEST EVER! :D
Not sure. Don't have any problem with rankings but a search features will be better .:D
-
Re: [RELEASE] KakaCMS v.3! BEST EVER! :D
@Boyboi
can u make me 1 of the logo also?
Name: IceCreamStory
Thx =)
-
Re: [RELEASE] KakaCMS v.3! BEST EVER! :D
Along with my other problem stated above i get this error when i go to my web page:
Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL server host 'HeroMS' (11001) in C:\wamp\www\config2.php on line 7
Cant connect to the database
It just under the server status/info.
Any idea that may help? I'd really appreciate it.
-
1 Attachment(s)
Re: [RELEASE] KakaCMS v.3! BEST EVER! :D
i'm not boiboy but, here you go :
-
Re: [RELEASE] KakaCMS v.3! BEST EVER! :D
i get this error under the server:offline or online
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: NO) in C:\xampp\htdocs\inc\status.inc.php on line 12
Error on trying to connect in MySQL:
also when i clik register or anything it just pops up a blank green page
-
Re: [RELEASE] KakaCMS v.3! BEST EVER! :D
I Have The Same Problem Than RagenX,My Server Is On But It Says Its Offline.Soo I Wanna Make Sure If I've Put The Correct WAN IP.
So My Question Is Where Can I Find My WAN IP.
And Can Some1 Make Me The Logo Also Plz?
Name: PhyzMs
-
Re: [RELEASE] KakaCMS v.3! BEST EVER! :D
Quote:
Originally Posted by
vino104
i'm not boiboy but, here you go :
Thx vino =)
Thx Thx
-
Re: [RELEASE] KakaCMS v.3! BEST EVER! :D
How did you make the logo? where did you get the pictures, cuz that doesnt look like a screenshot.
-
Re: [RELEASE] KakaCMS v.3! BEST EVER! :D
can sum1 make me 1 logo also?
Name: PipolMS
THANKS! x]
-
Re: [RELEASE] KakaCMS v.3! BEST EVER! :D
I got a couple of questions:
1. for the server info part, I edit the infos in info.inc but still nothing change on the site
2. do I have to edit the infos in the config and config2 in the folder inc???
3. How do I edit my web site's site address??
Help plz!!
Thx
John