ill upload my fixes as soon as ive finished it :)
Printable View
ill upload my fixes as soon as ive finished it :)
There are a few problems with it, jonty's primary emulator is butterfly. You guys all use phoenix, so give him some time to make it compatible. =]
As I've got it working with Phoenix Emulator etc... Jonty has asked me to create a tutorial, so give me a few hours to write it up as I'm busy with other things at the moment.
Mirrors anyone?
Sent from my DROID RAZR using Tapatalk 2
Fixes For client Please Read The Read Me cms fixes.rar
And Please Like If I Helped ! :thumbup:
This has encouraged me to switch from IIS to Nginx :-)
Honestly, I can't wait for future releases. This is just so cool.
To the people who are complaining about the 'IIS SERVER ERROR'
Read up and remove the line Jonty said to remove from global.php.
Nice Release
- Научитесь разделять более
(few) idea(s) :
1. Maybe a e-mail to all users thing in housekeeping, that u can send a email to all the users (To the e-mail they register'd with ).
2. Too much to ask for maybe, but maybe a theme changer (very simple, background and button color)
3. >coming up after translated xD
In 2.0.1 fix the homes please!
EDIT: Im try gonna fix homes, what i have done:
You can now move your profile thing, your guestbook.
You can click on inventory and shop
To do:
Get inventory page
Get shop page
Save changes
Cancel changes
Add tags
If it's possible, could you add a script where you can choose IP's to bypass the maintenance page?
For those experiencing problems with IIS, please go into the 'Global.php' file and search for
and replace it withCode:$headers = @apache_request_headers();
It now works in IIS! If you're getting other errors such as 'This file or directory doesn't exist' that is due to the .htaccess/web.config. Try downloading HeliconAPE, then follow these steps!:Code:// $headers = @apache_request_headers();
Go into your IIS Manager, use the left hand pane to drop the menus until you get to your 'Default Site; (Located under the sites tab)
Click on the 'Default site' and hit in the main menu 'URL Rewrite'
On the right hand side, hit under Inbound Rules hit 'Import Rules'
After you have done that, where it says 'Rewrite rules:' paste your .htaccess:
Make sure under 'Converted Rules' they all have green ticksCode:
<Files .htaccess>
deny from all
</Files>
<Files ~ “\.(tpl,sql)$”>
Order allow,deny
Deny from All
</Files>
<ifModule mod_php5.c>
php_value zlib.output_compression 16386
php_value register_globals off
php_value session.use_trans_sid 0
php_value default_charset iso-8859-1
php_value exif.encode_unicode iso-8859-1
</ifModule>
RewriteEngine on
RewriteRule ^(.*)\.html $1\.php
ErrorDocument 400 /error.php?e=400
ErrorDocument 401 /error.php?e=401
ErrorDocument 403 /error.php?e=403
ErrorDocument 404 /error.php?e=404
ErrorDocument 500 /error.php?e=500
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^out/([^/]+)(|/)$ /out.php?out=$1
RewriteRule ^crossdomain.xml$ /crossdomain.php
RewriteRule ^gamedata/external(|/)$ /externals.php
RewriteRule ^vip/vouchers(|/)$ /redeem.php
RewriteRule ^vote(|/)$ /api.php
RewriteRule ^texts(|/)$ /externals.php?id=external_flash_texts
RewriteRule ^vars(|/)$ /externals.php?id=external_variables
RewriteRule ^productdata(|/)$ /gamedata/ACTIVE/productdata.txt
RewriteRule ^furnidata(|/)$ /gamedata/ACTIVE/furnidata.txt
RewriteRule ^access_denied(|/)$ /access_denied.php
RewriteRule ^client_denied(|/)$ /access_denied.php?gateway=client?novote
RewriteRule ^order/vip(|/)$ /ordervip.php?pass=true
RewriteRule ^home/([^/]+)/id(|/)$ /home.php?qryId=$1
RewriteRule ^home/([^/]+)(|/)$ /home.php?qryName=$1
RewriteRule ^avatarimage(|/)$ /inc/imager.php?figure=$1
RewriteRule ^quickmenu/friends_all(|/)$ /quick-friends.php
RewriteRule ^quickmenu/groups(|/)$ /quick-groups.php
RewriteRule ^quickmenu/rooms(|/)$ /quick-rooms.php
RewriteRule ^security_check(|/)$ security_check.php
RewriteRule ^profile(|/)$ /profile.php
RewriteRule ^values(|/)$ /values.php
RewriteRule ^client(|/)$ /newclient.php
RewriteRule ^flash_client_error(|/)$ /client_error.php
RewriteRule ^client_error(|/)$ /client_error.php
RewriteRule ^me(|/)$ /me.php
RewriteRule ^login_popup(|/)$ /login-popup.php
RewriteRule ^buyvip(|/)$ /vippage.php
RewriteRule ^community(|/)$ /community.php
RewriteRule ^community/staff(|/)$ /staff.php
RewriteRule ^credits(|/)$ /credits.php
RewriteRule ^credits/pixels(|/)$ /pixels.php
RewriteRule ^credits/club(|/)$ /habboclub.php
RewriteRule ^credits/habboclub(|/)$ /habboclub.php
RewriteRule ^credits/uberclub(|/)$ /habboclub.php
RewriteRule ^credits/uberclub/tryout(|/)$ /clubtryout.php
RewriteRule ^credits/habboclub/tryout(|/)$ /clubtryout.php
RewriteRule ^register(|/)$ /register.php
RewriteRule ^register_submit(|/)$ /register.php?doSubmit
RewriteRule ^register_messages(|/)$ /register-messages.php
RewriteRule ^register/cancel(|/)$ /register-cancel.php
RewriteRule ^register/welcome(|/)$ /welcome.php
RewriteRule ^register/undefined(|/)$ /index.php
RewriteRule ^vip/shop(|/)$ /vipshop.php
RewriteRule ^vip/getpoints(|/)$ /vippoints.php
RewriteRule ^account/policy-verify(|/)$ /policyver.php
RewriteRule ^account/password/forgot(|/)$ /forgot.php
RewriteRule ^account/submit(|/)$ /index.php
RewriteRule ^account/logout(|/)$ /logout.php
RewriteRule ^account/logout_ok(|/)$ /logout-ok.php
RewriteRule ^account/disconnected(|/)$ /disconnected.php
RewriteRule ^articles(|/)$ /article.php?mostRecent
RewriteRule ^articles/archive(|/)$ /article.php?mostRecent&archiveMode
RewriteRule ^articles/([^/]+)/in/archive(|/)$ /article.php?rel=$1&archiveMode
RewriteRule ^articles/([^/]+)(|/)$ /article.php?rel=$1
RewriteRule ^articles/category/([^/]+)(|/)$ /article.php?category=$1
RewriteRule ^myhabbo/save(|/)$ /myhabbo/save.php
RewriteRule ^home/(.*)/startSession/(.*)$ /startSession.php?id=$2
RewriteRule ^home/([^/]+)/id(|/)$ /home.php?qryId=$1
RewriteRule ^home/([^/]+)(|/)$ /home.php?qryName=$1
RewriteRule ^myhabbo/cancel/(.*)(|/)$ /myhabbo/cancel.php?id=$1
RewriteRule ^myhabbo/(.*)/(.*)(|/)$ /myhabbo/$1_$2.php
RewriteRule ^register/undefined/([^/]+)$ /me.php
RewriteRule ^habblet/cproxy(|/)$ /habbletProxy.php
RewriteRule ^habblet/ajax/([^/]+)(|/)$ /habbletAjax.php?cmd=$1
RewriteRule ^habblet/([^/]+)(|/)$ /habblet.php?cmd=$1
RewriteRule ^myhabbo/([^.]+)(|/)$ /myhabbo.php?cmd=$1
RewriteRule ^minimail/loadMessage(|/)$ /minimail-view.php
RewriteRule ^minimail/([^/]+)(|/)$ /minimail.php?cmd=$1
<Files 403.shtml>
order allow,deny
allow from all
</Files>
deny from 86.164.210.24
Finally, on the right hand side hit 'Apply' and then it should of done!
Congratz, this now works with IIS :)
Has anyone fixed there client yet? :$:
Converted using IIS 7 URL Rewrite. Enjoy! :)
http://www.sitecontrol4.me/web.7z