Jump to content
  • 0

Website Stats


prominentalex

Question

8 answers to this question

Recommended Posts

  • 0

If you want a good host i can recommend http://kphservices.com/

I have my forum hosted with them but i am biased, Cen will also vouch for the quality and stability of them.

 

I already am all set up with Enjin, thanks for the advice though. I'll look into them next time.

Random question so I dont have to make another thread, how can I make maintaining free?

I'm guessing somehow with these lines?

 

_requirements = [];
switch true do {
case (_count <= 10):  {_requirements = [["ItemGoldBar10oz",1]]};
case (_count <= 20):  {_requirements = [["ItemGoldBar10oz",2]]};
case (_count <= 35):  {_requirements = [["ItemGoldBar10oz",3]]};
case (_count <= 50):  {_requirements = [["ItemGoldBar10oz",4]]};
case (_count <= 75):  {_requirements = [["ItemGoldBar10oz",6]]};
case (_count <= 100): {_requirements = [["ItemBriefcase100oz",1]]};
case (_count <= 175): {_requirements = [["ItemBriefcase100oz",2]]};
case (_count <= 250): {_requirements = [["ItemBriefcase100oz",3]]};
case (_count <= 325): {_requirements = [["ItemBriefcase100oz",4]]};
case (_count <= 400): {_requirements = [["ItemBriefcase100oz",5]]};
case (_count <= 475): {_requirements = [["ItemBriefcase100oz",6]]};
case (_count <= 550): {_requirements = [["ItemBriefcase100oz",7]]};
case (_count <= 625): {_requirements = [["ItemBriefcase100oz",8]]};
case (_count > 700):  {_requirements = [["ItemBriefcase100oz",9]]};
};

 

 

Link to comment
Share on other sites

  • 0

I don't think enjiin has custom PHP support, even with the paid plans. but you can maybe use a different hoster for the stats only

and just embed the stats into your enjiin site that may work

(so you don't have to build a custom website and can still use enjiin as main site)

 

about the maintain stuff, it should work if you just remove the whole switch block, only leave the first line:

_requirements = [];
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...