Ghost
Legacy, it's all anyone leaves behind.
- Jun 8, 2012
- 1,640
- 503
nah cracked sources still work.Well looks like phoenix is gone so i will just upload bcstorm revcms.
nah cracked sources still work.Well looks like phoenix is gone so i will just upload bcstorm revcms.
perhaps the emulator or the theme he means ;SHmm... is which going to be free?
mabe a phoenix emu? or bcstorm but please not butterflyHmm... is which going to be free?
When it is Released we will know.mabe a phoenix emu? or bcstorm but please not butterfly
Hello, if your using bcstorm (R63B) then this was made for phoenix. So your community would kinda get messed up as the database tables are completely different.
Very simple to fix that though.. Just remove some lines in the community.php.
<div class="habblet-container ">
<div class="cbb clearfix activehomes">
<h2 class="title"><font size=1>{hotelName} Statistics! </h2> </font>
<div id="notfound-content" class="box-content"> <center>
Users online: <?php $sql = "SELECT COUNT(*) FROM users WHERE online = '1'";
$query = mysql_query($sql) or die(mysql_error());
$hoeveel = mysql_result($query,0,0);
echo $hoeveel; ?> <br>
Registered Users:
<?php
$query = mysql_query("SELECT COUNT(*) AS aantalleden FROM users") or die(mysql_error());
$data = mysql_fetch_assoc($query);
echo $data['aantalleden'];
?>
<br />Rooms:
<?php
$query = mysql_query("SELECT COUNT(*) AS aantalkamers FROM rooms") or die(mysql_error());
$data = mysql_fetch_assoc($query);
echo $data['aantalkamers'];
?>
<br />Badges:
<?php
$query = mysql_query("SELECT COUNT(*) AS aantalbadges FROM user_badges") or die(mysql_error());
$data = mysql_fetch_assoc($query);
echo $data['aantalbadges'];
?>
<br />Favorite rooms:
<?php
$query = mysql_query("SELECT COUNT(*) AS aantalfavouritekamers FROM user_favorites") or die(mysql_error());
$data = mysql_fetch_assoc($query);
echo $data['aantalfavouritekamers'];
?>
<br />Furniture:
<?php
$query = mysql_query("SELECT COUNT(*) AS aantalmeubels FROM Furniture") or die(mysql_error());
$data = mysql_fetch_assoc($query);
echo $data['aantalmeubels'];
?>
<br />Furniture in the catalog:
<?php
$query = mysql_query("SELECT COUNT(*) AS aantalmeubels FROM catalog_items") or die(mysql_error());
$data = mysql_fetch_assoc($query);
echo $data['aantalmeubels'];
?>
<br /><br>
</center></a></div></div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
</div>
Not all of those is a part of the database. Just check if what it says after "FROM" exists in the database or not.Code:<div class="habblet-container "> <div class="cbb clearfix activehomes"> <h2 class="title"><font size=1>{hotelName} Statistics! </h2> </font> <div id="notfound-content" class="box-content"> <center> Users online: <?php $sql = "SELECT COUNT(*) FROM users WHERE online = '1'"; $query = mysql_query($sql) or die(mysql_error()); $hoeveel = mysql_result($query,0,0); echo $hoeveel; ?> <br> Registered Users: <?php $query = mysql_query("SELECT COUNT(*) AS aantalleden FROM users") or die(mysql_error()); $data = mysql_fetch_assoc($query); echo $data['aantalleden']; ?> <br />Rooms: <?php $query = mysql_query("SELECT COUNT(*) AS aantalkamers FROM rooms") or die(mysql_error()); $data = mysql_fetch_assoc($query); yeah i have this problem also. So what do I do with this. echo $data['aantalkamers']; ?> <br />Badges: <?php $query = mysql_query("SELECT COUNT(*) AS aantalbadges FROM user_badges") or die(mysql_error()); $data = mysql_fetch_assoc($query); echo $data['aantalbadges']; ?> <br />Favorite rooms: <?php $query = mysql_query("SELECT COUNT(*) AS aantalfavouritekamers FROM user_favorites") or die(mysql_error()); $data = mysql_fetch_assoc($query); echo $data['aantalfavouritekamers']; ?> <br />Furniture: <?php $query = mysql_query("SELECT COUNT(*) AS aantalmeubels FROM Furniture") or die(mysql_error()); $data = mysql_fetch_assoc($query); echo $data['aantalmeubels']; ?> <br />Furniture in the catalog: <?php $query = mysql_query("SELECT COUNT(*) AS aantalmeubels FROM catalog_items") or die(mysql_error()); $data = mysql_fetch_assoc($query); echo $data['aantalmeubels']; ?> <br /><br> </center></a></div></div> </div> <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script> </div>
Seems that I cannot connect to the database when I filled in the correct information?
Check your Emu Settings & CMS Settings very Carefully .Seems that I cannot connect to the database when I filled in the correct information?