[TUT] How to make a R63B Habbo Roleplay

Joshie

WebHost Founder
May 29, 2015
143
20
Hi,
Yesterday and day before the SourceForge site was in static mode which was limiting functions for the Web Platform Installer
The only issue you'll have is installing PHP Manager as they've changed their signature for installing using the WPI
Solution here:
To install PHP Manager, use

 
I can't even get anything to come up on localhost :(
Any ideas please?
Hi did you install the Web server via the server manager?
 

Doumans

New Member
Mar 28, 2018
10
1
Hi,
i have this error :
1522337732-capture.png

I delete webconfig, but i don't have folder AddedContent =/
Can you help me plz?
 

Kristo

Website & Software Developer
Feb 5, 2015
269
69
Hi,
i have this error :
1522337732-capture.png

I delete webconfig, but i don't have folder AddedContent =/
Can you help me plz?

I am not too sure what the issue is here (mainly because I can't understand the web page due to Language complications). My advice would be to create a thread in the 'Help' section for 'Habbo Retros' and provide a detailed description as to the issue and what you have tried to do to resolve it.

Help Section:
 

Doumans

New Member
Mar 28, 2018
10
1
Hello, If I leave web.config here is the error:
1522420206-capture.png
Here is my .htaccess :
# Helicon Ape version 3.1.0.110

RewriteEngine On
RewriteRule ^(|/)$ index.php?url=novote
RewriteRule ^(|/)$ index.php?url=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?url=$1
RewriteEngine on
RewriteRule ^(.*)\.htm$ $1.php [NC]
RewriteRule ^(|/)$ dash.php?page=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ dash.php?url=$1

RewriteRule ^profile/3$ index.php?url=profile3 [L,QSA]
RewriteRule ^profile/4$ index.php?url=profile4 [L,QSA]

RewriteRule ^business/create$ index.php?url=create [L,QSA]

RewriteRule ^identity/avatar$ index.php?url=identitya [L,QSA]
RewriteRule ^identity/settings$ index.php?url=identitys [L,QSA]
RewriteRule ^identity/email$ index.php?url=identitye [L,QSA]
RewriteRule ^identity/password$ index.php?url=identityp [L,QSA]
RewriteRule ^identity/pin$ index.php?url=identitypin [L,QSA]
RewriteRule ^identity/password_change$ index.php?url=identityp&do=edit [L,QSA]
RewriteRule ^identity/email_change$ index.php?url=identitye&do=edit [L,QSA]
RewriteRule ^identity/pin_save$ index.php?url=identitypin&do=edit [L,QSA]

RewriteRule ^news/(.*)/?$ index.php?url=news&id=$1 [L,QSA]
RewriteRule ^articles/(.*)/?$ index.php?url=news&id=$1 [L,QSA]

RewriteRule ^user/([a-zA-Z0-9_-]+)(|/)$ index.php?url=user&id=$1
RewriteRule ^home/([a-zA-Z0-9_-]+)(|/)$ index.php?url=user&id=$1
RewriteRule ^corp/([a-zA-Z0-9_-]+)(|/)$ index.php?url=jobsview&id=$1
RewriteRule ^corps/([a-zA-Z0-9_-]+)(|/)$ index.php?url=jobsview&id=$1
RewriteRule ^gang/([a-zA-Z0-9_-]+)(|/)$ index.php?url=gangsview&id=$1
RewriteRule ^gangs/([a-zA-Z0-9_-]+)(|/)$ index.php?url=gangsview&id=$1

RewriteRule ^creditflow/confirm/5102/9616/([a-zA-Z0-9_-]+)(|/)$ index.php?url=creditflow&id=$1
RewriteRule ^creditflow/validate/5102/([a-zA-Z0-9_-]+)(|/)/21$ index.php?url=creditflowverify&id=$1
RewriteRule ^creditflow/proceedWithPayment/5102/([a-zA-Z0-9_-]+)/21(|/)$ index.php?url=creditflowpwp&id=$1
RewriteRule ^(creditflow/redeemvoucher)$ index.php?url=redeemvoucher

RewriteRule ^(staff/owners)$ index.php?url=staffo
RewriteRule ^(staff/devs)$ index.php?url=staffdev
RewriteRule ^(staff/builders)$ index.php?url=staffbuild
RewriteRule ^(staff/managers)$ index.php?url=staffmgr
RewriteRule ^(staff/admins)$ index.php?url=staffadm
RewriteRule ^(staff/mods)$ index.php?url=staffmod
RewriteRule ^(staff/events)$ index.php?url=staffe
RewriteRule ^(staff/seniors)$ index.php?url=staffsm

RewriteRule ^(account/verify)$ index.php?url=pinverify
RewriteRule ^(account/newpin)$ index.php?url=pinnew
RewriteRule ^(account/banned)$ index.php?url=banned
RewriteRule ^(client/login)$ index.php?url=clientlogin

RewriteRule ^(credits/history)$ index.php?url=creditshistory
And my web.config :
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="Imported Rule 1">
<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 6" stopProcessing="true">
<match url="^profile/3$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=profile3" appendQueryString="true" />
</rule>
<rule name="Imported Rule 7" stopProcessing="true">
<match url="^profile/4$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=profile4" appendQueryString="true" />
</rule>
<rule name="Imported Rule 8" stopProcessing="true">
<match url="^business/create$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=create" appendQueryString="true" />
</rule>
<rule name="Imported Rule 9" stopProcessing="true">
<match url="^identity/avatar$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=identitya" appendQueryString="true" />
</rule>
<rule name="Imported Rule 10" stopProcessing="true">
<match url="^identity/settings$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=identitys" appendQueryString="true" />
</rule>
<rule name="Imported Rule 11" stopProcessing="true">
<match url="^identity/email$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=identitye" appendQueryString="true" />
</rule>
<rule name="Imported Rule 12" stopProcessing="true">
<match url="^identity/password$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=identityp" appendQueryString="true" />
</rule>
<rule name="Imported Rule 13" stopProcessing="true">
<match url="^identity/pin$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=identitypin" appendQueryString="true" />
</rule>
<rule name="Imported Rule 14" stopProcessing="true">
<match url="^identity/password_change$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=identityp&amp;do=edit" appendQueryString="true" />
</rule>
<rule name="Imported Rule 15" stopProcessing="true">
<match url="^identity/email_change$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=identitye&amp;do=edit" appendQueryString="true" />
</rule>
<rule name="Imported Rule 16" stopProcessing="true">
<match url="^identity/pin_disable$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=identitypin&amp;do=edit" appendQueryString="true" />
</rule>
<rule name="Imported Rule 17" stopProcessing="true">
<match url="^news/(.*)/?$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=news&amp;id={R:1}" appendQueryString="true" />
</rule>
<rule name="Imported Rule 18" stopProcessing="true">
<match url="^articles/(.*)/?$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=news&amp;id={R:1}" appendQueryString="true" />
</rule>
<rule name="Imported Rule 19">
<match url="^user/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=user&amp;id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 20">
<match url="^home/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=user&amp;id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 21">
<match url="^corp/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=jobsview&amp;id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 22">
<match url="^corps/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=jobsview&amp;id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 23">
<match url="^gang/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=gangs&amp;id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 24">
<match url="^gangs/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=gangs&amp;id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 25">
<match url="^creditflow/confirm/5102/9616/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=creditflow&amp;id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 26">
<match url="^creditflow/validate/5102/([a-zA-Z0-9_-]+)(|/)/21$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=creditflowverify&amp;id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 27">
<match url="^creditflow/proceedWithPayment/5102/([a-zA-Z0-9_-]+)/21(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=creditflowpwp&amp;id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 28">
<match url="^(creditflow/redeemvoucher)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=redeemvoucher" appendQueryString="false" />
</rule>
<rule name="Imported Rule 29">
<match url="^(staff/owners)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=staffo" appendQueryString="false" />
</rule>
<rule name="Imported Rule 30">
<match url="^(staff/devs)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=staffdev" appendQueryString="false" />
</rule>
<rule name="Imported Rule 31">
<match url="^(staff/builders)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=staffbuild" appendQueryString="false" />
</rule>
<rule name="Imported Rule 32">
<match url="^(staff/managers)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=staffmgr" appendQueryString="false" />
</rule>
<rule name="Imported Rule 33">
<match url="^(staff/admins)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=staffadm" appendQueryString="false" />
</rule>
<rule name="Imported Rule 34">
<match url="^(staff/mods)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=staffmod" appendQueryString="false" />
</rule>
<rule name="Imported Rule 35">
<match url="^(account/verify)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=pinverify" appendQueryString="false" />
</rule>
<rule name="Imported Rule 36">
<match url="^(account/newpin)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=pinnew" appendQueryString="false" />
</rule>
<rule name="Imported Rule 37">
<match url="^(client/login)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=clientlogin" appendQueryString="false" />
</rule>
<rule name="Imported Rule 38">
<match url="^(credits/history)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=creditshistory" appendQueryString="false" />
</rule>
<rule name="Imported Rule 39">
<match url="^(staff/events)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=staffe" appendQueryString="false" />
</rule>
<rule name="Imported Rule 40">
<match url="^(staff/seniors)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=staffsm" appendQueryString="false" />
</rule>
<rule name="Imported Rule 41">
<match url="^support/new/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=newticket&amp;id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 42">
<match url="^support/ticket/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=ticket&amp;id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 43">
<match url="^dismiss/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=dismiss&amp;id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 44">
<match url="^(games/brawl)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=gamesbrawl" appendQueryString="false" />
</rule>
<rule name="Imported Rule 45">
<match url="^(games/cw)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=gamescw" appendQueryString="false" />
</rule>
<rule name="Imported Rule 48">
<match url="^(games/mw)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=gamesmw" appendQueryString="false" />
</rule>
<rule name="Imported Rule 46">
<match url="^(client/verify)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=clientverify" appendQueryString="false" />
</rule>
<rule name="Imported Rule 47">
<match url="^(credits/loyalty_points)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=creditsdiamonds" appendQueryString="false" />
</rule>
<rule name="Imported Rule 49" stopProcessing="true">
<match url="^identity/pin_enable$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=identitypin&amp;doe=edit" appendQueryString="true" />
</rule>
<rule name="Imported Rule 50">
<match url="^(me/voted)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=me&amp;voted={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 51">
<match url="^account/password/resetIdentity/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=identityreset&amp;token={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 52">
<match url="^minimail/loadMessage(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/index.php?url=minimail-view" />
</rule>
<rule name="Imported Rule 53">
<match url="^minimail/([^/]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/index.php?url=minimail?cmd={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 54" stopProcessing="true">
<match url="^identity/pin_reset$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=identitypin&amp;doee=edit" appendQueryString="true" />
</rule>
<rule name="Imported Rule 55" stopProcessing="true">
<match url="^index/novote/" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=index&amp;novote=1" appendQueryString="true" />
</rule>
<rule name="Forum Threads">
<match url="^thread/([0-9]+)" />
<action type="Rewrite" url="index.php?url=thread&amp;threadid={R:1}" />
</rule>
<rule name="Forum Posts">
<match url="^post/([0-9]+)" />
<action type="Rewrite" url="index.php?url=post&amp;postid={R:1}" />
</rule>

<rule name="Forum New Thread">
<match url="^create/([0-9]+)" />
<action type="Rewrite" url="index.php?url=newthread&amp;thread={R:1}" />
</rule>

<rule name="Profile Page">
<match url="^profile/([a-zA-Z0-9_-]+)" />
<action type="Rewrite" url="index.php?url=profile&amp;user={R:1}" />
</rule>
<rule name="Apply Job">
<match url="^apply/([0-9]+)" />
<action type="Rewrite" url="index.php?url=jobapply&amp;id={R:1}" />
</rule>
</rules>
</rewrite>
<security>
<requestFiltering>
<filteringRules>
<!-- name the rule -->
<filteringRule name="user agent deny" scanUrl="false" scanQueryString="false">
<scanHeaders>
<!-- apply rule to user-agent header -->
<add requestHeader="user-agent" />
</scanHeaders>
<appliesTo>
<clear />
<!-- only apply rule to php files -->
<add fileExtension=".php" />
</appliesTo>
<denyStrings>
<clear />
<!-- block the yandex bot -->
<add string="wordpress" />
</denyStrings>
</filteringRule>
</filteringRules>
</requestFiltering>
</security>
</system.webServer>
</configuration>

1522420290-capture.png
 

Kak

Posting Freak
Apr 21, 2017
951
165
Hello, If I leave web.config here is the error:
1522420206-capture.png
Here is my .htaccess :
# Helicon Ape version 3.1.0.110

RewriteEngine On
RewriteRule ^(|/)$ index.php?url=novote
RewriteRule ^(|/)$ index.php?url=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?url=$1
RewriteEngine on
RewriteRule ^(.*)\.htm$ $1.php [NC]
RewriteRule ^(|/)$ dash.php?page=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ dash.php?url=$1

RewriteRule ^profile/3$ index.php?url=profile3 [L,QSA]
RewriteRule ^profile/4$ index.php?url=profile4 [L,QSA]

RewriteRule ^business/create$ index.php?url=create [L,QSA]

RewriteRule ^identity/avatar$ index.php?url=identitya [L,QSA]
RewriteRule ^identity/settings$ index.php?url=identitys [L,QSA]
RewriteRule ^identity/email$ index.php?url=identitye [L,QSA]
RewriteRule ^identity/password$ index.php?url=identityp [L,QSA]
RewriteRule ^identity/pin$ index.php?url=identitypin [L,QSA]
RewriteRule ^identity/password_change$ index.php?url=identityp&do=edit [L,QSA]
RewriteRule ^identity/email_change$ index.php?url=identitye&do=edit [L,QSA]
RewriteRule ^identity/pin_save$ index.php?url=identitypin&do=edit [L,QSA]

RewriteRule ^news/(.*)/?$ index.php?url=news&id=$1 [L,QSA]
RewriteRule ^articles/(.*)/?$ index.php?url=news&id=$1 [L,QSA]

RewriteRule ^user/([a-zA-Z0-9_-]+)(|/)$ index.php?url=user&id=$1
RewriteRule ^home/([a-zA-Z0-9_-]+)(|/)$ index.php?url=user&id=$1
RewriteRule ^corp/([a-zA-Z0-9_-]+)(|/)$ index.php?url=jobsview&id=$1
RewriteRule ^corps/([a-zA-Z0-9_-]+)(|/)$ index.php?url=jobsview&id=$1
RewriteRule ^gang/([a-zA-Z0-9_-]+)(|/)$ index.php?url=gangsview&id=$1
RewriteRule ^gangs/([a-zA-Z0-9_-]+)(|/)$ index.php?url=gangsview&id=$1

RewriteRule ^creditflow/confirm/5102/9616/([a-zA-Z0-9_-]+)(|/)$ index.php?url=creditflow&id=$1
RewriteRule ^creditflow/validate/5102/([a-zA-Z0-9_-]+)(|/)/21$ index.php?url=creditflowverify&id=$1
RewriteRule ^creditflow/proceedWithPayment/5102/([a-zA-Z0-9_-]+)/21(|/)$ index.php?url=creditflowpwp&id=$1
RewriteRule ^(creditflow/redeemvoucher)$ index.php?url=redeemvoucher

RewriteRule ^(staff/owners)$ index.php?url=staffo
RewriteRule ^(staff/devs)$ index.php?url=staffdev
RewriteRule ^(staff/builders)$ index.php?url=staffbuild
RewriteRule ^(staff/managers)$ index.php?url=staffmgr
RewriteRule ^(staff/admins)$ index.php?url=staffadm
RewriteRule ^(staff/mods)$ index.php?url=staffmod
RewriteRule ^(staff/events)$ index.php?url=staffe
RewriteRule ^(staff/seniors)$ index.php?url=staffsm

RewriteRule ^(account/verify)$ index.php?url=pinverify
RewriteRule ^(account/newpin)$ index.php?url=pinnew
RewriteRule ^(account/banned)$ index.php?url=banned
RewriteRule ^(client/login)$ index.php?url=clientlogin

RewriteRule ^(credits/history)$ index.php?url=creditshistory
And my web.config :
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="Imported Rule 1">
<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 6" stopProcessing="true">
<match url="^profile/3$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=profile3" appendQueryString="true" />
</rule>
<rule name="Imported Rule 7" stopProcessing="true">
<match url="^profile/4$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=profile4" appendQueryString="true" />
</rule>
<rule name="Imported Rule 8" stopProcessing="true">
<match url="^business/create$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=create" appendQueryString="true" />
</rule>
<rule name="Imported Rule 9" stopProcessing="true">
<match url="^identity/avatar$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=identitya" appendQueryString="true" />
</rule>
<rule name="Imported Rule 10" stopProcessing="true">
<match url="^identity/settings$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=identitys" appendQueryString="true" />
</rule>
<rule name="Imported Rule 11" stopProcessing="true">
<match url="^identity/email$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=identitye" appendQueryString="true" />
</rule>
<rule name="Imported Rule 12" stopProcessing="true">
<match url="^identity/password$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=identityp" appendQueryString="true" />
</rule>
<rule name="Imported Rule 13" stopProcessing="true">
<match url="^identity/pin$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=identitypin" appendQueryString="true" />
</rule>
<rule name="Imported Rule 14" stopProcessing="true">
<match url="^identity/password_change$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=identityp&amp;do=edit" appendQueryString="true" />
</rule>
<rule name="Imported Rule 15" stopProcessing="true">
<match url="^identity/email_change$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=identitye&amp;do=edit" appendQueryString="true" />
</rule>
<rule name="Imported Rule 16" stopProcessing="true">
<match url="^identity/pin_disable$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=identitypin&amp;do=edit" appendQueryString="true" />
</rule>
<rule name="Imported Rule 17" stopProcessing="true">
<match url="^news/(.*)/?$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=news&amp;id={R:1}" appendQueryString="true" />
</rule>
<rule name="Imported Rule 18" stopProcessing="true">
<match url="^articles/(.*)/?$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=news&amp;id={R:1}" appendQueryString="true" />
</rule>
<rule name="Imported Rule 19">
<match url="^user/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=user&amp;id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 20">
<match url="^home/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=user&amp;id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 21">
<match url="^corp/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=jobsview&amp;id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 22">
<match url="^corps/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=jobsview&amp;id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 23">
<match url="^gang/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=gangs&amp;id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 24">
<match url="^gangs/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=gangs&amp;id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 25">
<match url="^creditflow/confirm/5102/9616/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=creditflow&amp;id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 26">
<match url="^creditflow/validate/5102/([a-zA-Z0-9_-]+)(|/)/21$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=creditflowverify&amp;id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 27">
<match url="^creditflow/proceedWithPayment/5102/([a-zA-Z0-9_-]+)/21(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=creditflowpwp&amp;id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 28">
<match url="^(creditflow/redeemvoucher)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=redeemvoucher" appendQueryString="false" />
</rule>
<rule name="Imported Rule 29">
<match url="^(staff/owners)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=staffo" appendQueryString="false" />
</rule>
<rule name="Imported Rule 30">
<match url="^(staff/devs)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=staffdev" appendQueryString="false" />
</rule>
<rule name="Imported Rule 31">
<match url="^(staff/builders)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=staffbuild" appendQueryString="false" />
</rule>
<rule name="Imported Rule 32">
<match url="^(staff/managers)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=staffmgr" appendQueryString="false" />
</rule>
<rule name="Imported Rule 33">
<match url="^(staff/admins)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=staffadm" appendQueryString="false" />
</rule>
<rule name="Imported Rule 34">
<match url="^(staff/mods)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=staffmod" appendQueryString="false" />
</rule>
<rule name="Imported Rule 35">
<match url="^(account/verify)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=pinverify" appendQueryString="false" />
</rule>
<rule name="Imported Rule 36">
<match url="^(account/newpin)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=pinnew" appendQueryString="false" />
</rule>
<rule name="Imported Rule 37">
<match url="^(client/login)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=clientlogin" appendQueryString="false" />
</rule>
<rule name="Imported Rule 38">
<match url="^(credits/history)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=creditshistory" appendQueryString="false" />
</rule>
<rule name="Imported Rule 39">
<match url="^(staff/events)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=staffe" appendQueryString="false" />
</rule>
<rule name="Imported Rule 40">
<match url="^(staff/seniors)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=staffsm" appendQueryString="false" />
</rule>
<rule name="Imported Rule 41">
<match url="^support/new/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=newticket&amp;id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 42">
<match url="^support/ticket/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=ticket&amp;id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 43">
<match url="^dismiss/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=dismiss&amp;id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 44">
<match url="^(games/brawl)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=gamesbrawl" appendQueryString="false" />
</rule>
<rule name="Imported Rule 45">
<match url="^(games/cw)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=gamescw" appendQueryString="false" />
</rule>
<rule name="Imported Rule 48">
<match url="^(games/mw)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=gamesmw" appendQueryString="false" />
</rule>
<rule name="Imported Rule 46">
<match url="^(client/verify)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=clientverify" appendQueryString="false" />
</rule>
<rule name="Imported Rule 47">
<match url="^(credits/loyalty_points)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=creditsdiamonds" appendQueryString="false" />
</rule>
<rule name="Imported Rule 49" stopProcessing="true">
<match url="^identity/pin_enable$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=identitypin&amp;doe=edit" appendQueryString="true" />
</rule>
<rule name="Imported Rule 50">
<match url="^(me/voted)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=me&amp;voted={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 51">
<match url="^account/password/resetIdentity/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=identityreset&amp;token={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 52">
<match url="^minimail/loadMessage(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/index.php?url=minimail-view" />
</rule>
<rule name="Imported Rule 53">
<match url="^minimail/([^/]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/index.php?url=minimail?cmd={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 54" stopProcessing="true">
<match url="^identity/pin_reset$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=identitypin&amp;doee=edit" appendQueryString="true" />
</rule>
<rule name="Imported Rule 55" stopProcessing="true">
<match url="^index/novote/" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=index&amp;novote=1" appendQueryString="true" />
</rule>
<rule name="Forum Threads">
<match url="^thread/([0-9]+)" />
<action type="Rewrite" url="index.php?url=thread&amp;threadid={R:1}" />
</rule>
<rule name="Forum Posts">
<match url="^post/([0-9]+)" />
<action type="Rewrite" url="index.php?url=post&amp;postid={R:1}" />
</rule>

<rule name="Forum New Thread">
<match url="^create/([0-9]+)" />
<action type="Rewrite" url="index.php?url=newthread&amp;thread={R:1}" />
</rule>

<rule name="Profile Page">
<match url="^profile/([a-zA-Z0-9_-]+)" />
<action type="Rewrite" url="index.php?url=profile&amp;user={R:1}" />
</rule>
<rule name="Apply Job">
<match url="^apply/([0-9]+)" />
<action type="Rewrite" url="index.php?url=jobapply&amp;id={R:1}" />
</rule>
</rules>
</rewrite>
<security>
<requestFiltering>
<filteringRules>
<!-- name the rule -->
<filteringRule name="user agent deny" scanUrl="false" scanQueryString="false">
<scanHeaders>
<!-- apply rule to user-agent header -->
<add requestHeader="user-agent" />
</scanHeaders>
<appliesTo>
<clear />
<!-- only apply rule to php files -->
<add fileExtension=".php" />
</appliesTo>
<denyStrings>
<clear />
<!-- block the yandex bot -->
<add string="wordpress" />
</denyStrings>
</filteringRule>
</filteringRules>
</requestFiltering>
</security>
</system.webServer>
</configuration>

1522420290-capture.png
delete your current web config and reimport htaccess into url rewrite....
 

Doumans

New Member
Mar 28, 2018
10
1
New error :
Message :
This request can not be processed via localhost at this time.
(This is no longer a problem of the config or .htaccess file I think I solved it)
 

Lemarzz

New Member
Dec 1, 2014
6
0
HELLO, Great thread, i need help though.
 
I will send the screenie in now,
 
 

Neil

Active Member
Jan 30, 2016
174
43
Sorry I my bad what I meant was is this free to make? and is there a way connecting it to a domain?
 
Last edited:

Weasel

👄 I'd intercept me
Nov 25, 2011
4,132
2,456
Can I use XAMPP instead of Navicat? Navicat is only 14-day free trial, while XAMPP is a free software.
XAMPP is not used to access your database, it provides you with the stack (PHP, Apache, MySQL) to put your files on. If you want a free alternative for Navicat (to connect to your database with a GUI), you can try MySQL Workbench or HeidiSQL.
 

Users who are viewing this thread

Top