[REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

Page 35 of 126 FirstFirst ... 2527282930313233343536373839404142434585 ... LastLast
Results 851 to 875 of 3136
  1. #851
    Novice mhh..Donuts is offline
    MemberRank
    Apr 2008 Join Date
    4Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    transit, i installed the holocms days ago, but the config.php is empty

  2. #852
    Account Upgraded | Title Enabled! Parka is offline
    MemberRank
    Jun 2007 Join Date
    Leicester!Location
    208Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    Could somebody please tell me how i run my server publicly from xampp? add me on msn: parka2k8@msn.com

    Thanks.

  3. #853
    Alpha Member theninjaway is offline
    MemberRank
    Jan 2008 Join Date
    Nassau - BahamasLocation
    1,478Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    hey guys i got it working (WOOT!) but now this: (awwww)




  4. #854
    The Legend Returns vista4life is offline
    MemberRank
    Mar 2007 Join Date
    The NetherlandsLocation
    843Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    let's be normal and uhh, the HC club is not coded jet i think that's the error.. make a new one and run the server agian goodluck

  5. #855
    ~ PAWN Coder -Beginner- ~ Retro4life is offline
    MemberRank
    Mar 2007 Join Date
    825Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    When i register i get like swimsuit thingy not found in database ;S or unknown column swimsuit. when i register

    when updating loader in housekeeping i get
    Unknown column 'welcome_message' in 'field list''


    When entering hotel vb2008 opens up and marks restingDays = (DateTime.Parse(dbRow(2))).Subtract(DateTime.Now).TotalDays + 31 '// Get the amount of resting days with yellow
    and i cant enter hotel.. its just the hotel image :S

  6. #856
    Alpha Member theninjaway is offline
    MemberRank
    Jan 2008 Join Date
    Nassau - BahamasLocation
    1,478Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    yea thnx vista, imma try a new one

  7. #857
     Meth0d is offline
    MemberRank
    Feb 2007 Join Date
    The NetherlandsLocation
    1,450Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    When i register i get like swimsuit thingy not found in database ;S or unknown column swimsuit. when i register

    when updating loader in housekeeping i get
    Unknown column 'welcome_message' in 'field list''
    Update, my friend

  8. #858

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    I like your CMS.
    but you need to code groups.

    You need more features.
    I can help you code groups..
    if you want!


    Good Day!
    :drinks_pe

  9. #859
    Alpha Member theninjaway is offline
    MemberRank
    Jan 2008 Join Date
    Nassau - BahamasLocation
    1,478Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    now i get this wen i try to connect:

  10. #860
    ~ PAWN Coder -Beginner- ~ Retro4life is offline
    MemberRank
    Mar 2007 Join Date
    825Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    i DID update, i also reupdated but its not working :S

  11. #861
    Alpha Member theninjaway is offline
    MemberRank
    Jan 2008 Join Date
    Nassau - BahamasLocation
    1,478Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    na retro4life it dint work also
    Unknown column 'club' in 'field list'

  12. #862
    The Legend Returns vista4life is offline
    MemberRank
    Mar 2007 Join Date
    The NetherlandsLocation
    843Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    make one on localhost or 127.0.0.1 try that goodluck

  13. #863
    Apprentice Rene_ICE is offline
    MemberRank
    Dec 2007 Join Date
    8Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    To have a problem with Loader, when I get the Server.exe, and I log into client.php he did not connect in Server.exe says the SSO does not exist.

  14. #864
    Proficient Member GMROCKS is offline
    MemberRank
    Jan 2007 Join Date
    USALocation
    153Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    Quote Originally Posted by theninjaway View Post
    hey guys i got it working (WOOT!) but now this: (awwww)



    to fix this replace
    Code:
                restingDays = (DateTime.Parse(dbRow(2))).Subtract(DateTime.Now).TotalDays + 31 '// Get the amount of resting days
    with:
    Code:
                Dim pie() As String
                pie = Split(dbRow(2), "-")
                If pie(0).Length = 1 Then pie(0) = "0" & pie(0)
                If pie(1).Length = 1 Then pie(1) = "0" & pie(1)
                dbRow(2) = pie(1) & "/" & pie(0) & "/" & pie(2)
                restingDays = (DateTime.Parse(dbRow(2))).Subtract(DateTime.Now).TotalDays + 31 '// Get the amount of resting days

  15. #865
    Alpha Member theninjaway is offline
    MemberRank
    Jan 2008 Join Date
    Nassau - BahamasLocation
    1,478Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    @vista4life:
    i made another account on localhost, it dint work :(

  16. #866
    Account Upgraded | Title Enabled! Schfoo is offline
    MemberRank
    May 2007 Join Date
    Georgia, USLocation
    746Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    I was looking through the Extras and it said you(GraphiX) still had to make the changelog entries and things, so I wanted to save you some time xD

    I'll send it to you on MSN as soon as I see you online =]

  17. #867
    ~ PAWN Coder -Beginner- ~ Retro4life is offline
    MemberRank
    Mar 2007 Join Date
    825Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    Quote Originally Posted by GMROCKS View Post
    to fix this replace
    Code:
                restingDays = (DateTime.Parse(dbRow(2))).Subtract(DateTime.Now).TotalDays + 31 '// Get the amount of resting days
    with:
    Code:
                Dim pie() As String
                pie = Split(dbRow(2), "-")
                If pie(0).Length = 1 Then pie(0) = "0" & pie(0)
                If pie(1).Length = 1 Then pie(1) = "0" & pie(1)
                dbRow(2) = pie(1) & "/" & pie(0) & "/" & pie(2)
                restingDays = (DateTime.Parse(dbRow(2))).Subtract(DateTime.Now).TotalDays + 31 '// Get the amount of resting days
    Works great! THANKS!

    When im buying furnis they dont showup in hand.. :/
    The emulator errors when buying:

  18. #868
    Account left to dust.... transit is offline
    MemberRank
    Oct 2006 Join Date
    llllllll You asking me? lllllllllLocation
    360Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    Guys, I have fixed the HC Club problem. You'll just have to enter your MySQL database and enter this query :

    Code:
    ALTER TABLE `users` ADD `club` VARCHAR( 100 ) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL AFTER `rank` ;
    Should work as its working in my hotel. Allows you to use HC clothes and more...

    and now im getting problems entering my hotel... LOL!

  19. #869
    ~ PAWN Coder -Beginner- ~ Retro4life is offline
    MemberRank
    Mar 2007 Join Date
    825Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    It works, thanks =)

    Why cant i get my furni when buying? i updated the database :S

  20. #870
    Account Upgraded | Title Enabled! Techattack2 is offline
    MemberRank
    Jan 2008 Join Date
    221Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    How can i change that, that every new user have 500 Credits at start?

  21. #871
     Meth0d is offline
    MemberRank
    Feb 2007 Join Date
    The NetherlandsLocation
    1,450Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    Code:
    // Calculate the amount of HC Days left
    function HCDaysLeft($my_id){
    
    	// Query for the info we need to calculate
    	$sql = mysql_query("SELECT months_left,date_monthstarted FROM users_club WHERE userid = '".$my_id."' LIMIT 1") or die(mysql_error());
    	$tmp = mysql_fetch_assoc($sql);
    	$valid = mysql_num_rows($sql);
    
    	if($valid > 0){
    
    		// Collect the variables we need from the query result
    		$months_left = $tmp['months_left'];
    		$month_started = $tmp['date_monthstarted'];
    
    		// We take 31 days for every month left, assuming each month has 31 days
    		$days_left = $months_left * 31;
    
    		// Split up the day/month/year so we can use it with mktime
    		$tmp = explode("-", $month_started);
    		$day = $tmp[0];
    		$month = $tmp[1];
    		$year = $tmp[2];
    
    		// First of all make the dates we want to compare, do some math
    		$then = mktime(0, 0, 0, $month, $day, $year, 0);
    		$now = time();
    		$difference = $now - $then;
    
    		// If this month expired already
    		if ($difference < 0){
    			$difference = 0;
    		}
    
    		// Now do some math
    		$days_expired = floor($difference/60/60/24);
    
    		// $days_expired stands for the days we already wasted in this month
    		// 31 days for each month added together, minus the days we've wasted in the current month, is the amount of days we have left, totally
    		$days_left = $days_left - $days_expired;
    
    		return $days_left;
    
    	} else {
    		return 0;
    	}
    }
    That's the function I've coded to check a users' HC days left. It seems to work perfectly for me, could anyone double check it please? xD

  22. #872
    Alpha Member sisija is offline
    MemberRank
    Mar 2007 Join Date
    Western-EuropeLocation
    1,586Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    Quote Originally Posted by GraphiX View Post
    Code:
    // Calculate the amount of HC Days left
    function HCDaysLeft($my_id){
     
        // Query for the info we need to calculate
        $sql = mysql_query("SELECT months_left,date_monthstarted FROM users_club WHERE userid = '".$my_id."' LIMIT 1") or die(mysql_error());
        $tmp = mysql_fetch_assoc($sql);
        $valid = mysql_num_rows($sql);
     
        if($valid > 0){
     
            // Collect the variables we need from the query result
            $months_left = $tmp['months_left'];
            $month_started = $tmp['date_monthstarted'];
     
            // We take 31 days for every month left, assuming each month has 31 days
            $days_left = $months_left * 31;
     
            // Split up the day/month/year so we can use it with mktime
            $tmp = explode("-", $month_started);
            $day = $tmp[0];
            $month = $tmp[1];
            $year = $tmp[2];
     
            // First of all make the dates we want to compare, do some math
            $then = mktime(0, 0, 0, $month, $day, $year, 0);
            $now = time();
            $difference = $now - $then;
     
            // If this month expired already
            if ($difference < 0){
                $difference = 0;
            }
     
            // Now do some math
            $days_expired = floor($difference/60/60/24);
     
            // $days_expired stands for the days we already wasted in this month
            // 31 days for each month added together, minus the days we've wasted in the current month, is the amount of days we have left, totally
            $days_left = $days_left - $days_expired;
     
            return $days_left;
     
        } else {
            return 0;
        }
    }
    That's the function I've coded to check a users' HC days left. It seems to work perfectly for me, could anyone double check it please? xD
    It looks good!

  23. #873
    ~ PAWN Coder -Beginner- ~ Retro4life is offline
    MemberRank
    Mar 2007 Join Date
    825Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    Quote Originally Posted by GraphiX View Post
    Code:
    // Calculate the amount of HC Days left
    function HCDaysLeft($my_id){
    
        // Query for the info we need to calculate
        $sql = mysql_query("SELECT months_left,date_monthstarted FROM users_club WHERE userid = '".$my_id."' LIMIT 1") or die(mysql_error());
        $tmp = mysql_fetch_assoc($sql);
        $valid = mysql_num_rows($sql);
    
        if($valid > 0){
    
            // Collect the variables we need from the query result
            $months_left = $tmp['months_left'];
            $month_started = $tmp['date_monthstarted'];
    
            // We take 31 days for every month left, assuming each month has 31 days
            $days_left = $months_left * 31;
    
            // Split up the day/month/year so we can use it with mktime
            $tmp = explode("-", $month_started);
            $day = $tmp[0];
            $month = $tmp[1];
            $year = $tmp[2];
    
            // First of all make the dates we want to compare, do some math
            $then = mktime(0, 0, 0, $month, $day, $year, 0);
            $now = time();
            $difference = $now - $then;
    
            // If this month expired already
            if ($difference < 0){
                $difference = 0;
            }
    
            // Now do some math
            $days_expired = floor($difference/60/60/24);
    
            // $days_expired stands for the days we already wasted in this month
            // 31 days for each month added together, minus the days we've wasted in the current month, is the amount of days we have left, totally
            $days_left = $days_left - $days_expired;
    
            return $days_left;
    
        } else {
            return 0;
        }
    }
    That's the function I've coded to check a users' HC days left. It seems to work perfectly for me, could anyone double check it please? xD
    Where do i put it?

  24. #874
     Meth0d is offline
    MemberRank
    Feb 2007 Join Date
    The NetherlandsLocation
    1,450Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    Alright, the huge HC update is now on SVN. Enjoy..

  25. #875
    Thanks for the memories! Nillus is offline
    MemberRank
    Feb 2007 Join Date
    The NetherlandsLocation
    2,627Posts

    Re: [REL/DEV] HoloCMS [The Revolution] + NEW Holograph Emulator .NET

    Aight thanks, have been waiting for this. ^^

    - Nillus



Advertisement