Client issues [more detailed]

Stevee

Posting Freak
Mar 29, 2011
580
35
Okay, So I'm experiencing some client issues, so when I'm going to enter my client on my RP hotel, I get this error it's basically a 404 error
I've tried editing my external_variables.txt where it says "%predefined% to my hotel's IP address, then I've also tried using it without touching it, and it continues to give me the same exact error, I'm using Gordons SWF pack as well, but yet it still seems to not be working and I'm not too sure why it's not working....

Also, for the record.. I'm using a regular .swf pack because of the fact that phoenixrp.swf doesn't provide the .swf's with their license, also if you'd like me to prove I have a phoenixrp.swf license, and a phoenix license, here's a screenshot of my otaku account..



and both the sections,

Thank you, if you need more information like specific codes, you could post below and tell me, or PM me.
 

Stevee

Posting Freak
Mar 29, 2011
580
35
(Sorry for the double posting, I couldn't edit my post don't know why it does that sometimes anyways)

On Topic: Here are a couple codes, like my .config/external vars

Code:
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1227'; //Web_Build
 
 
$_CONFIG['hotel']['external_vars'] = 'http://MYIP/gordon/external_variables.txt'; //URL to your external vars
 
 
$_CONFIG['hotel']['external_texts'] = 'http://MYIP/gordon/external_texts.txt'; //URL to your external texts
 
 
$_CONFIG['hotel']['product_data'] = 'http://MYIP/gordon/productdata.txt'; //URL to your productdata
 
 
$_CONFIG['hotel']['furni_data'] = 'http://MYIP1/gordon/furnidata.txt'; //URL to your furnidata
 
 
$_CONFIG['hotel']['swf_folder'] = 'http://MYIP/gordon/swf'; //URL to your SWF folder(does not end with a '/')

Where it says "myip" that's my hotels IP.


Code:
image.library.questing.url=http://%predefined%/gordon/c_images/Quests/infostand.report.show=1
link.format.club=http://%predefined%/
link.format.credits=http://%predefined%/
link.format.collectibles=http://%predefined%/
link.format.friendlist.pref=http://%predefined%/content/1-Home/settings.cfm
link.format.mail.compose=http://%predefined%/content/1-Home/home.cfm?id=%recipientid%
link.format.userpage=http://%predefined%/content/1-Home/home.cfm?id=%ID%
interstitial.enabled=false
interstitial.show.time=5000
interstitial.max.displays=8
interstitial.interval=120000
lagWarningLog.enabled=0
latencytest.interval=20000
latencytest.report.index=3
latencytest.report.delta=100
logout.url=http://%predefined%/client/disconnected.cfm?reason=%reason%&origin=%origin%
logout.disconnect.url=http://%predefined%/client/disconnected.cfm?reason=logout&origin=%origin%
menu.avatar.enabled=true
moderatoractionlog.url=/housekeeping/?r=
navigator.default.view=public
navigator.default_tab=official
navigator.colorlimit.yellow=50
navigator.colorlimit.orange=80
navigator.colorlimit.red=92
navigator.always_open_after_login=0
new.chat.widget.enabled=1
new.chat.bubbles.enabled=0
pixels.enabled=true
purse.widget.enabled=1
predefined_room.type=1
private.image.library.url=http://%predefined%/gordon/c_images/
productdata.load.url=http://%predefined%/gordon/productdata.txt
questing.enabled=true
questing.defaultCampaign=room_builder
questing.showDetailsForNextQuest=false
questing.startQuestDelayInSeconds=10
feed.badge_decorations.album=Feed_Badges
feed.badge_decorations.decoration_id=001
furnidata.load.url=http://%predefined%/gordon/furnidata.txt
flash.dynamic.download.url=%predefined%/gordon/hof_furni/
flash.dynamic.download.name.template=%typeid%.swf
flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3
friendbar.enabled=true
friend_bar.helper.friend_finding.enabled=false
roomenterad.habblet.enabled=false
roomadmin.url=/housekeeping/?r=
roominfo.widget.enabled=1
room.rating.enable=1
room.dragging.always_center=0
subscription.reminder.when.days.left=5
standaloneAchievementList.enabled=false
trax.player.sample.memory.purge.enabled=1
viral.furni.post_type=appRequest
welcome.screen.enabled=1


I've also tried where it says %predefined% with putting my hotel's IP address, but it still says the exact same stuff.


eg:
Code:
image.library.questing.url=http://MYHOTELIP/gordon/c_images/Quests/infostand.report.show=1
link.format.club=http://MYHOTELIP/
link.format.credits=http://MYHOTELIP/
link.format.collectibles=http://MYHOTELIP/
link.format.friendlist.pref=http://MYHOTELIP/content/1-Home/settings.cfm
link.format.mail.compose=http://MYHOTELIP/content/1-Home/home.cfm?id=%recipientid%
link.format.userpage=http://MYHOTELIP/content/1-Home/home.cfm?id=%ID%
interstitial.enabled=false
interstitial.show.time=5000
interstitial.max.displays=8
interstitial.interval=120000
lagWarningLog.enabled=0
latencytest.interval=20000
latencytest.report.index=3
latencytest.report.delta=100
logout.url=http://MYHOTELIP/client/disconnected.cfm?reason=%reason%&origin=%origin%
logout.disconnect.url=http://MYHOTELIP/client/disconnected.cfm?reason=logout&origin=%origin%
menu.avatar.enabled=true
moderatoractionlog.url=/housekeeping/?r=
navigator.default.view=public
navigator.default_tab=official
navigator.colorlimit.yellow=50
navigator.colorlimit.orange=80
navigator.colorlimit.red=92
navigator.always_open_after_login=0
new.chat.widget.enabled=1
new.chat.bubbles.enabled=0
pixels.enabled=true
purse.widget.enabled=1
predefined_room.type=1
private.image.library.url=http://MYHOTELIP/gordon/c_images/
productdata.load.url=http://MYHOTELIP/gordon/productdata.txt
questing.enabled=true
questing.defaultCampaign=room_builder
questing.showDetailsForNextQuest=false
questing.startQuestDelayInSeconds=10
feed.badge_decorations.album=Feed_Badges
feed.badge_decorations.decoration_id=001
furnidata.load.url=http://MYHOTELIP/gordon/furnidata.txt
flash.dynamic.download.url=MYHOTELIP/gordon/hof_furni/
flash.dynamic.download.name.template=%typeid%.swf
flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3
friendbar.enabled=true
friend_bar.helper.friend_finding.enabled=false
roomenterad.habblet.enabled=false
roomadmin.url=/housekeeping/?r=
roominfo.widget.enabled=1
room.rating.enable=1
room.dragging.always_center=0
subscription.reminder.when.days.left=5
standaloneAchievementList.enabled=false
trax.player.sample.memory.purge.enabled=1
viral.furni.post_type=appRequest
welcome.screen.enabled=1
 

Users who are viewing this thread

Top