I dont like the email configuration.
People dont wait for that.
I dont like the email configuration.
People dont wait for that.
what if i use iis? web.config?
Well, I use XAMPP, so I don't know... I think that web.config is the same als .htaccess, so I converted it (by a random Web.Config converter), this is the output, so I think it will works then?
I think it will work, but I don't know, I'm sorry... Try it, you never know :)Code:<rule name="rule 1I"> <match url="^./css/frontpage.css(|/)$" /> <action type="Rewrite" url="/./css/frontpage.css.php" /> </rule> <rule name="rule 2I"> <match url="^index(|/)$" /> <action type="Rewrite" url="/./index.php" /> </rule> <rule name="rule 3I"> <match url="^me(|/)$" /> <action type="Rewrite" url="/me.php" /> </rule> <rule name="rule 4I"> <match url="^logout(|/)$" /> <action type="Rewrite" url="/logout.php" /> </rule> <rule name="rule 5I"> <match url="^security_check(|/)$" /> <action type="Rewrite" url="/./security_check.php" /> </rule> <rule name="rule 6I"> <match url="^disconnected(|/)$" /> <action type="Rewrite" url="/./disconnected.php" /> </rule> <rule name="rule 7I"> <match url="^community(|/)$" /> <action type="Rewrite" url="/community.php" /> </rule> <rule name="rule 8I"> <match url="^staff(|/)$" /> <action type="Rewrite" url="/staff.php" /> </rule> <rule name="rule 9I"> <match url="^hoteloffline(|/)$" /> <action type="Rewrite" url="/hoteloffline.php" /> </rule> <rule name="rule 10I"> <match url="^ipoints(|/)$" /> <action type="Rewrite" url="/ipoints.php" /> </rule> <rule name="rule 11I"> <match url="^points/kopen/20points(|/)$" /> <action type="Rewrite" url="/./ipoints_buy_20.php" /> </rule> <rule name="rule 12I"> <match url="^points/kopen/40points(|/)$" /> <action type="Rewrite" url="/./ipoints_buy_40.php" /> </rule> <rule name="rule 13I"> <match url="^points/kopen/80points(|/)$" /> <action type="Rewrite" url="/./ipoints_buy_80.php" /> </rule> <rule name="rule 14I"> <match url="^identity/avatars(|/)$" /> <action type="Rewrite" url="/./identity_avatars_page.php" /> </rule> <rule name="rule 15I"> <match url="^identity/settings(|/)$" /> <action type="Rewrite" url="/./identity_avatars_page_settings.php" /> </rule> <rule name="rule 16I"> <match url="^identity/add_avatar(|/)$" /> <action type="Rewrite" url="/./identity_avatars_add.php" /> </rule> <rule name="rule 17I"> <match url="^identity/email(|/)$" /> <action type="Rewrite" url="/./identity_avatars_page_email.php" /> </rule> <rule name="rule 18I"> <match url="^identity/auth(|/)$" /> <action type="Rewrite" url="/./identity_avatars_page_auth.php" /> </rule> <rule name="rule 19I"> <match url="^identity/safetyquestions(|/)$" /> <action type="Rewrite" url="/./identity_avatars_page_safetyquestions.php" /> </rule> <rule name="rule 20I"> <match url="^identity/password(|/)$" /> <action type="Rewrite" url="/./identity_avatars_page_password.php" /> </rule> <rule name="rule 21I"> <match url="^identity/useOrCreateAvatar/(.*)" /> <action type="Rewrite" url="/./identity_avatars_useAvatar.php?avatar_md5={R:1}" /> </rule> <rule name="rule 22I"> <match url="^client(|/)$" /> <action type="Rewrite" url="/client.php" /> </rule> <rule name="rule 23I"> <match url="^cacheCheck(|/)$" /> <action type="Rewrite" url="/cacheCheck.php" /> </rule> <rule name="rule 24I"> <match url="^registration/activation/(.*)" /> <action type="Rewrite" url="/registration_activation.php?key={R:1}" /> </rule> <rule name="rule 25I"> <match url="^groups/(.*)/id/edit" /> <action type="Rewrite" url="/./group.php?groupId={R:1}&do=edit" /> </rule> <rule name="rule 26I"> <match url="^groups/(.*)/id/error/notmine" /> <action type="Rewrite" url="/./group.php?groupId={R:1}&do=notmine" /> </rule> <rule name="rule 27I"> <match url="^groups/(.*)/id" /> <action type="Rewrite" url="/./group.php?groupId={R:1}" /> </rule> <rule name="rule 28I"> <match url="^groups/(.*)" /> <action type="Rewrite" url="/./group.php?groupId={R:1}&goto=group" /> </rule> <rule name="rule 29I"> <match url="^groups/(.*)/id/change/(.*)$" /> <action type="Rewrite" url="/./group.php?groupId={R:1}&changeSetting={R:2}" /> </rule> <rule name="rule 30I"> <match url="^group_ajax/badge_change/(.*)/(.*)/(.*)" /> <action type="Rewrite" url="/./group_ajax/badge_change.php?__app_key={R:1}&groupId={R:2}&code={R:3}" /> </rule> <rule name="rule 31I"> <match url="^articles(|/)$" /> <action type="Rewrite" url="/./article.php?mostRecent" /> </rule> <rule name="rule 32I"> <match url="^articles/archive(|/)$" /> <action type="Rewrite" url="/./article.php?mostRecent&archiveMode" /> </rule> <rule name="rule 33I"> <match url="^articles/([^/]+)/in/archive(|/)$" /> <action type="Rewrite" url="/./article.php?mynewsId={R:1}&archiveMode" /> </rule> <rule name="rule 34I"> <match url="^articles/([^/]+)(|/)$" /> <action type="Rewrite" url="/./article.php?mynewsId={R:1}" /> </rule> <rule name="rule 35I"> <match url="^articles/category/([^/]+)(|/)$" /> <action type="Rewrite" url="/./article.php?category={R:1}" /> </rule> <rule name="rule 36I"> <match url="^habbo-imaging/badge/([^/]+)" /> <action type="Rewrite" url="//habbo-imaging/badge.php?badge={R:1}" /> </rule> <rule name="rule 37I"> <match url="^habbo-imaging/head/([^/]+)" /> <action type="Rewrite" url="//habbo-imaging/head.php?figure={R:1}" /> </rule>
Greets,
Jasler
This actually isn't that bad, will probably be working on an English version of this. thanks!
I'll make too a english version, the next version (Iplace CMS V1.8) has an english version, I don't know when I release it, but it has some more (important) fixes and features :)
Greetz,
Jasler
How to do this? Help! :(
Thanks ! It's working back ! Please make english translation for this :D Really need it ! ^^ Make fast ok, boss ?Originally Posted by jasler
Thank you for liking this :) The next release will be in English AND Dutch :) That's easyer for anyone who wants to use it :P
I'm now in a exam week, but next week I'll maybe release the V1.8 version when I finished it (maybe it's two weeks).
I'll do my best ;)
Greets,
Jasper
Could you add referrals with a awarding system of diamonds? That would be sweet.
The referral system could either be a special link such as http://hotellink.com/refer.php?id=1 or it could be a field within the register where you put the name of the person that told you to go to your hotel. This motivates users to invite people to your hotel, and with one diamonds per invite it would be more than enough to motivate your users. You could possibly even provide something in the config to determine whether its credits, duckets, vip_points(diamonds) that userrs are awarded with.
Maybe you can code a badge shop where diamonds or duckets or credits can be redeemed for a badge. Also with some R63B emulators you can purchase furni with diamonds in the catalogue. Diamonds are a new currency which aren't really used in any hotels so it could be used in any sort of way. I'm guessing that Diamonds are the same things as iPoints?
Another idea is an automatic VIP subscription. After users buy it through paypal, paygol, whatever it's automatically added onto their account. It would be cool if they could even pay something like 20 diamonds :P. It would give people motivation to invite people to your hotel!
Make sure that there is a proper IP limit on the register though, users will always try to create more accounts over and over again.
Thank you for you ideas! They are helpful! I'll code that badgeshop, refers and a limit IP register :)
I think they are in the V1.8 version :)
About the VIP: I use a Dutch call line(eurobellen), it's in the CMS because it was first just a Dutch CMS, but when the English version is (the V1.8) I think you need to code it by yourself, I don't use Paypal... Sorry, I'll search for it, but if I can't find a script: Sorry :(
If you have more good ideas you can always sent me a PM :)
Greets,
Jasper
Thee V1.8 is in MySQLi by the way :) (it's almost like mySQL(and it's use a MySQL database), but that's almost dedicated (sorry, I don't remember that word, it was something like this :P (auto correct on mobile is helpful xD)) so that's why I changed it to MySQLi :)