Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Extracting real visitor IP
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="MayoMayn" data-source="post: 387655" data-attributes="member: 71840"><p>Mate, I got a custom made CMS, so I totally forgot it didn't work with others, but you'd have to replace [PHP] $db->secure($_GET['URL']); [/PHP] with just [PHP] $_GET['URL'] [/PHP] and the following [PHP] $core->handleCall($db->secure('error')); $template->html->get($db->secure('error')); [/PHP] to</p><p>[PHP]$core->handleCall('PAGE'); $template->html->get('PAGE'); [/PHP] where "PAGE" is the .php proxy error page.</p><p>As you can see below on my CMS, it returns a proxy error, because I'm using a VPN <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p><p>If this did not work, just feel the pleasure to message me, and I will help you out ^^ </p><p>Btw. I'm soon going to release my edit of a Shock/RevCMS with pure pdo and ajax <img src="/styles/default/xenforo/smilies/emojione/wink.png" class="smilie" loading="lazy" alt=";)" title="Wink ;)" data-shortname=";)" /></p><p><img src="http://i.imgur.com/VGsRjZt.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>[doublepost=1477439609,1477439387][/doublepost]</p><p>Sorry man, my bad, I just misunderstood what you meant, no hate ^^</p></blockquote><p></p>
[QUOTE="MayoMayn, post: 387655, member: 71840"] Mate, I got a custom made CMS, so I totally forgot it didn't work with others, but you'd have to replace [PHP] $db->secure($_GET['URL']); [/PHP] with just [PHP] $_GET['URL'] [/PHP] and the following [PHP] $core->handleCall($db->secure('error')); $template->html->get($db->secure('error')); [/PHP] to [PHP]$core->handleCall('PAGE'); $template->html->get('PAGE'); [/PHP] where "PAGE" is the .php proxy error page. As you can see below on my CMS, it returns a proxy error, because I'm using a VPN :) If this did not work, just feel the pleasure to message me, and I will help you out ^^ Btw. I'm soon going to release my edit of a Shock/RevCMS with pure pdo and ajax ;) [IMG]http://i.imgur.com/VGsRjZt.png[/IMG] [doublepost=1477439609,1477439387][/doublepost] Sorry man, my bad, I just misunderstood what you meant, no hate ^^ [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Extracting real visitor IP
Top