Thanks for the help, I have rebirth working but here's what I get when i change config3. php to config2. php
http://anathetic.no-ip.org/rebirthranking.php
Printable View
Thanks for the help, I have rebirth working but here's what I get when i change config3. php to config2. php
http://anathetic.no-ip.org/rebirthranking.php
If you take a look at the script, that means it is counted by rebirths, Not level, Because Rebirths take level 200 to get rebirthed, So that's why it's ordered by rebirths, not levels.
Maxxy, would you mind trying to make a Name Changer?
Name Changer script - Possibly about 4-5 hours, Since I have to go somewhere.
Alright thanks, you are awesome. :)
Lol, I made it in one and a half hour.
Let me fix a lil bug.
Help? :(Quote:
Unknown column 'rebirth' in 'field list'
--EDIT--
NVM FIXED !!
in sql
Quote:
ALTER TABLE `characters` ADD `rebirth` INTEGER UNSIGNED NOT NULL DEFAULT 0
I'll put that fix up.
hmm weird. i changed the config3 to config and that took out one error (i use a cms w/ 1 config)Code:Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\wamp\www\scripts\rebirthrankings.php on line 9
Could not connect:
what is field of judgement? i know it's a daily event but what do you have to do?
Warning: include(rank_class.inc.php) [function.include]: failed to open stream: No such file or directory in C:\wamp\www\ranking.php on line 34
Warning: include() [function.include]: Failed opening 'rank_class.inc.php' for inclusion (include_path='.;C:\php5\pear') in C:\wamp\www\ranking.php on line 34
i get this error for my rebirth ranking anyone can help me fix this?
1) Open rebirthranking.php with notepad.
2) Press Ctrl + G
3) Type in 32
4) You will see5) Change rank_class.inc.php TO config2.php or config.php or config3.php (It depends on which config file you have in your www folder. If it is config.php in your www folder,change rank_class.inc.php in your rebirthranking.php file to config.php )Code:include ('rank_class.inc.php');
6) Click File > Save
7) Done.
Nice Release..
where do we put these?
This is perfect.
bump
bumped.erm my rebirth ranking is working , but everything is set to 0 ?
and my players rebirth in game. kerning mr pickall if i am not wrong .. or is it the character must be rebirth from website ?
this thread is so old...
awesome
1)I tryed it. When I Rebirth, the character is set to lvl 201, but it become a lvl 1 when I relog. Is there anyway to Rebirth without relogging?
2)The Rebirth Column still on 0 when a character Rebirths. What I have to do?
Please help me.
Early Thanks =)
Wat do i do with the files i downloaded from here. i mean how to put it in kakams
i have this error : Parse error: parse error in C:\wamp\www\sources\public\ranking.php on line 16
my line 16 is : $result = mysql_query("SELECT exp, rebirth, characters.name name, meso, job, fame, level FROM characters WHERE characters.gm < '$gmlevel' AND accountid = accounts.id AND banned = 0 ".$show."".$csearch." GROUP BY characters.id DESC ORDER BY $order ranking);