[FIX] Ext_Vars IP/URL Problem

Jakee

Member
Aug 23, 2011
208
19
Okay guys, Didnt know if this was the right place to post or not etc, But if cant be bothered to always change the IP/URL in your ext vars [This works for me] and this is for REVCMS only [Because it's the only one I've tried it on.]

In RevCMS config, you should see:
Code:
$_CONFIG['hotel']['url'] = 'http://yourhotellink.here'; //Does not end with a "/"
Well if you see this then you're good to go!

Open Ext Vars & Paste:

Then do this:

Code:
<?php
 
$nick = addslashes(htmlentities($_GET['username']));
$url = addslashes(htmlentities($_GET['url']));
 
echo '
simple.memenu.enabled=1
feed.badge_decorations.album=Feed_Badges
image.library.questing.url=' . $url . '/r63/c_images/Quests/
productdata.load.url=' . $url . '/r63/gamedata/productdata.txt
logout.url=' . $url . '/account/disconnected?reason=%reason%&origin=%origin%
viral.furni.post_type=appRequest
image.library.playlist.url=' . $url . '/r63/c_images/playlist/
billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png
navigator.default.view=public
latencytest.interval=20000
furnidata.load.url=' . $url . '/r63/gamedata/furnidata.txt
external.figurepartlist.txt=' . $url . '/r63/gamedata/figuredata.xml
image.library.url=' . $url . '/r63/c_images/
external.texts.txt=' . $url . '/r63/gamedata/external_flash_texts.txt
latencytest.report.delta=100
flash.dynamic.download.name.template=%typeid%.swf
client.hotel_view.image=hotel_view_images_hq/hotel.png?username=' . $nick . '
billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
image.library.catalogue.url=' . $url . '/r63/c_images/catalogue/
flash.dynamic.download.url=' . $url . '/r63/dcr/hof_furni/
flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3
feed.badge_decorations.decoration_id=001
avatareditor.allowclubtryout=1
dynamic.download.name.template=hh_furni_xx_%typeid%.cct
link.friendbar.stream.settings.see.more=http://%predefined%/articles/2548-whats-new
private.image.library.url=' . $url . '/r63/c_images/
logout.disconnect.url=' . $url . '/account/disconnected?reason=logout&origin=%origin%
hotelview.banner.url=' . $url . '/r63/c_images/hotel_view_images_hq/hotel.png
latencytest.report.index=3
dynamic.download.samples.template=%typeid%.cct
dynamic.download.url=' . $url . '/r63/dcr/hof_furni/
client.allow.facebook.like=1
infostand.use.button.enabled=true
friendbar.stream.enabled=true
catalog.drag_and_drop=true
link.format.friendlist.pref=' . $url . '/profile/friendsmanagement?tab=6
club.membership.extend.vip.promotion.enabled=true
group.badge.url=' . $url . '/r63/c_images/habbo-imaging/badge.php?badge=%imagerdata%.gif
room.dragging.always_center=0
roomenterad.habblet.enabled=true
questing.showDetailsForNextQuest=false
supersaverads.video.promo.development.mode=true
habboinfotool.url=' . $url . '
friendbar.requests.enabled=true
lagWarningLog.enabled=1
hover.name.enabled=false
client.toolbar.static.enabled=true
questing.useWing=true
questing.startQuestDelayInSeconds=10
client.hotel_view.show_on_startup=1
cfh.usercategories.withnoharasser=101,102,103,104,105,106
catalog.furniture.animation=true
group.homepage.url=' . $url . '/group_profile.php?id=%groupid%
roominfo.widget.enabled=1
navigator.always_open_after_login=0
client.minimail.embed.enabled=true
interstitial.enabled=false
friend_bar.helper.friend_finding.enabled=true
pixels.enabled=true
supersaverads.video.promo.enabled=false
welcome.screen.enabled=0
link.format.club=http://%predefined%/credits/habboclub
club.subscription.disabled=1
toolbar.new_additions.notification.enabled=true
cfh.usercategories.withharasser=101,102,103,104,105,106
client.fatal.error.url=http://%predefined%/client_error
embed.showInRoomInfo=true
moderatoractionlog.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/moderator_activity.action?searchCriteria.habboName=
groupBadgeInfo.enabled=true
friendbar.stream.user.enabled=true
interstitial.interval=120000
purse.widget.currency.shells.enabled=1
interstitial.show.time=5000
roomadmin.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/roomadmin_search.action?searchParamType=3&searchParamValue=
client.allow.external.links=1
menu.avatar.enabled=true
client.credits.embed.enabled=true
link.format.mail.compose=http://%predefined%/me#mail/compose/%recipientid%/%random%/
room.rating.enable=1
navigator.colorlimit.yellow=50
interstitial.max.displays=8
questing.defaultCampaign=room_builder
trax.player.sample.memory.purge.enabled=1
friendbar.notifications.enabled=true
friendbar.stream.liking.enabled=true
menu.own_avatar.enabled=1
navigator.colorlimit.orange=80
link.format.collectibles=http://%predefined%/credits/collectibles
link.format.userpage=http://%predefined%//rd/%ID%
club.membership.extend.basic.promotion.enabled=true
avatar.widget.enabled=1
navigator.default_tab=official
client.logout.enabled=true
friendbar.stream.status.enabled=true
infostand.report.show=1
subscription.reminder.when.days.left=5
navigator.colorlimit.red=92
client.news.embed.enabled=true
purse.widget.enabled=1
';
?>
Once you paste this, click save & it SHOULD hopefully work :).
This is for R63 not For R63B, I Did use R63B Variables BUT it is for R63 :') Please give me feedback if it worked for you :)
 

Users who are viewing this thread

Top