EBTST - EBT stats tool

Various EBT statistics can be posted here

Moderators: Fons, Phaseolus

opalon
Euro-Master
Euro-Master
Posts: 1837
Joined: Thu Dec 29, 2011 9:00 am
Location: Belgique

Re: EBTST - EBT stats tool

Post by opalon »

dserrano5 wrote:
opalon wrote:I can make a file with post code from Tunisia...
Good! NIG format is fine. Thanks!
Ok, can you explain me NIG format...
jrnsndrs
Euro-Master
Euro-Master
Posts: 2118
Joined: Wed Feb 13, 2008 8:27 pm
Location: Tilburg
Contact:

Re: EBTST - EBT stats tool

Post by jrnsndrs »

opalon wrote:
dserrano5 wrote:
opalon wrote:I can make a file with post code from Tunisia...
Good! NIG format is fine. Thanks!
Ok, can you explain me NIG format...
It is not too difficult. Basically, if you take a good look at NIG's code-file of your own country, it is easy to find out.

Code: Select all

// Post code groups for Belgium
// Types:
//  -post code ranges "00000,00000=name" (must be numbers)
//  -single code "00000=name"
//  -single code+name "00000;PlaceNameinCSV=name"
//  -single name ";PlaceNameinCSV=name"

// Post codes by Nick6502 :)

// 01/05/2010 : Flags added to 'Provinces' group (Pole Doctor)


PrintZeros=0

Group=Regions of Belgium
1000,1299=Région de Bruxelles-Capitale / Brussels Hoofdstedelijk Gewest
1500,3999=Vlaams Gewest / Région Flamande
8000,9999=Vlaams Gewest / Région Flamande
1300,1499=Région Wallonne / Wallonische Region / Waals gewest
4000,7999=Région Wallonne / Wallonische Region / Waals gewest

Group=Provinces of Belgium (see <a href="http://forum.eurobilltracker.eu/viewtopic.php?t=9197">forum</a>)
2000,2999=Antwerpen
1000,1299=Région de Bruxelles-Capitale / Brussels Hoofdstedelijk Gewest
1300,1499=Brabant Wallon
6000,6599=Hainaut
7000,7999=Hainaut
4000,4999=Liège
3500,3999=Limburg
6600,6999=Luxembourg
5000,5999=Namur
9000,9999=Oost-Vlaanderen
1500,1999=Vlaams Brabant
3000,3499=Vlaams Brabant
8000,8999=West-Vlaanderen
(I have removed the provincial flags.)

You can make 1 level of subgroups, like: (just hoping I put every province in the right region)

Code: Select all

Group=Provinces of Belgium (see <a href="http://forum.eurobilltracker.eu/viewtopic.php?t=9197">forum</a>)
SubGroup=Vlaanderen
2000,2999=Antwerpen
9000,9999=Oost-Vlaanderen
1500,1999=Vlaams Brabant
3000,3499=Vlaams Brabant
8000,8999=West-Vlaanderen
SubGroup=Wallonië
1300,1499=Brabant Wallon
6000,6599=Hainaut
7000,7999=Hainaut
4000,4999=Liège
3500,3999=Limburg
6600,6999=Luxembourg
5000,5999=Namur
SubGroup=Brussels Capital Region
1000,1299=Région de Bruxelles-Capitale / Brussels Hoofdstedelijk Gewest
Lines starting with // are considered comments and are not being processed.
"of all wars, religious wars are the most detestable, since they are waged for no tangible gain, but only to impose a set of arbitrary credos on another."
--- Unspiek baron Bodissey.

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
User avatar
vermeer
Euro-Master
Euro-Master
Posts: 13152
Joined: Tue Jan 11, 2005 2:36 am
Location: Groningen, The Netherlands

Re: EBTST - EBT stats tool

Post by vermeer »

The flag of the province of Friesland is missing in front of the capital Leeuwarden.

The headline is this: Provincial capitals in The Netherlands (see forum) (12/12)
User avatar
dserrano5
Euro-Master
Euro-Master
Posts: 3773
Joined: Sun Jan 31, 2010 11:59 am
Location: Madrid, ES

Re: EBTST - EBT stats tool

Post by dserrano5 »

vermeer wrote:The flag of the province of Friesland is missing in front of the capital Leeuwarden.
Good catch!

While restarting the app to fix this I took the opportunity to teach it about the R/G notes and a couple of new plates too.
User avatar
gabonik
Euro-Master
Euro-Master
Posts: 1763
Joined: Sat Dec 20, 2008 6:15 pm
Location: Ravenna - Fornace Zarattini - Italia

Re: EBTST - EBT stats tool

Post by gabonik »

What it happens? From two days it is not more possible to adjourn the statistics . Image
User avatar
Crazy Bob
Forum Moderator
Forum Moderator
Posts: 7413
Joined: Sun May 01, 2005 6:29 pm
Location: Rotterdam, Netherlands

Re: EBTST - EBT stats tool

Post by Crazy Bob »

503 Service Temporarily Unavailable wrote:Service Temporarily Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

Apache/2.2.16 (Debian) Server at dserrano5.es Port 443
User avatar
dserrano5
Euro-Master
Euro-Master
Posts: 3773
Joined: Sun Jan 31, 2010 11:59 am
Location: Madrid, ES

Re: EBTST - EBT stats tool

Post by dserrano5 »

restarted
User avatar
marty44
Euro-Expert
Euro-Expert
Posts: 732
Joined: Tue Jun 27, 2006 12:33 pm
Location: Mainz, Germany
Contact:

Re: EBTST - EBT stats tool

Post by marty44 »

Hi dserrano5,

mabye you can split the ""BBCode/HTML" into two points. Personally I don't want a BBCode, I just want that the HTML sites are created. This might help to reduce the load at your server.

marty44
User avatar
dserrano5
Euro-Master
Euro-Master
Posts: 3773
Joined: Sun Jan 31, 2010 11:59 am
Location: Madrid, ES

Re: EBTST - EBT stats tool

Post by dserrano5 »

marty44 wrote:mabye you can split the ""BBCode/HTML" into two points. Personally I don't want a BBCode, I just want that the HTML sites are created. This might help to reduce the load at your server.
Thanks for your suggestion. The load on creating the BBCode is minimal since the bulk of the work is crunching the numbers (which is done only once), not formatting them in one or other way.
opalon
Euro-Master
Euro-Master
Posts: 1837
Joined: Thu Dec 29, 2011 9:00 am
Location: Belgique

Re: EBTST - EBT stats tool

Post by opalon »

opalon wrote:
dserrano5 wrote:
opalon wrote:I can make a file with post code from Tunisia...
Good! NIG format is fine. Thanks!
Ok, can you explain me NIG format...
the Tunisia post code are almost finished
User avatar
Raumi
Euro-Expert in Training
Euro-Expert in Training
Posts: 484
Joined: Thu Oct 24, 2013 6:32 pm
Location: Santiago y Zaraíche - Murcia - Spain
Contact:

Re: EBTST - EBT stats tool

Post by Raumi »

More missing flags; these ones in Spain:

-Castilla la Mancha (Region)
-Albacete (Province)
-Valladolid (Province)
Spanish representative on the Board of Directors.
Current vice president of the Association Européenne des EuroBillTrackers
My statistics.
jrnsndrs
Euro-Master
Euro-Master
Posts: 2118
Joined: Wed Feb 13, 2008 8:27 pm
Location: Tilburg
Contact:

Re: EBTST - EBT stats tool

Post by jrnsndrs »

EBTST doesn't accept (edit: link verwijderd.) a R046/P... note. But according to http://liste.eurobillets.free.fr/" onclick="window.open(this.href);return false; they do exist.
Last edited by jrnsndrs on Sun Nov 24, 2013 11:12 am, edited 1 time in total.
"of all wars, religious wars are the most detestable, since they are waged for no tangible gain, but only to impose a set of arbitrary credos on another."
--- Unspiek baron Bodissey.

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
User avatar
Ossi
Euro-Expert
Euro-Expert
Posts: 504
Joined: Tue Jan 11, 2005 3:57 pm
Location: Helsinki, Finland

Re: EBTST - EBT stats tool

Post by Ossi »

I published my stats first time yesterday and I am so happy that we have this kind of tool like EBTST. :D Thanks to you dserrano5! 8)
User avatar
Moise
Euro-Master in Training
Euro-Master in Training
Posts: 792
Joined: Thu Nov 02, 2006 6:43 am

Re: EBTST - EBT stats tool

Post by Moise »

Hi ,always get "bad gateway"or "proxy error" after reaching 100%upload :?
User avatar
dserrano5
Euro-Master
Euro-Master
Posts: 3773
Joined: Sun Jan 31, 2010 11:59 am
Location: Madrid, ES

Re: EBTST - EBT stats tool

Post by dserrano5 »

Moise wrote:Hi ,always get "bad gateway"or "proxy error" after reaching 100%upload :?
Oops, disk full :). You can try again now!

Since I've earned some money by neglecting my EBT duties and investing in bitcoin, I'll consider the possibility of upgrading my VPS plan or, more probably, migrating to another less crippled service (one paid with bitcoin BTW! ;)).
Post Reply

Return to “EuroBillTracker Statistics”