I have started on working on my AstroEmpire Fan site,
i will be working on a stats feature and include downloads, such us battle calu
i have set myself a time scale for this,
Over the Last few days i got fed up when it comes to see what i can get for my trades
so i started to look in to it and found a good Excel one, but the only problem not everyone has excel,
so i started to build my windows app version,
i got the trade function working, thou it can be out by a couple eco,
Click here to install
EMS scouting database will be back soon but only on alpha to start with,
then it be rolling across the other servers, however it won’t be on the speed server
as the speed server will be resetting every so often i don’t see a point, however if it does come a option it will be set to reset the scout when the server resets
i keep you up to date, and will let you know how get a db
bigjeff
Due to a mistake Paestero made, the user database was wiped.
please do the follow steps
“Go to you Accounts page and scroll down”
You will find the Above, now click on “Remove Local Setting”
Confirm the removal of the local settings, And the refresh (F5) the page,
Insert your password you choose
and if all gone right you get the following,
now if Paestero hasn’t already activate you, you have to wait for him to active you
Since Firefox 4 has been release as a stable verion greasemonky(addon) has not been the same, many script have suffered during this time and some still do, many problem are with the “xmlhttpRequest” function, after searching the web i believe i have found a fix for must of the problems related to this funtion, and it seem to be a problem with the browser secuity,
i have a script myself, that relay heavy on GM_xmlhttpRequest funtion working, so i had a reason to found a fix, and this is it
you have to add your domain of you server to the header of the function so here is a example,
on this example the data is being posted to www.bigjeff.co.uk/test.php
GM_xmlhttpRequest( {
method: ‘POST’,
url: “http://www.bigjeff.co.uk/test.php”,
headers: {
‘User-agent’: ‘Mozilla/4.0 (compatible) Greasemonkey’,
‘Content-type’: ‘application/x-www-form-urlencoded’,
“Referer”:”http://www.bigjeff.co.uk”,
},
data: data,
onload: function(details) {parse_answer(details);}
});
so all you need to do is add referer to the header, to which you add your server address.
if you have any question about this comment below, and i get back to as soon as possible
Bigjeff
Since the release of Firefox 4 many Userscripts have broken when it comes to sending our scout data,
i believe i have fix this issus for Paestero, so here my fix
please comment below if this has work or not,
thank
Bigjeff

