Re: *Unlock All Weapons* in server patch 1.02
Plz help
I setup IIS on winxp
im using first script
scripts works fine - return this results
when try change host like this
209.91.168.238 bf2web.gamespy.comall
weapons unlocks
if this
127.0.0.1 bf2web.gamespy.com
dont work
sv.internet 1
sv.useGlobalRank 1
sv.useGlobalUnlocks 1
its all ok
whats wrong ? any idea ? maybe i need another scripts ?
plz help
Plz help
I setup IIS on winxp
im using first script
Code:
#!/usr/bin/perl
my @ids=qw/11 22 33 44 55 66 77/;
sub main();
sub main() {
my $time=time;
print "Content-type: text/plain\n\n";
print "O\n";
print "H\tpid\tnick\tasof\n";
print "D\t12345678\tUNLOCKED\t$time\n";
print "H\tenlisted\tofficer\n";
print "D\t0\t0\n";
print "H\tid\tstate\n";
for (@ids) {
print "D\t$_\ts\n";
}
print "\$\t103\t\$\n";
}
main();
Code:
O H pid nick asof D 12345678 UNLOCKED 1127384982 H enlisted officer D 0 0 H id state D 11 s D 22 s D 33 s D 44 s D 55 s D 66 s D 77 s $ 103 $
209.91.168.238 bf2web.gamespy.comall
weapons unlocks
if this
127.0.0.1 bf2web.gamespy.com
dont work
sv.internet 1
sv.useGlobalRank 1
sv.useGlobalUnlocks 1
its all ok
whats wrong ? any idea ? maybe i need another scripts ?
plz help
Comment