when will it be released?
Printable View
when will it be released?
Wichard is the CMS ready? I am interested in it :P
CMS is crappy :D
work diving also? ;D
---------- Post added at 12:38 PM ---------- Previous post was at 12:34 PM ----------
i'm still waiting for tomorow !!
ehm CMS Fix?
its the CLUB Status thats make this error:
The Fix / Error retype is:Code:Database Error
Unknown column 'timestamp_activated' in 'field list'
Go to the MAIN Folder from your UberCMS
Open my.php
Search:
And Replaxe it with:PHP Code:$compMe->SetParam('clubStatus', ($users->HasClub(USER_ID)) ? '<a href="%www%/credits/uberclub">' . $users->GetClubDays(USER_ID) . '</a> HC-Tage' : '<a href="%www%/credits/uberclub">Club beitreten »</a>');
$compMe->SetParam('clubStatus', '');
(Declare)PHP Code://$compMe->SetParam('clubStatus', ($users->HasClub(USER_ID)) ? '<a href="%www%/credits/uberclub">' . $users->GetClubDays(USER_ID) . '</a> HC-Tage' : '<a href="%www%/credits/uberclub">Club beitreten »</a>');
$compMe->SetParam('clubStatus', 'Show HC and VIP Days, Comming soon');
I hope it Help you.
-TenShie :/:
Nice Emu. Have Bug In Names. Please Re Post Emu Fixed Now ! Updates!
Kritical BUG, Using Static IP's! Coud not Connect to Server but why? i don't Know!
Testing on "Local Windows Cluster Server" and Virtual Machine "Paralells Plesk Viruozzo" give him internal Static IP.
Connection Embeed, but it fast Killing the Connection and Close the Client Window.
Why?
Test @ Localhost (127.0.0.1)IP and Local IP adress (192.168.2.101) = OK no Prob's
Why Static IP's ?
-TenShie:sleep:
Epic! Thanks for this, this is a major contribution. Just out of curiosity, I came a lil late to the thread, so since I am to lazy to read all the pages, it says "Uber Emu Professional" which also has almost the same exact screens as Snowlight, before the name change. Was this a link from Meth0d?
LolWut!? No you just need to learn reading faggot!
---------- Post added at 08:59 PM ---------- Previous post was at 08:57 PM ----------
No, we just designed a look-a-like Console GUI because we liked how Uber Professional Edition it had :)
To fix Timestamp bug replace your getClubDays in class.users.php with that:
function getClubDays($id)
{
$sql = dbquery("SELECT start, months FROM user_subscriptions WHERE subscription_id = 'habbo_club' AND user_id = '" . $id . "' LIMIT 1");
if (mysql_num_rows($sql) == 0)
{
return 0;
}
$data = mysql_fetch_assoc($sql);
$diff = $data['timestamp_expire'] - time();
if ($diff <= 0)
{
return 0;
}
return ceil($diff / 86400);
}
Regards, Imagician.
just little req jukebox would be nice too :) if it's to much just say it :) but i would like to get jukebox /(trax machine (later in swf revs) :]
anyway goodluck guys and shit my account is buggy T_T
I get this on the emu "specified cast not valid"
when placed with the R2 fix the pool etc.
specified cast not valid = fixed in R2, i release R today 10:00 PM