I fail to see how that is relevant? You still need to configure PHP properly - either to use your ISPs mail server or your own. By default php tries to access a local smtp server, or special executable (sendmail), as Greenseed described in his post.
The various WAMP stacks do not tend to include SMTP servers (unless you use IIS, which does, but you're not using that), and there's no way that they would automatically configure without some sort of user input.
Either run it within a screen session or use nohup
man screen (i.e. nohup path/to/program &) man nohup (i.e. start a screen session and start the program normally, disconnecting will just disconnect you from the screen session, which you can reconnect to at a later date)
The only details you get when a player joins the track as as follows;
struct IS_NPL // New PLayer joining race (if PLID already exists, then leaving pits) { byte Size; // 76 byte Type; // ISP_NPL byte ReqI; // 0 unless this is a reply to an TINY_NPL request byte PLID; // player's newly assigned unique id
byte UCID; // connection's unique id byte PType; // bit 0 : female / bit 1 : AI / bit 2 : remote word Flags; // player flags
char PName[24]; // nickname char Plate[8]; // number plate - NO ZERO AT END!
char CName[4]; // car name char SName[16]; // skin name - MAX_CAR_TEX_NAME byte Tyres[4]; // compounds
byte Sp0; byte NumP; // number in race (same when leaving pits, 1 more if new) byte Sp2; byte Sp3; };
Unless things have changed since I last used InSim, you simply don't get any other information elsewhere. This basically means the only things that you can have any measure of control over are the added mass, intake restriction, driver sex and model and the passengers.
There's no information transmitted over InSim for any other part of the setup, as of this date.
Because the skin name is reported over insim, but the setup is not. If the setup isn't reported then there's no easy way to detect it without adding third party programs at the client end.
Backup everything. Backup your SQL data using mysqldump
mysqldump -u root -p yourforum > backup.sql
Remove PHP 4, remove MySQL 4.1.1.
Install PHP 5, fresh. Install MySQL 5, fresh. Do not use any config files from older versions.
Restore your backup
mysql -u root -p yourforum < backup.sql
Create a user for the forum db using what ever method you prefer.
Install vB 3.7 fresh, pointing it at the db, and restore any custom templates. You will need to edit them for 3.7, as a few things have changed. If I remember correctly it should notice and do an upgrade on the db when you do the install.
If possible move your attachments into the filesystem, just remember to give the web server enough permissions to write there.
If you are going to use code::blocks I recommend using the nightly build rather than the old release. It does mean that its a bit more of a pita to setup (quite frankly no one here should struggle, however), but I do find it's better overall.
Depends what you mean by "report a server". This is a bit of an issue as servers are run by third parties that are not associated with the developers. Unless there is a serious issue - i.e. racism, severe abuse, etc. then theres not much that can be done, and little-to-nothing if you have no replay.
By all means send the developers an email using the link above, but do bear that in mind.
Without knowing what you need it's difficult who to suggest you contact. If it's a general support issue that we can't sort in the forum, or it's to do with billing, etc. the easiest way to contact the developers is via this web form: http://www.lfs.net/?page=mailus
Under EU law there is a statutory cooling off period for all purchases - basically where you can take it back if it's bollocks. If I remember correctly its 7 days for an in-person purchase and 14 for an distance selling (i.e. online, catalog, etc.).
If they don't want to accept the return you ask to talk to someone else. Explain politely that it's nothing personal, but at the end of the day you feel that you've been sold something that's obviously not working for you and that you want a refund. Providing the packaging is in a resell-able state, you should be ok.
I think there's a fundamental misunderstanding of what the barricade was.
The wrecker barricade was never something official, nor were there any tools for it. It was merely a system where admins could post and download replays. Non-admins also had the abiliity to post replays for review.
The barricade fell out of use until a relatively recent exploit, but Sam did not have the time for the up keep. I took over the db, but by the time I had the opportunity to finish the web gui and the automated tools I'd started, the exploit was patched, therefore I didn't finish as there was no requirement.
The main issue is that at the end of the day the work of a few benefits even fewer, until an exploit occurs. Even then the number that actually help out can be counted on one hand.
The wrecker barricade has had a few forms and names over the years - clean racers club and the barricade to name the big ones, but it's never been compulsory and it's never been automated - but it has always been under staffed.
Quite simply it was historically nothing more than a system to distribute replays between partaking admins. The view that I had in mind was somewhat different and provided more facilities, and I suspect this is what you've assumed the barricade was and always has been. This is quite simply not true.
If someone wants to take the db off my hands in the state I received it from SamH then I will dig it out of the backup that I have lying around. I personally have little time for the LFS community over recent months, for a number of reasons (which aren't relevant here and now), and thus little incentive to continue what was once a great LFS institution.
Whilst I know it's possible to create a points based system from the same code as lapper, I personally don't know if it's possible to use lapper with only a modified config (which is what I suspect you want).
I also suspect that many who regularly look at this part of the forum, like myself, haven't really used lapper in any great amount of detail, and thus can't really comment. I know that Gai-Luron occasionally drops by, but not often. Dropping a single, quick question into the lapper thread here might get you an answer quicker.
However, bear in mind that a "points system" is a bit vague and covers a very wide range of things. I know that a lot of stuff is possible with lapper and conjoining scripts, but whether or not that matches what you want to do, is another question.
Also bear in mind that the people who post here are not paid to support you, and if someone knows the answer then they'll respond eventually.
Given the vast number of people who have managed to unlock I very much doubt that it's an issue with the LFS development team - although it is possible.
I assume you're ensuring that you're using your GAME password, not your WEB password in LFS?