can some one explain me how to generate a code for this : http://forum.ragezone.com/6419838-post18.html
can some one explain me how to generate a code for this : http://forum.ragezone.com/6419838-post18.html
is this cms being released or whut?
(Predict i posted this cuz i already had it done)
Open home.php
Look for :
Replace with :PHP Code:while($userbadge = mysql_fetch_array($userbadges))
{
?>
<img src="Public/Images/badges/<?php echo $userbadge['badge_id']; ?>.gif />
<?php
}
?>
Don`t forget to edit the external flash text linkPHP Code:while($userbadge = mysql_fetch_array($userbadges))
{
$handle = file_get_contents("EXTERNAL_FLASH_TEXTS");
if (!preg_match("/badge_name_".$userbadge['badge_id']."_/i", $handle))
{
$badgetitle = "Undefined";
}
else
{
$handle = explode("badge_name_".$userbadge['badge_id']."_", $handle);
$handle = explode("=", $handle[1]);
$handle = explode("\n", $handle[1]);
$badgetitle = $handle[0];
}
?>
<img src="Public/Images/badges/<?php echo $userbadge['badge_id']; ?>.gif" title="<?php echo $badgetitle; ?>" />
<?php
}
?>
Any new releases yet predict?
i want your cms like now :)
Jizzed.
Well His Phoenix PHP CMS Edit then smart ass.
Hey guys. I've looked over Phoenix PHP and it ain't a suitable CMS to use because... Just take my word on it.
I have been coding for Zap Hotel and I'll be releasing its new (UBER based) cms onto Zaps website.
Yes its coded in .TCP and PHP (including javascript, ect).
The components work (functions). Ignore the image errors (I still need to redirect some stuff).
Loving this, get it released! :)
Here's another update. (This is UberCMS converted to PhoenixEMU).
Credits to the people who helped code the base. (Basically copy and paste from the original).
[SETTINGS - Edit settings for your homes and the hotel]
[HOMES - You can examine every ones home, Thanks Jonty.]
[INDEX - Thanks Privilege for the design]
[REGISTER - Thanks Privliege for the design]
Cheers Jak for the design of the main.css.
Looks good, but its nothing I would use, gj predict