LOGIN

CURRENT MEMBERS 9999

MEMBERS joined in the last 7 days 9999

This new site has been designed to provide forces personnel and those connected to the forces with an opportunity to Buy, Sell and place Wanted ads to like minded individuals. Everything is free for the first 3 months, so why on earth wouldn't you give it a try. The majority of our pages are free to use permanently.

WHY WE ARE DIFFERENT?

1.  This site makes only one charge to the seller which is far lower than that of other sites.

2.  Length of time adverts are displayed for can be much longer.

3.  Two pictures free within the cost of the ad?

4.  This site is primarily aimed at serving and ex forces, this will provide a specific search base for items used primarily by forces personnel

LOGIN

Please fill in the below form to sign into forces notice boards, all fields are required.

<%if request("applied")= "failed" then%>
Registration Failed : Username or password already exist! Please try again.
<%end if%>
Username
Password
<% If request.form("BtnPress") = "Pressed" Then dim SQLVerifyEmail2 SQLVerifyEmail2 = "SELECT * FROM Forces_Registrants WHERE UserName= '"&killchars(request.form("lusername"))&"' AND Deleted = 'no' " set RSVerifyEmail2 = MyConn.execute(SQLVerifyEmail2) If RSVerifyEmail2.EOF Then response.write ("** ERROR: Incorrect login details **") Else dim SQLVerifyPWord2 SQLVerifyPWord2 = "SELECT * FROM Forces_Registrants WHERE UserName= '"&killchars(request.form("lusername"))&"' and Password = '"&killchars(request.form("lpword"))&"' AND Deleted = 'no' " set RSVerifyPWord2 = MyConn.execute(SQLVerifyPWord2) If RSVerifyPWord2.EOF Then response.write ("** ERROR: Incorrect login details **") else session("AccountID") = RSVerifyPWord2("AccountID") session("AdminType") = RSVerifyPWord2("Type") response.redirect ("myaccount.asp") End If End if End if %>