<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Combu Server/Client - Forums				            </title>
            <link>https://www.skaredcreations.com/wp/community/combu/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 07 Jun 2026 14:23:56 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>504 Gateway Timeout</title>
                        <link>https://www.skaredcreations.com/wp/community/combu/504-gateway-timeout/</link>
                        <pubDate>Mon, 14 Apr 2025 23:50:26 +0000</pubDate>
                        <description><![CDATA[Since Combu is no more in development, we have disabled the subdomain &quot;services.skaredcreations.com&quot; that is called internally in the administration console pages to check for new updates (t...]]></description>
                        <content:encoded><![CDATA[<p>Since <strong>Combu</strong> is no more in development, we have disabled the subdomain "services.skaredcreations.com" that is called internally in the administration console pages to check for new updates (that will probably not be released any time soon), so it may happen to encounter the error "504 Gateway Timeout" while navigating the administration console.</p>
<p>To fix this error you can just edit the file "/lib/constants.php" and replace "https://services.skaredcreations.com" with "https://www.skaredcreations.com" in the constant definitions COMBU_UPDATE and COMBU_UPDATER.</p>
<p>Even better, you can also completely disable the check for updates by editing the file "/admin/lib/includes/common_functions.php" and replace the content of both functions "checkUpgradeAvailable" and "checkUpgradeUpdaterAvailable" with the following, so it will not even make a call to our updater and your server will save traffic and resources usage:</p>
<pre contenteditable="false">function checkUpgradeAvailable() {
    return array(
        "version" =&gt; COMBU_VERSION,
        "release_notes" =&gt; "",
        "updater_version" =&gt; null,
        "sql" =&gt; array(),
        "files" =&gt; array(),
        "delete" =&gt; array(),
        "scripts" =&gt; array(),
        "beta" =&gt; FALSE,
        "upgrade_required" =&gt; FALSE
    );
}

function checkUpgradeUpdaterAvailable() {
    return array(
        "version" =&gt; UPDATER_VERSION,
        "release_notes" =&gt; "",
        "updater_version" =&gt; null,
        "sql" =&gt; array(),
        "files" =&gt; array(),
        "delete" =&gt; array(),
        "scripts" =&gt; array(),
        "beta" =&gt; FALSE,
        "upgrade_required" =&gt; FALSE
    );
}
</pre>]]></content:encoded>
						                            <category domain="https://www.skaredcreations.com/wp/community/combu/">Combu Server/Client</category>                        <dc:creator>Skared Creations</dc:creator>
                        <guid isPermaLink="true">https://www.skaredcreations.com/wp/community/combu/504-gateway-timeout/</guid>
                    </item>
				                    <item>
                        <title>Additional data for leaderboard scores</title>
                        <link>https://www.skaredcreations.com/wp/community/combu/additional-data-for-leaderboard-scores/</link>
                        <pubDate>Wed, 20 Mar 2024 09:03:15 +0000</pubDate>
                        <description><![CDATA[Hi,
I&#039;m developing a number of racing games and I&#039;d like to give some extra information on the leaderboards for the vehicle used and manual or automatic transmission &amp; add the options f...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>I'm developing a number of racing games and I'd like to give some extra information on the leaderboards for the vehicle used and manual or automatic transmission &amp; add the options for players to download the replay or ghost of the other players. I can't find any official way to do this so wondered how I could perhaps go about adding it myself?</p>
<p>Thanks</p>]]></content:encoded>
						                            <category domain="https://www.skaredcreations.com/wp/community/combu/">Combu Server/Client</category>                        <dc:creator>derkoi</dc:creator>
                        <guid isPermaLink="true">https://www.skaredcreations.com/wp/community/combu/additional-data-for-leaderboard-scores/</guid>
                    </item>
				                    <item>
                        <title>Error creating the default admin account (SQLSTATE: Base table or view not found: 1146 Table &#039;combu.adminaccount&#039; doesn&#039;t exist)</title>
                        <link>https://www.skaredcreations.com/wp/community/combu/error-creating-the-default-admin-account-sqlstate42s02-base-table-or-view-not-found-1146-table-combu-adminaccount-doesnt-exist/</link>
                        <pubDate>Tue, 19 Mar 2024 02:37:43 +0000</pubDate>
                        <description><![CDATA[Hi
Yesterday night ,everything is normal,
THis morning ,I  can not  access the combu , but I can  ping my  server IP well,(also,I can access the combu in another  server ,)
then I try to ...]]></description>
                        <content:encoded><![CDATA[<p>Hi</p>
<p>Yesterday night ,everything is normal,</p>
<p>THis morning ,I  can not  access the combu , but I can  ping my  server IP well,(also,I can access the combu in another  server ,)</p>
<p>then I try to access  the URL http://mydomain/combu/，but failed again , </p>
<p>The page show  as picture "Error creating the default admin account (SQLSTATE: Base table or view not found: 1146 Table 'combu.adminaccount' doesn't exist)"</p>
<p>Please relpy me as soon as possible , </p>
<p>My game will be released  these day , this problem really  make me delay my plan.....</p>
<p> </p>
<p> </p>
<div id="wpfa-42388" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//www.skaredcreations.com/wp/wp-content/uploads/wpforo/default_attachments/1710815863.png" target="_blank" title="奇怪的问题.png"><i class="fas fa-paperclip"></i>&nbsp;奇怪的问题.png</a></div>]]></content:encoded>
						                            <category domain="https://www.skaredcreations.com/wp/community/combu/">Combu Server/Client</category>                        <dc:creator>simon</dc:creator>
                        <guid isPermaLink="true">https://www.skaredcreations.com/wp/community/combu/error-creating-the-default-admin-account-sqlstate42s02-base-table-or-view-not-found-1146-table-combu-adminaccount-doesnt-exist/</guid>
                    </item>
				                    <item>
                        <title>Anyway to hide &quot;http://XXX.XXX.XXX.XXX:8081/combu/&quot; in URL root production In CombuManager?</title>
                        <link>https://www.skaredcreations.com/wp/community/combu/anyway-to-hide-http-xxx-xxx-xxx-xxx8081-combu-in-url-root-production-in-combumanager/</link>
                        <pubDate>Wed, 28 Feb 2024 18:12:49 +0000</pubDate>
                        <description><![CDATA[HI,  
My game will be released soon ,I am config the Server in a new VPS,
I am worried about ,the &quot;http://XXX.XXX.XXX.XXX:8081/combu/&quot; in URL root production In CombuManager,
the IP &quot;XXX....]]></description>
                        <content:encoded><![CDATA[<p>HI,  </p>
<p>My game will be released soon ,I am config the Server in a new VPS,</p>
<p>I am worried about ,the "http://XXX.XXX.XXX.XXX:8081/combu/" in URL root production In CombuManager,</p>
<p>the IP "XXX.XXX.XXX.XXX:8081"here is safe or not?</p>
<p>I am worried about the hacker  attacking (for example DDOS ),or someone  crack the game and find my IP,</p>
<p>Anyway to hide "http://XXX.XXX.XXX.XXX:8081/combu/" in URL root production In CombuManager?</p>
<p>I got a  domain name from namecheap, and config it,</p>
<p>I can access combu3 with IP,</p>
<p>but I can not access the domain name , is that just my  wrong config??</p>
<p>or do you have any advice ?</p>
<p>thanks.</p>]]></content:encoded>
						                            <category domain="https://www.skaredcreations.com/wp/community/combu/">Combu Server/Client</category>                        <dc:creator>simon</dc:creator>
                        <guid isPermaLink="true">https://www.skaredcreations.com/wp/community/combu/anyway-to-hide-http-xxx-xxx-xxx-xxx8081-combu-in-url-root-production-in-combumanager/</guid>
                    </item>
				                    <item>
                        <title>I upload the Combu3 on my VPS,but everyone can access this page &quot;http://domainXXX/combu/admin/index.php&quot; ,how to make it safer ??</title>
                        <link>https://www.skaredcreations.com/wp/community/combu/i-upload-the-combu3-on-my-vpsbut-everyone-can-access-this-page-http-domainxxx-combu-admin-index-php-how-to-make-it-safer/</link>
                        <pubDate>Fri, 06 Oct 2023 17:28:04 +0000</pubDate>
                        <description><![CDATA[Hi, I  upload the combu to My VPS, and Now My game can connect to the server and data ,everything  seems normal ,but  I need siome   web  security config ,
I am new for PHP and Windows serv...]]></description>
                        <content:encoded><![CDATA[<p>Hi, I  upload the combu to My VPS, and Now My game can connect to the server and data ,everything  seems normal ,but  I need siome   web  security config ,</p>
<p>I am new for PHP and Windows server 2019,</p>
<p>now I can access </p>
<p>"http://domainXXX/combu/admin/index.php " from other PC, but  Nobody should  access this page except me ,   how to config  ???  How to stop those hacker??</p>
<p>How to hide the folder path for combu ,for PhpAdmin , for Xampp in my VPS Server ?? </p>
<p>Do you have   other   advices  about  combu3   for important  web safe config  ,to make the server difficult to  be attacked?</p>
<p>a safe ,strong  server  is necessary for a online game,</p>
<p> </p>
<p>Thanks</p>
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://www.skaredcreations.com/wp/community/combu/">Combu Server/Client</category>                        <dc:creator>simon</dc:creator>
                        <guid isPermaLink="true">https://www.skaredcreations.com/wp/community/combu/i-upload-the-combu3-on-my-vpsbut-everyone-can-access-this-page-http-domainxxx-combu-admin-index-php-how-to-make-it-safer/</guid>
                    </item>
				                    <item>
                        <title>&quot;error:Could not connect to database &quot; with combu3</title>
                        <link>https://www.skaredcreations.com/wp/community/combu/errorcould-not-connect-to-database-with-combu3/</link>
                        <pubDate>Wed, 29 Mar 2023 18:06:19 +0000</pubDate>
                        <description><![CDATA[I met this error  when I want to update frome combu2 to combu3( I just setup Combu3 in a new machine,no combu2 now), I  read the  topic about this ,but these does not work ,so I have to make...]]></description>
                        <content:encoded><![CDATA[<p>I met this error  when I want to update frome combu2 to combu3( I just setup Combu3 in a new machine,no combu2 now), I  read the  topic about this ,but these does not work ,so I have to make a new topic</p>
<p>1:19:22  XAMPP Version: 8.2.0<br />1:19:22  Control Panel Version: 3.3.0 </p>
<p>windows 11</p>
<p><strong>http://localhost/combu/admin</strong> get error,</p>
<p>1 in</p>
<h1>Combu setup</h1>
<p>Config.php , I just use the default setting ,no change,</p>
<p> </p>
<p>2  I add "<span>a new line with </span><strong>lower_case_table_names=2</strong><span> just below the line that contains </span><strong></strong><span> " in.ini   so  I am sure all table now first letter is "Account" not "account"</span></p>
<p>I  re-setup for several times, it doest not work</p>
<p> </p>
<p>3  All Info in Game_DB_XXX seems  correct,</p>
<pre id="result" contenteditable="false">GAME_DB</pre>
<p>???????????</p>
<p> </p>
<p>Plz help, now I am in a hurry</p>]]></content:encoded>
						                            <category domain="https://www.skaredcreations.com/wp/community/combu/">Combu Server/Client</category>                        <dc:creator>simon</dc:creator>
                        <guid isPermaLink="true">https://www.skaredcreations.com/wp/community/combu/errorcould-not-connect-to-database-with-combu3/</guid>
                    </item>
				                    <item>
                        <title>WebGL Leaderboard Posting Failure -- &quot;User is not authenticated&quot;</title>
                        <link>https://www.skaredcreations.com/wp/community/combu/webgl-leaderboard-posting-failure-user-is-not-authenticated/</link>
                        <pubDate>Tue, 21 Jun 2022 22:19:11 +0000</pubDate>
                        <description><![CDATA[For Combu Client/Server 3.2.4
 
We&#039;re having an issue posting to Leaderboards which seems to be most easily reproducible on our WebGL deployment. Combü calls to register, login, auto login...]]></description>
                        <content:encoded><![CDATA[<p>For Combu Client/Server 3.2.4</p>
<p> </p>
<p>We're having an issue posting to Leaderboards which seems to be most easily reproducible on our WebGL deployment. Combü calls to register, login, auto login, save custom data, load custom data, read leaderboard data, etc. all seem to work just fine. Posting scores to leaderboards however is inconsistent.</p>
<p> </p>
<p>In the WebGL build, if a user logs in (or auto logs in) and posts to our leaderboards right away (there are 4 boards we report to), the scores get posted without issue. Afterwards, when completing a game session (with cheats enabled, takes about 20 seconds), we save the user's custom data and post to leaderboards. This posting and all subsequent posting attempts fail, yet saving succeeds. This is not the case within the Unity editor as both saving and posting to leaderboards seem to work consistently.</p>
<p> </p>
<p>We set the server config to stop encrypting its responses and discovered the following in the browser console after it attempts to post to a leaderboard:</p>
<pre contenteditable="false">success	false
message	"User is not authenticated"
errors	[]</pre>
<p> </p>
<p>Even stranger, if we check just prior to posting whether the user is authenticated with "CombuManager.localUser.authenticated", it always returns "true".</p>
<p><br />We are totally stumped at this point. Any help you could provide here would be really appreciated. Thanks!</p>]]></content:encoded>
						                            <category domain="https://www.skaredcreations.com/wp/community/combu/">Combu Server/Client</category>                        <dc:creator>azconapithecus</dc:creator>
                        <guid isPermaLink="true">https://www.skaredcreations.com/wp/community/combu/webgl-leaderboard-posting-failure-user-is-not-authenticated/</guid>
                    </item>
				                    <item>
                        <title>Emails from Combu sometimes never arrive</title>
                        <link>https://www.skaredcreations.com/wp/community/combu/emails-from-combu-sometimes-never-arrive/</link>
                        <pubDate>Sat, 04 Jun 2022 21:24:16 +0000</pubDate>
                        <description><![CDATA[We&#039;ve been Combu2 since 2015 and Combu3 since 2019, very very happy with both. But recently, in the past several months, we&#039;ve been having some trouble: Some users do not get their activatio...]]></description>
                        <content:encoded><![CDATA[<p>We've been Combu2 since 2015 and Combu3 since 2019, very very happy with both. But recently, in the past several months, we've been having some trouble: Some users do not get their activation email or their password reset email. There's always been an isssue with spam filters catching these, but a very small percentage and quite tolerable. This new issue in the past some months is much more common, a substantial percentage (10% maybe?) of users don't get these emails. <span>Is any error logging that is done on the Combu side if there is a mail error? Or any other way to figure out why this is happening now?</span></p>
<p> </p>
<p>thanks<br />Dave</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://www.skaredcreations.com/wp/community/combu/">Combu Server/Client</category>                        <dc:creator>gecko64</dc:creator>
                        <guid isPermaLink="true">https://www.skaredcreations.com/wp/community/combu/emails-from-combu-sometimes-never-arrive/</guid>
                    </item>
				                    <item>
                        <title>Steam Log in</title>
                        <link>https://www.skaredcreations.com/wp/community/combu/steam-log-in/</link>
                        <pubDate>Mon, 16 May 2022 01:00:38 +0000</pubDate>
                        <description><![CDATA[Just curious since Steam is popular if this has been done or thought of, to be able to log in using Steam, with this add on.    I have had Combu for years now  but to be honest I typically h...]]></description>
                        <content:encoded><![CDATA[<p>Just curious since Steam is popular if this has been done or thought of, to be able to log in using Steam, with this add on.    I have had Combu for years now  but to be honest I typically have made my own back end typically but I wanted to dig into this again to save me some time and maybe make life easier, so I was curious if this has been ever  done or thought of.   Alot of users, use Steam and Now Epic EOS for logging in.  </p>
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://www.skaredcreations.com/wp/community/combu/">Combu Server/Client</category>                        <dc:creator>Darkcrystal</dc:creator>
                        <guid isPermaLink="true">https://www.skaredcreations.com/wp/community/combu/steam-log-in/</guid>
                    </item>
				                    <item>
                        <title>Issue with seeing custom app data on admin portal</title>
                        <link>https://www.skaredcreations.com/wp/community/combu/issue-with-seeing-custom-app-data-on-admin-portal/</link>
                        <pubDate>Sat, 12 Mar 2022 22:05:10 +0000</pubDate>
                        <description><![CDATA[Hi so i am currently on version 3.2.4 and have my app all set up. I have created a user and have logged in on that user, the user shows online in the admin portal. Then I go to create data u...]]></description>
                        <content:encoded><![CDATA[<p>Hi so i am currently on version 3.2.4 and have my app all set up. I have created a user and have logged in on that user, the user shows online in the admin portal. Then I go to create data using :</p>
<pre contenteditable="false">if (!CombuManager.localUser.appCustomData.ContainsKey("Coins"))
            {
                if (Debugging)
                    Debug.Log("Created Coin Data For User");
                CombuManager.localUser.appCustomData = 0;
                hasCreatedData = true;
            }</pre>
<p> </p>
<p>After this I save it using:</p>
<pre contenteditable="false">if (hasCreatedData)
                {
                    CombuManager.localUser.Update((bool success, string error) =&gt;
                    {
                        if (success)
                        {
                            if(Debugging)
                            Debug.Log("Data Saved to server online");
                            
                        }
                        else
                        {
                            if(Debugging)
                            Debug.Log("Failed: " + error);
                        }
                    });
                }
</pre>
<p>I'm fairly certain this works just fine, but when I go into the web portal to look at custom app data for that particular user and does not show me anything after selecting the app. I can go over to the database and see that the data exists and matches the same user ID. Is there a reason the web interface isn't displaying the custom app data? I have tried on Brave browser as well as Microsoft Edge. This is the same way I did it when I used Combu 3.0.15</p>]]></content:encoded>
						                            <category domain="https://www.skaredcreations.com/wp/community/combu/">Combu Server/Client</category>                        <dc:creator>Monsterman</dc:creator>
                        <guid isPermaLink="true">https://www.skaredcreations.com/wp/community/combu/issue-with-seeing-custom-app-data-on-admin-portal/</guid>
                    </item>
							        </channel>
        </rss>
		