Generated World Maps (Dominance, Top Tribes) - W13

  • Thread starter DeletedUser3508
  • Start date

DeletedUser

Guest
Anyone in w13 a canidate? IF so send me an PM or IGM. Bascially, despite the new self updating map, we can have exactly like w12 which is IMO better than Tsyris , and supports familes, etc.


Raid3r

i can try, but i'm not running linux so it might not work.
 

Raid3r

Guest
well being as that is the NUMBER ONE requirement, we will continue to search. Also in mean time we do have something...

Raid3r
 

DeletedUser

Guest
My code is complete and is running fine, families and all.

It runs on pure PHP (with GD).

I only have one problem ... my hosting provider has a fair amount of restrictions on traffic and script run time. This causes my script to time out when loading the data from http://en13.tribalwars.net/map/village.txt.gz to DB.

Anyone here knows PHP and how I can streamline this process?
 

DeletedUser

Guest
My code is complete and is running fine, families and all.

It runs on pure PHP (with GD).

I only have one problem ... my hosting provider has a fair amount of restrictions on traffic and script run time. This causes my script to time out when loading the data from http://en13.tribalwars.net/map/village.txt.gz to DB.

Anyone here knows PHP and how I can streamline this process?

well, first things first.

if the problem is that your hosting provider has restrictions on traffic, then why not switch to a free one that doesn't. :icon_biggrin:

http://www.000webhost.com/

250 MB Disk Space, 100 GB Data Transfer, 10mbps
 

DeletedUser

Guest
well, first things first.

if the problem is that your hosting provider has restrictions on traffic, then why not switch to a free one that doesn't. :icon_biggrin:

http://www.000webhost.com/

250 MB Disk Space, 100 GB Data Transfer, 10mbps
This host will not work for mainly 2 reasons:
- 2MB limit on file uploads (the village data is a 5M compressed file that expands to 12M)
- max_execution_time = 15s (the script to load the village data to DB needs about 1minute)

But thanks for letting me know.

I will sort out hosting on tomorrow (monday), just a bit difficult on the sunday.
 
Top