[Release] FlareCMS V15 - ranking page updated and unban characters

Newbie Spellweaver
Joined
Jun 14, 2008
Messages
22
Reaction score
0
Hi, I want to release the new version which includes fixes, new features, edited by me.
Credit goes to Blader, which released the first FlareCMS and designed it, added the all pages and created all this system.
Also, I translated and switched all back from hebrew language to english language.
Hebrew is not avialable yet...

Download:

What is new?

FlareCMS V15:
Support Vana and Odin.
Added guild name which belong to per character at ranking page (Odin only).
If you change Ranking Amount option at config.php, it's creating pages at ranking page, and there are some characters as your choise per page. Example: $rankingAmount = "5" - 5 characters per page. Also, buttons "Next", "Previous", and counting all the numbers of pages.
Order by fame/level(overall) is fixed.
Added other changes to fix, make it better.
More security - block from every chance that allow to edit something if avialable for gms only.
If deleting an entry, it's also deleting the comments which belong to it.
Added unban character at GM CP.
Added login page for Admin CP, but Admin CP still not started.
 
Last edited:
Re: [Release] FlareCMS V15 - new features!

I changed the source at ranking page and added screen of pages to the ranking. I changed a missing source which connecting to the database. I added the unban option, no more right now.
You can release your changes.
 
hello i use the v15 for vana and it gives this error?
Code:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\wamp\www\FlareCMS_V15\includes\sidebar.php on line 23

at this file
Code:
<?php

/////////////////////////////////////////////
//				   FlareCMS                //
//   Credits : Blader of dev.chiasoft.net  //
//                                         //
/////////////////////////////////////////////
//          DO NOT TOUCH THIS FILE         //
/////////////////////////////////////////////

include('includes/status.php');

$query_account = "SELECT * FROM " . $rUsers . "";
$query_char = "SELECT * FROM characters";
$query_online = $rOnlineQuery;
$query_gm = "SELECT * FROM " . $rUsers . " WHERE gm = '1'";
$query_banned = "SELECT * FROM " . $rUsers . " WHERE " . $rBanReason . " != '0'";

$totalAccounts = mysql_num_rows(mysql_query($query_account));
$totalCharacters = mysql_num_rows(mysql_query($query_char));
$totalOnline = mysql_num_rows(mysql_query($query_online));
$totalGMs = mysql_num_rows(mysql_query($query_gm));
$totalBanned = mysql_num_rows(mysql_query($query_banned));

echo '<div class="sidebar">
		<img src="images/sidebar_rates.gif" alt="Rates" /><div class="sidebarItem">
		<div class="sidebarLeft">EXP Rate</div><div class="sidebarRight">' . $exprate . 'x</div><br />
		<div class="sidebarLeft">Drop Rate</div><div class="sidebarRight">' . $droprate . 'x</div><br />
		<div class="sidebarLeft">Mesos Rate</div><div class="sidebarRight">' . $mesosrate . 'x</div><br />
		</div>
		<img src="images/sidebar_status.gif" alt="Status" /><div class="sidebarItem">
		<div align="center">The server is ' . $status . '<br /></div>
		</div>
		<img src="images/sidebar_info.gif" alt="Information" /><div class="sidebarItem">
		<div class="sidebarLeft">Total Accounts</div><div class="sidebarRight">' . $totalAccounts . '</div><br />
		<div class="sidebarLeft">Total Characters</div><div class="sidebarRight">' . $totalCharacters . '</div><br />
		<div class="sidebarLeft">Total Online</div><div class="sidebarRight">' . $totalOnline . '</div><br />
		<div class="sidebarLeft">Total GMs</div><div class="sidebarRight">' . $totalGMs . '</div><br />
		<div class="sidebarLeft">Total Banned</div><div class="sidebarRight">' . $totalBanned . '</div><br />
		</div>
		<img src="images/sidebar_links.gif" alt="Links" /><div class="sidebarItem">';
for($i=1; $i<count($link)+1; $i++){
	echo '<a href="' . $link[$i]["url"] . '">' . $link[$i]["text"] . '</a><br />';
}
echo '</div>
		<a href="information.php"><img class="btnL" src="images/button_info.png" alt="Statistics" border="0" /></a>
		<a href="information.php?page=staff"><img class="btnL" src="images/button_staff.png" alt="Staff" border="0" /></a>
		<a href="information.php?page=faq"><img class="btnL" src="images/button_faq.png" alt="FAQ" border="0" /></a>
		</div>';
	
?>

pleas help me pleas
 
Everything is pretty much the same, and the v.62 character images still aren't working.
It's nothing big, really.
Honestly, it's much more than I can do, so Good Job. =]
 
i would say CypeCMS is better..

Download Link :
 
hello i use the v15 for vana and it gives this error?
Code:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\wamp\www\FlareCMS_V15\includes\sidebar.php on line 23

at this file
Code:
<?php

/////////////////////////////////////////////
//				   FlareCMS                //
//   Credits : Blader of dev.chiasoft.net  //
//                                         //
/////////////////////////////////////////////
//          DO NOT TOUCH THIS FILE         //
/////////////////////////////////////////////

include('includes/status.php');

$query_account = "SELECT * FROM " . $rUsers . "";
$query_char = "SELECT * FROM characters";
$query_online = $rOnlineQuery;
$query_gm = "SELECT * FROM " . $rUsers . " WHERE gm = '1'";
$query_banned = "SELECT * FROM " . $rUsers . " WHERE " . $rBanReason . " != '0'";

$totalAccounts = mysql_num_rows(mysql_query($query_account));
$totalCharacters = mysql_num_rows(mysql_query($query_char));
$totalOnline = mysql_num_rows(mysql_query($query_online));
$totalGMs = mysql_num_rows(mysql_query($query_gm));
$totalBanned = mysql_num_rows(mysql_query($query_banned));

echo '<div class="sidebar">
		<img src="images/sidebar_rates.gif" alt="Rates" /><div class="sidebarItem">
		<div class="sidebarLeft">EXP Rate</div><div class="sidebarRight">' . $exprate . 'x</div><br />
		<div class="sidebarLeft">Drop Rate</div><div class="sidebarRight">' . $droprate . 'x</div><br />
		<div class="sidebarLeft">Mesos Rate</div><div class="sidebarRight">' . $mesosrate . 'x</div><br />
		</div>
		<img src="images/sidebar_status.gif" alt="Status" /><div class="sidebarItem">
		<div align="center">The server is ' . $status . '<br /></div>
		</div>
		<img src="images/sidebar_info.gif" alt="Information" /><div class="sidebarItem">
		<div class="sidebarLeft">Total Accounts</div><div class="sidebarRight">' . $totalAccounts . '</div><br />
		<div class="sidebarLeft">Total Characters</div><div class="sidebarRight">' . $totalCharacters . '</div><br />
		<div class="sidebarLeft">Total Online</div><div class="sidebarRight">' . $totalOnline . '</div><br />
		<div class="sidebarLeft">Total GMs</div><div class="sidebarRight">' . $totalGMs . '</div><br />
		<div class="sidebarLeft">Total Banned</div><div class="sidebarRight">' . $totalBanned . '</div><br />
		</div>
		<img src="images/sidebar_links.gif" alt="Links" /><div class="sidebarItem">';
for($i=1; $i<count($link)+1; $i++){
	echo '<a href="' . $link[$i]["url"] . '">' . $link[$i]["text"] . '</a><br />';
}
echo '</div>
		<a href="information.php"><img class="btnL" src="images/button_info.png" alt="Statistics" border="0" /></a>
		<a href="information.php?page=staff"><img class="btnL" src="images/button_staff.png" alt="Staff" border="0" /></a>
		<a href="information.php?page=faq"><img class="btnL" src="images/button_faq.png" alt="FAQ" border="0" /></a>
		</div>';
	
?>

pleas help me pleas

pleas can any one help me
 
everyone has a blue type on there's and when i upload mine it looks the same as v14 and all the other old versions
 
Sry, long time I was far away from here.

Thank you for reporting this error:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\wamp\www\FlareCMS_V15\includes\sidebar.php on line 23

Next release (v15.1) I'll check this error and fix any problem that might be found right now.

Please note that I didn't change the style of this site.
 
Hello casioa1234, please note that I have checked your problem and the result is that it should be fine. Please check if you were putting sqls correctly and than try again to view the site.
Thank you,
Tamir.
 
Back