Phoenix PHP addons.

Page 2 of 5 FirstFirst 12345 LastLast
Results 16 to 30 of 71
  1. #16
    Account Upgraded | Title Enabled! jamieturner is offline
    MemberRank
    Oct 2010 Join Date
    United KingdomLocation
    359Posts

    Re: Phoenix PHP addons.

    Agreed, release them cms :)

  2. #17
    Ultra Light Beam Makarov is offline
    MemberRank
    Apr 2010 Join Date
    GothamLocation
    3,622Posts

    Re: Phoenix PHP addons.

    Quote Originally Posted by Subway View Post
    You could give me your cms ;)
    I wanna test it and fix it up.
    You can't fix a good thing ;)

    You are absolutely great, Predict!

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

    Re: Phoenix PHP addons.

    This code works correctly. ;]

    ADD: /functions/updatevip.php

    PHP Code:
    <?php
    define
    ('USERNAME_REQUIRED'TRUE);
    define('ACCOUNT_REQUIRED'TRUE);
    include(
    "../global.php");

        
    $username $_SESSION['username'];
        
    $code = ($_POST['vipCode']);
        
    $userq mysql_query("SELECT * FROM users WHERE username = '".$username."' LIMIT 1");
        
    $user mysql_fetch_array($userq);
        
    $check mysql_query("SELECT * FROM vip WHERE code = '".$code."'");
        if(
    mysql_num_rows($check) > 0)
    {
        
    mysql_query("UPDATE users SET rank = '3' WHERE username = '".$username."'"); 
        
    mysql_query("DELETE FROM vip WHERE code = '".$code."'");
        
    header("location: ../settings.php?page=vip&success=true");
        }
        else
        {
        
    header("location: ../settings.php?page=vip&success=false");
        }

    ?>
    Open settings.php and add:
    Add this code into the FIRST column
    Code:
    <a href="?page=vip" <?php if($_GET['page'] == 'vip') echo 'class="selected"'; ?>>VIP Settings</a>
    This code goes into the other columnn.

    Code:
    		<?php
    		}
    		if($_GET['page'] == 'vip')
    		{
    		?>
    			<div class="boxHeaderGrey"><h1>VIP Subscription</h1></div>
    			<div class="boxContent">
    				<?php
                    if(isset($_GET['success']) && $_GET['success'] == 'false')
    				{
    				?>
    					<div class="errormsg" id="habbo_name_message_box"> 
    						<?php echo $lang['settings_general_error']; ?> 
    					</div>
    								<?php
    				}
                    elseif(isset($_GET['success']) && $_GET['success'] == 'true')
    				{
    				?>
    					<div class="goodmsg" id="habbo_name_message_box"> 
    						<?php echo $lang['settings_general_updated']; ?> 
    					</div>
    				<?php
    				}
    				?>
    				<form name="UserVIP" action="functions/updatevip.php" method="post">
    					<label for="vip">VIP code:</label><br/>
    					<input type="vip" name="vipCode" id="vip" /><br/>
    					<div class="Submitbtn right">
    						<button type="submit" class="positive" name="submitcomment"><?php echo $lang['submit']; ?></button>
    		   			</div>
    	   			</form>
    			</div>
    		<?php
    		}
    		?>
    SQL query

    Code:
    --
    -- Table structure for table `vip`
    --
    
    CREATE TABLE IF NOT EXISTS `vip` (
      `code` varchar(20) collate latin1_general_ci NOT NULL,
      PRIMARY KEY  (`code`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
    Last edited by Predict; 11-07-11 at 08:34 PM.

  4. #19
    this is title Shredinator is offline
    MemberRank
    May 2011 Join Date
    399Posts

    Re: Phoenix PHP addons.

    Quote Originally Posted by AresCJ View Post
    It couldn't be your IIS server if your site is functioning properly (SQL, .php loading, etc) it's 99% of the time the code, not your hosting system software..
    He probably just dosn't have ssl, which the IPN needs to communicate with PayPal. I've made this system for UberCMS, but I'm not sure it would work with Phoenix crap.

  5. #20
    Banned 2000 is offline
    BannedRank
    Jul 2011 Join Date
    AustraliaLocation
    18Posts

    Re: Phoenix PHP addons.

    Why not ask Arron on Okaku?
    he will know want you want

  6. #21
    Infraction Banned Klounter is offline
    MemberRank
    Jul 2011 Join Date
    33Posts

    Re: Phoenix PHP addons.

    Cool updates :P

  7. #22
    Account Upgraded | Title Enabled! salah-salah is offline
    MemberRank
    Jan 2009 Join Date
    UndergroundLocation
    716Posts

    Re: Phoenix PHP addons.

    Nice , i like that VIP thing only have problems with installing could you help me?

    -Tarek.
    Last edited by salah-salah; 11-07-11 at 01:29 PM.

  8. #23
    Thanks for a great time! siem212212 is offline
    MemberRank
    Jun 2009 Join Date
    NetherlandsLocation
    958Posts

    Re: Phoenix PHP addons.

    :P Lol the cms is mabbo cms and will be released later on its a project of Jak and adam and you can follow it here : http://forum.ragezone.com/f331/mabbo...matter-753514/

    ...Trolol

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

    Re: Phoenix PHP addons.

    Quote Originally Posted by siem212212 View Post
    :P Lol the cms is mabbo cms and will be released later on its a project of Jak and adam and you can follow it here : http://forum.ragezone.com/f331/mabbo...matter-753514/

    ...Trolol
    It ain't MabboCMS. MabboCMS is a pile of rubbish (my opinion).
    This CMS is based from Phoenix PHP and I coded it. The design however was made by Jak. :)

  10. #25
    Infraction Banned Klounter is offline
    MemberRank
    Jul 2011 Join Date
    33Posts

    Re: Phoenix PHP addons.

    You can released it Predict? :P

  11. #26
    Apprentice Xast is offline
    MemberRank
    Apr 2011 Join Date
    21Posts

    Re: Phoenix PHP addons.

    mass message all staff

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

    Re: Phoenix PHP addons.

    Quote Originally Posted by Xast View Post
    mass message all staff


    Something like this? ^ ^

    I'll also be releasing a application system for Phoenix PHP.

  13. #28
    ส็็็็็็็ Bloodraven is offline
    MemberRank
    Sep 2009 Join Date
    AntarcticaLocation
    2,414Posts

    Re: Phoenix PHP addons.

    Yours is a piece of rubbish tbh, You are not creative enough to create your own design. Phoenix PHP is rubbish, which you are using...

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

    Re: Phoenix PHP addons.

    Predict can you fix it please, the VIP subscription does not work at all.

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

    Re: Phoenix PHP addons.

    Quote Originally Posted by jamieturner View Post
    Predict can you fix it please, the VIP subscription does not work at all.
    Quote Originally Posted by Predict View Post
    This code ain't working correctly, but majority of the code is correct. It probably needs editing (I'm tired to think)...
    Yes, this explains it, but I'll look at it again and modify the post.



Page 2 of 5 FirstFirst 12345 LastLast

Advertisement