Phoenix PHP addons.

Page 5 of 5 FirstFirst 12345
Results 61 to 71 of 71
  1. #61
    Thanks for a great time! siem212212 is offline
    MemberRank
    Jun 2009 Join Date
    NetherlandsLocation
    958Posts

    Re: Phoenix PHP addons.

    can some one explain me how to generate a code for this : http://forum.ragezone.com/6419838-post18.html

  2. #62
    Proficient Member </Meap> is offline
    MemberRank
    Jul 2010 Join Date
    159Posts

    Re: Phoenix PHP addons.

    is this cms being released or whut?

  3. #63
    Member skunken1 is offline
    MemberRank
    Aug 2007 Join Date
    71Posts

    Re: Phoenix PHP addons.

    Quote Originally Posted by Lolisloltje View Post
    On the me page can u make something when u move over on a badge it will give a discription of the badge?
    (Predict i posted this cuz i already had it done)

    Open home.php

    Look for :

    PHP Code:
            while($userbadge = mysql_fetch_array($userbadges))
            {
           ?>
           <img src="Public/Images/badges/<?php echo $userbadge['badge_id']; ?>.gif />
            <?php
            
    }
            
    ?>
    Replace with :
    PHP 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
            
    }
            
    ?>
    Don`t forget to edit the external flash text link

  4. #64
    Account Upgraded | Title Enabled! jamieturner is offline
    MemberRank
    Oct 2010 Join Date
    United KingdomLocation
    359Posts

    Re: Phoenix PHP addons.

    Any new releases yet predict?

    i want your cms like now :)

    Jizzed.

  5. #65
    Live Ocottish Sverlord Joopie is offline
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,773Posts

    Re: Phoenix PHP addons.

    Quote Originally Posted by jamieturner View Post
    Any new releases yet predict?

    i want your cms like now :)

    Jizzed.
    Shame you call it his CMS

  6. #66
    Member Lolisloltje is offline
    MemberRank
    Dec 2009 Join Date
    94Posts

    Re: Phoenix PHP addons.

    Quote Originally Posted by skunken1 View Post
    (Predict i posted this cuz i already had it done)

    Open home.php

    Look for :

    PHP Code:
            while($userbadge = mysql_fetch_array($userbadges))
            {
           ?>
           <img src="Public/Images/badges/<?php echo $userbadge['badge_id']; ?>.gif />
            <?php
            
    }
            
    ?>
    Replace with :
    PHP 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
            
    }
            
    ?>
    Don`t forget to edit the external flash text link
    Thanks mate!

  7. #67
    Account Upgraded | Title Enabled! jamieturner is offline
    MemberRank
    Oct 2010 Join Date
    United KingdomLocation
    359Posts

    Re: Phoenix PHP addons.

    Well His Phoenix PHP CMS Edit then smart ass.

  8. #68
    Account Upgraded | Title Enabled! Predict is offline
    MemberRank
    Aug 2008 Join Date
    760Posts

    Re: Phoenix PHP addons.

    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).

  9. #69
    Account Upgraded | Title Enabled! jamieturner is offline
    MemberRank
    Oct 2010 Join Date
    United KingdomLocation
    359Posts

    Re: Phoenix PHP addons.

    Loving this, get it released! :)

  10. #70
    Account Upgraded | Title Enabled! Predict is offline
    MemberRank
    Aug 2008 Join Date
    760Posts

    Re: Phoenix PHP addons.

    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.

  11. #71
    Member skunken1 is offline
    MemberRank
    Aug 2007 Join Date
    71Posts

    Re: Phoenix PHP addons.

    Looks good, but its nothing I would use, gj predict



Page 5 of 5 FirstFirst 12345

Advertisement