Hi, my account was suspended again for sending emails so propably I should explain how my webpage works:
It was created for eRepublik (www.erepublik.com/en) military unit to check their current statistics and where there were fighting and show it all clearly in one place.
I think server is suspending my account becouse of updating statistics and battles by cron:
- 30 connections at once (json) aproximaly 30kB at all for updating statistics every minute (900 in 30 minutes)
- 2 connections for updating battles (2x XML connection, ~150kB each) every minute
I wrote everythiNg myself, it's using curl and I'm sure there are not even a word emial in source or frontend, there is not such a thing as registration, sending confirmations etc. You can block email functions if it's necessary to prove that I'm not sending emails...
It was created for eRepublik (www.erepublik.com/en) military unit to check their current statistics and where there were fighting and show it all clearly in one place.
I think server is suspending my account becouse of updating statistics and battles by cron:
- 30 connections at once (json) aproximaly 30kB at all for updating statistics every minute (900 in 30 minutes)
- 2 connections for updating battles (2x XML connection, ~150kB each) every minute
I wrote everythiNg myself, it's using curl and I'm sure there are not even a word emial in source or frontend, there is not such a thing as registration, sending confirmations etc. You can block email functions if it's necessary to prove that I'm not sending emails...