
Originally Posted by
NWilliams1
Maybe a PRivate FTP. Not a file host but a file protected FTP that only trusted users get access to. (Also a good idea because we could add it to the premium member perks.)
The part that is easier said than done would be protecting the FTP site..or what not from Other ip addresses. I recommend making the user supply their primary ip address for a "White" list of allowed ip addresses. Along side the Standard User-Password protocol.
I would also suggest a TOS to go along site the rules for the site prohibiting the use of the Main site (not AMS) from Nexon, Anti-Hack/Piracy Orgs. , and others (That we hack the games of).
Cuz as far as i can see the Forums are "Unprotected" unlike the AMS site.
also we should block the Hacks sections from public (You must make an account to view this......etc)
ERM... I went off topic agian...ARGHHHHHH!!!
nice idea
ike with a prompt box and a while-thingy:
HTML Code:
<html>
<head>
<title>Enter password</title>
<script Language="Javascript" type="text/javascript">
<!--
var password="gamerzpub";//the password is gamerzpub
var answer="";
while (answer !=password)
{
answer = prompt("Enter the password to enter the site","");
}
//-->
</script>
</head>
<body>
Welcome
</body>
</html>