[RELEASE] RageRP Emulator & CMS Data!

Status
Not open for further replies.

Joel

Aspiring Developer
Mar 30, 2014
100
30
735368 days running? yet it was created on 4/22/14?:S Editing the emulator to make it show that many days doesn't mean it is stable.
 

Vanish

Rising Java Developer
Dec 8, 2013
630
94
Another great release by Jeremiah the great. :) Please don't remove this download link as i had my computer's Operating System fked up and i'll get it back on Thursday D:
 

NathBentley

Member
Nov 7, 2012
40
3
I just got this:

[SQL]

-- ----------------------------
-- Records of groups_memberships
-- ----------------------------
INSERT INTO `groups_memberships` VALUES ('1', '6', '', '0', '0');
[Err] 1265 - Data truncated for column 'member_rank' at row 1

on the updated SQL sheet.
 

NathBentley

Member
Nov 7, 2012
40
3
I apologise, but after finally doing the database, now the CMS doesn't want to work, I have a feeling it's to do with the .htaccess and web.config while I'm using IIS, and I'm unsure what needs to change? If you could assist me on this, I would be of much appreciation.
 

Jerry

not rly active lol
Jul 8, 2013
1,956
522
I apologise, but after finally doing the database, now the CMS doesn't want to work, I have a feeling it's to do with the .htaccess and web.config while I'm using IIS, and I'm unsure what needs to change? If you could assist me on this, I would be of much appreciation.
If you're using IIS, you should URL Rewrite it.
 

NathBentley

Member
Nov 7, 2012
40
3
If you're using IIS, you should URL Rewrite it.

And what's this URL Rewritten:

RewriteEngine On

RewriteRule ^(|/)$ index.php?url=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?url=$1
RewriteRule ^(.*)\.htm$ $1.php [NC]
RewriteRule ^(|/)$ dash.php?page=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ dash.php?url=$1
RewriteRule ^business/jobs$ index.php?url=jobs [L,QSA]
RewriteRule ^business/create$ index.php?url=create [L,QSA]
RewriteRule ^corps/(.*)/?$ index.php?url=corp&id=$1 [L,QSA]
 

Jerry

not rly active lol
Jul 8, 2013
1,956
522
Didn't Know You Will Release This (Y) Thx For The Share <3
You're welcome.
And what's this URL Rewritten:

RewriteEngine On

RewriteRule ^(|/)$ index.php?url=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?url=$1
RewriteRule ^(.*)\.htm$ $1.php [NC]
RewriteRule ^(|/)$ dash.php?page=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ dash.php?url=$1
RewriteRule ^business/jobs$ index.php?url=jobs [L,QSA]
RewriteRule ^business/create$ index.php?url=create [L,QSA]
RewriteRule ^corps/(.*)/?$ index.php?url=corp&id=$1 [L,QSA]
Here;
Code:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <rewrite>
            <rules>
            <rule name="Imported Rule 424310" stopProcessing="true">
                    <match url="^community/staff$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=staff" appendQueryString="true" />
                </rule>
                <rule name="Imported Rule 42431d0" stopProcessing="true">
                    <match url="^account/referrals$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=referrals" appendQueryString="true" />
                </rule>
                 <rule name="Imported Rule 42410" stopProcessing="true">
                    <match url="^shop/badge$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=badgeshop" appendQueryString="true" />
                </rule>
             <rule name="Rule 1">
                    <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 1213123">
                    <match url="^(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 2">
                    <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 3">
                    <match url="^(.*)\.htm$" />
                    <action type="Rewrite" url="{R:1}.php" />
                </rule>
                <rule name="Imported Rule 4">
                    <match url="^(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="dash.php?page={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 5">
                    <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="dash.php?url={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 83" stopProcessing="true">
                    <match url="^pages/rules$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=rules" appendQueryString="true" />
                </rule>
                 <rule name="Imported Rule 10" stopProcessing="true">
                    <match url="^me/settings$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=settings" appendQueryString="true" />
                </rule>
                <rule name="Imported Rule 11" stopProcessing="true">
                    <match url="^pages/terms$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=terms" appendQueryString="true" />
                </rule>
                <rule name="Imported Rule 12" stopProcessing="true">
                    <match url="^pages/privacy$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=privacy" appendQueryString="true" />
                </rule>
                <rule name="Imported Rule 14" stopProcessing="true">
                    <match url="^account/banned$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=banned" appendQueryString="true" />
                </rule>
                 <rule name="Imported Rule 15" stopProcessing="true">
                    <match url="^account/logout$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=logout" appendQueryString="true" />
                </rule>
                <rule name="novote">
                    <match url="^index/novote(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=index&amp;novote" />
                </rule>
                            <rule name="Imported Rule 1-1">
                    <match url="^manage/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="/manage/index.php?url={R:1}" appendQueryString="false" />
                </rule>
                                            <rule name="Importetwad Rule 1-1">
                    <match url="^register/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=register&amp;referrer={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 2-1">
                    <match url="^manage/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="/manage/index.php?url={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 1e-2" stopProcessing="true">
                    <match url="^error/notfound$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=404" appendQueryString="true" />
                </rule>
                <rule name="Imported Rule 1" stopProcessing="true">
                    <match url="^business/jobs$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=jobs" appendQueryString="true" />
                </rule>
                <rule name="Imported Rule 2-2" stopProcessing="true">
                    <match url="^business/create$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=create" appendQueryString="true" />
                </rule>
               
            </rules>
        </rewrite>
        <httpErrors>
            <remove statusCode="404" subStatusCode="-1" />
            <error statusCode="404" prefixLanguageFilePath="" path="http:/ragerp.cf" responseMode="Redirect" />
        </httpErrors>
    </system.webServer>
</configuration>
 

ProxyHider

Member
Nov 2, 2013
30
4
But CMS Is Not Working
SKhIPlM.png
 

ARMYDUDE

Member
Dec 16, 2011
39
2
Nice Rel!! But I Just need some Working SWF & I'll Be Good to go. Any One have Some? BTW, I Like THE CMS.. ;) Plus my Client just Stays white. Any fix?
 
Last edited:

NathBentley

Member
Nov 7, 2012
40
3
You're welcome.

Here;
Code:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <rewrite>
            <rules>
            <rule name="Imported Rule 424310" stopProcessing="true">
                    <match url="^community/staff$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=staff" appendQueryString="true" />
                </rule>
                <rule name="Imported Rule 42431d0" stopProcessing="true">
                    <match url="^account/referrals$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=referrals" appendQueryString="true" />
                </rule>
                 <rule name="Imported Rule 42410" stopProcessing="true">
                    <match url="^shop/badge$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=badgeshop" appendQueryString="true" />
                </rule>
             <rule name="Rule 1">
                    <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 1213123">
                    <match url="^(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 2">
                    <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 3">
                    <match url="^(.*)\.htm$" />
                    <action type="Rewrite" url="{R:1}.php" />
                </rule>
                <rule name="Imported Rule 4">
                    <match url="^(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="dash.php?page={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 5">
                    <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="dash.php?url={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 83" stopProcessing="true">
                    <match url="^pages/rules$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=rules" appendQueryString="true" />
                </rule>
                 <rule name="Imported Rule 10" stopProcessing="true">
                    <match url="^me/settings$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=settings" appendQueryString="true" />
                </rule>
                <rule name="Imported Rule 11" stopProcessing="true">
                    <match url="^pages/terms$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=terms" appendQueryString="true" />
                </rule>
                <rule name="Imported Rule 12" stopProcessing="true">
                    <match url="^pages/privacy$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=privacy" appendQueryString="true" />
                </rule>
                <rule name="Imported Rule 14" stopProcessing="true">
                    <match url="^account/banned$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=banned" appendQueryString="true" />
                </rule>
                 <rule name="Imported Rule 15" stopProcessing="true">
                    <match url="^account/logout$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=logout" appendQueryString="true" />
                </rule>
                <rule name="novote">
                    <match url="^index/novote(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=index&amp;novote" />
                </rule>
                            <rule name="Imported Rule 1-1">
                    <match url="^manage/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="/manage/index.php?url={R:1}" appendQueryString="false" />
                </rule>
                                            <rule name="Importetwad Rule 1-1">
                    <match url="^register/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=register&amp;referrer={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 2-1">
                    <match url="^manage/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="/manage/index.php?url={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 1e-2" stopProcessing="true">
                    <match url="^error/notfound$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=404" appendQueryString="true" />
                </rule>
                <rule name="Imported Rule 1" stopProcessing="true">
                    <match url="^business/jobs$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=jobs" appendQueryString="true" />
                </rule>
                <rule name="Imported Rule 2-2" stopProcessing="true">
                    <match url="^business/create$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url=create" appendQueryString="true" />
                </rule>
              
            </rules>
        </rewrite>
        <httpErrors>
            <remove statusCode="404" subStatusCode="-1" />
            <error statusCode="404" prefixLanguageFilePath="" path="http:/ragerp.cf" responseMode="Redirect" />
        </httpErrors>
    </system.webServer>
</configuration>

I really appreciated all the help you're giving me, but it still has 403: Forbidden: Access is denied. I have changed the app/management config settings, and even the CMS settings on the database, what could be the issue?
 

Timothy

Kylie Jenner
Sep 25, 2013
674
79
If your using xampp just extract the index.php, global.php, blah blah from another theme that is for xampp and it should work. LOL
 

T3ch

Active Member
May 23, 2013
158
24
I FUCKING LOVE YOU!, cos of the cms :), i was wondering i got a problem with the gangleaderboard and i cant make myself owner in client?
 
Last edited:
Status
Not open for further replies.

Users who are viewing this thread

Top