Me Page

Status
Not open for further replies.

olliedean

ollie.cool
Jan 28, 2013
433
107
When I go to /home I get this:
XCWG2DdTQiiDr8TabG9kiA.png

Butttt, when I go to /home/Zen (the link that it originally is linked to on me.php), it comes up with this, thus meaning I cannot view other people's profiles:
VMAoqP9tTjGkflK1BzuhqA.png



I'm using IIS, and Hablore.Com's revcms theme. Help is really appriciated <3

@Hashh @JMG @Kryptos
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
I think you need to add something to your web.config in order to view other peoples profiles. If not then it's missing something in the main RevCMS engine as only the skin was released. Since I haven't looked at this in a few years I can't really help you but only advise you to not use it and use something new and up-to-date.

Commenting only because I was mentioned in the post
 
Last edited:

olliedean

ollie.cool
Jan 28, 2013
433
107
I think you need to add something to your web.config in order to view other peoples profiles. If not then it's missing something in the main RevCMS engine as only the skin was released. Since I haven't looked at this in a few years I can't really help you but only advise you to not use it and use something new and up-to-date.

Dang that sucksss. I can't find a skin with a my page system.
 

Gang67

|Jump out gang, we jump out those vehicles|
May 5, 2017
303
54
When I go to /home I get this:
XCWG2DdTQiiDr8TabG9kiA.png

Butttt, when I go to /home/Zen (the link that it originally is linked to on me.php), it comes up with this, thus meaning I cannot view other people's profiles:
VMAoqP9tTjGkflK1BzuhqA.png



I'm using IIS, and Hablore.Com's revcms theme. Help is really appriciated <3

@Hashh @JMG @Kryptos
Not sure if this will work but worth a try, add this to your web.config

<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>
 

olliedean

ollie.cool
Jan 28, 2013
433
107
Not sure if this will work but worth a try, add this to your web.config

<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>

VcCSEyeWTgCgdl8eJP1AAQ.png
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
this is a simple fix, Your links to go /home/username, just change it to /home...
:down: /home/username will take you to THAT username's profile page.

If it's not in the engine or the web.config then it'll give you a 404 or the IIS error. Only a true developer like yourself will know how to fix this :rolleyes:, after all you did release my skin.
 

Hashh

adam
Apr 17, 2015
799
170
:down: /home/username will take you to THAT username's profile page.

If it's not in the engine or the web.config then it'll give you a 404 or the IIS error. Only a true developer like yourself will know how to fix this :rolleyes:, after all you did release my skin.
dont get butthurt.
 

Ajax

Social Reject
Aug 22, 2015
101
53
Put this as your web.config:
<?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="Habbo Imaging Group Badges">
<match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
</rule>
<rule name="Habbo Imaging Avatarimage 1">
<match url="^habbo-imaging/avatar/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="habbo-imaging/avatarimage.php?figure={R:1}" appendQueryString="false" />
</rule>
<rule name="Habbo Imaging Avatar Image 2">
<match url="^habbo-imaging/avatarimage/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="habbo-imaging/avatarimage.php?username={R:1}" appendQueryString="false" />
</rule>
<rule name="Habbo Imaging Avatar Head">
<match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="habbo-imaging/head.php?figure={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 17" stopProcessing="true">
<match url="^me/novote/" ignoreCase="false" />
<action type="Rewrite" url="me.php?url=me&amp;novote=1" appendQueryString="true" />
</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 7">
<match url="^home/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=home&amp;user={R:1}" appendQueryString="false" />
</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="Staff Apps">
<match url="^apps/([0-9]+)" />
<action type="Rewrite" url="index.php?url=apps&amp;staff={R:1}" />
</rule>

<rule name="Imported Rule 9" stopProcessing="true">
<match url="^forum/(.*)/?$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=forum&amp;threadname={R:1}" appendQueryString="true" />
</rule>
</rules>
</rewrite>
<httpErrors>
<remove statusCode="404" subStatusCode="-1" />
<error statusCode="404" prefixLanguageFilePath="" path="" responseMode="Redirect" />
</httpErrors>
</system.webServer>
</configuration>
 
  • Like
Reactions: Joe

Illusions

Member
Dec 31, 2017
62
20
Lowkey just a guess, but make sure the grammar is correct, e.g if your name "Zen" doesn't have capitals, make it /home/zen. I do play your hotel but forgot if your name is capitalized or not, lol. Just tryna help... Kinda?
 

olliedean

ollie.cool
Jan 28, 2013
433
107
Lowkey just a guess, but make sure the grammar is correct, e.g if your name "Zen" doesn't have capitals, make it /home/zen. I do play your hotel but forgot if your name is capitalized or not, lol. Just tryna help... Kinda?
Little too late :) Check the web.config comment, thats the fix.
 
Status
Not open for further replies.

Users who are viewing this thread

Top