iPlace CMS v1.7 Official Release

Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 60
  1. #16
    Ragezone Furni Releaser maartenvn is offline
    MemberRank
    Dec 2012 Join Date
    Ragezone WorldLocation
    928Posts

    Re: iPlace CMS v1.7 Official Release

    I dont like the email configuration.
    People dont wait for that.

  2. #17
    Valued Member jasler is offline
    MemberRank
    Dec 2010 Join Date
    The netherlandsLocation
    145Posts

    Re: iPlace CMS v1.7 Official Release

    Quote Originally Posted by maartenvn View Post
    I dont like the email configuration.
    People dont wait for that.
    I know, but in the config.class.php you can set it off :)

  3. #18
    Enthusiast Didie Thiago is offline
    MemberRank
    Jun 2013 Join Date
    AustraliaLocation
    45Posts

    Re: iPlace CMS v1.7 Official Release

    what if i use iis? web.config?

  4. #19
    Valued Member jasler is offline
    MemberRank
    Dec 2010 Join Date
    The netherlandsLocation
    145Posts

    Re: iPlace CMS v1.7 Official Release

    Quote Originally Posted by Didie Thiago View Post
    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?

    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}&amp;do=edit"  />
    </rule>
    <rule name="rule 26I">
    	<match url="^groups/(.*)/id/error/notmine"  />
    	<action type="Rewrite" url="/./group.php?groupId={R:1}&amp;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}&amp;goto=group"  />
    </rule>
    <rule name="rule 29I">
    	<match url="^groups/(.*)/id/change/(.*)$"  />
    	<action type="Rewrite" url="/./group.php?groupId={R:1}&amp;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}&amp;groupId={R:2}&amp;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&amp;archiveMode"  />
    </rule>
    <rule name="rule 33I">
    	<match url="^articles/([^/]+)/in/archive(|/)$"  />
    	<action type="Rewrite" url="/./article.php?mynewsId={R:1}&amp;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>
    I think it will work, but I don't know, I'm sorry... Try it, you never know :)

    Greets,
    Jasler

  5. #20
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,610Posts

    Re: iPlace CMS v1.7 Official Release

    Quote Originally Posted by Didie Thiago View Post
    what if i use iis? web.config?
    You can import .htacces by using the URL Rewrite plugin for IIS.

  6. #21
    Just out there.. Flare is offline
    MemberRank
    Jun 2012 Join Date
    269Posts

    Re: iPlace CMS v1.7 Official Release

    This actually isn't that bad, will probably be working on an English version of this. thanks!

  7. #22
    Valued Member jasler is offline
    MemberRank
    Dec 2010 Join Date
    The netherlandsLocation
    145Posts

    Re: iPlace CMS v1.7 Official Release

    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

  8. #23
    Apprentice G A T E is offline
    MemberRank
    May 2013 Join Date
    11Posts

    Re: iPlace CMS v1.7 Official Release



    How to do this? Help! :(

  9. #24
    Valued Member jasler is offline
    MemberRank
    Dec 2010 Join Date
    The netherlandsLocation
    145Posts

    Re: iPlace CMS v1.7 Official Release

    Quote Originally Posted by G A T E View Post


    How to do this? Help! :(
    Look into the install folder, there you see a SQL file, that's it :)

    Verstuurd van mijn GT-S6500D met Tapatalk

  10. #25
    Apprentice G A T E is offline
    MemberRank
    May 2013 Join Date
    11Posts

    Re: iPlace CMS v1.7 Official Release

    Quote Originally Posted by jasler
    Look into the install folder, there you see a SQL file, that's it :)

    Verstuurd van mijn GT-S6500D met Tapatalk
    Thanks ! It's working back ! Please make english translation for this :D Really need it ! ^^ Make fast ok, boss ?

  11. #26
    Valued Member jasler is offline
    MemberRank
    Dec 2010 Join Date
    The netherlandsLocation
    145Posts

    Re: iPlace CMS v1.7 Official Release

    Quote Originally Posted by G A T E View Post
    Thanks ! It's working back ! Please make english translation for this :D Really need it ! ^^ Make fast ok, boss ?
    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

  12. #27
    Account Upgraded | Title Enabled! PR0 is offline
    MemberRank
    Mar 2007 Join Date
    1,207Posts

    Re: iPlace CMS v1.7 Official Release

    Could you add referrals with a awarding system of diamonds? That would be sweet.

  13. #28
    Valued Member jasler is offline
    MemberRank
    Dec 2010 Join Date
    The netherlandsLocation
    145Posts

    Re: iPlace CMS v1.7 Official Release

    Quote Originally Posted by PR0 View Post
    Could you add referrals with a awarding system of diamonds? That would be sweet.
    Can you give more info please? It's sounds interesting :)

  14. #29
    Account Upgraded | Title Enabled! PR0 is offline
    MemberRank
    Mar 2007 Join Date
    1,207Posts

    Re: iPlace CMS v1.7 Official Release

    Quote Originally Posted by jasler View Post
    Can you give more info please? It's sounds interesting :)
    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.

  15. #30
    Valued Member jasler is offline
    MemberRank
    Dec 2010 Join Date
    The netherlandsLocation
    145Posts

    Re: iPlace CMS v1.7 Official Release

    Quote Originally Posted by PR0 View Post
    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 :)



Page 2 of 4 FirstFirst 1234 LastLast

Advertisement