Search found 36 matches
- Sat Mar 11, 2017 1:57 pm
- Forum: Worldgroup and Editing Questions
- Topic: Non SGA connections and general hack nonsense
- Replies: 25
- Views: 31177
Re: Non SGA connections and general hack nonsense
Here you go syn
- Tue Feb 28, 2017 10:52 am
- Forum: Worldgroup and Editing Questions
- Topic: Non SGA connections and general hack nonsense
- Replies: 25
- Views: 31177
Re: Non SGA connections and general hack nonsense
If you want me to write a script for you I need actual files. A sample audit trail file and sample (working) IP blocking file. When scraping text in files everything matters. Line feeds, character spacing, etc. I can't go by a few redacted lines pasted to a forum. PM me if you're paranoid about ...
- Thu Feb 23, 2017 9:45 am
- Forum: Worldgroup and Editing Questions
- Topic: Adding additional item slots + goto commands
- Replies: 11
- Views: 17577
Re: Adding additional item slots + goto commands
Lols. DLL editing is nowhere near that easy. I'm assuming you added a string entry in a list of strings which is less than a fraction of what's involved. There are probably hundreds of lines of code dealing with equipping items, all converted to ASM that would need to be deciphered and altered to ...
- Sat Feb 18, 2017 9:32 pm
- Forum: Worldgroup and Editing Questions
- Topic: Non SGA connections and general hack nonsense
- Replies: 25
- Views: 31177
Re: Non SGA connections and general hack nonsense
If you want me to write a script for you I need actual files. A sample audit trail file and sample (working) IP blocking file. When scraping text in files everything matters. Line feeds, character spacing, etc. I can't go by a few redacted lines pasted to a forum. PM me if you're paranoid about ...
- Sat Feb 18, 2017 8:56 pm
- Forum: Worldgroup and Editing Questions
- Topic: Non SGA connections and general hack nonsense
- Replies: 25
- Views: 31177
Re: Non SGA connections and general hack nonsense
The non-SGA actually can come from other clients then mega. Like windows default telnet triggers this. Also my gosbot does the same thing. So blocking just non-SGA would block more then bots.
Good call, something to test but I don't recall seeing it logged that way when I connect in from my ...
Good call, something to test but I don't recall seeing it logged that way when I connect in from my ...
- Sat Feb 18, 2017 8:54 pm
- Forum: Worldgroup and Editing Questions
- Topic: Non SGA connections and general hack nonsense
- Replies: 25
- Views: 31177
Re: Non SGA connections and general hack nonsense
So try adding an IP to the file while the board is running and see if it begins to block the Ip's, or does it take restart to take it on.
If it works then you can just write a script that looks at the last say 50 lines of agsaudit.adt file and log the ip's and the attempts. Have it look for ...
If it works then you can just write a script that looks at the last say 50 lines of agsaudit.adt file and log the ip's and the attempts. Have it look for ...
- Tue Jan 31, 2017 10:25 am
- Forum: Worldgroup and Editing Questions
- Topic: Non SGA connections and general hack nonsense
- Replies: 25
- Views: 31177
Re: Non SGA connections and general hack nonsense
I have no clue about windows powershell or VB scripting, I work with unix at work. As far as WG goes not sure it has built in IP blocking, but think dialglo has Ip stuff in it. But then you need to figure out how it stores block IP's and can you edit that on the fly.
There is a spot in the telnet ...
There is a spot in the telnet ...
- Mon Jan 30, 2017 6:54 pm
- Forum: Worldgroup and Editing Questions
- Topic: Non SGA connections and general hack nonsense
- Replies: 25
- Views: 31177
Re: Non SGA connections and general hack nonsense
What I did at first is parse the audit log and when someone hit it more then twice it would add it to my VM server iptables to block. But this just became a waste of time cause every day the IP's would change. So I kinda let it go and forgot about it. I have very active board and get about 2 lines ...
- Mon Jan 30, 2017 3:06 pm
- Forum: Worldgroup and Editing Questions
- Topic: BTRIEVE CREATE ERROR 25 ON FILE "galssc2.dat"
- Replies: 4
- Views: 8540
Re: BTRIEVE CREATE ERROR 25 ON FILE "galssc2.dat"
So FINALLY found a working copy of Trade Wars 2002. Can get the board to load up fine with it etc, yet it crashes when I try to go into the game from the bbs menu. Anywho, now every time i start WG up, I get this popup:
BTRIEVE CREATE ERROR 25 ON FILE "galssc2.dat"
Any ideas? Thanks
Where is ...
BTRIEVE CREATE ERROR 25 ON FILE "galssc2.dat"
Any ideas? Thanks
Where is ...
- Mon Jan 30, 2017 2:28 pm
- Forum: Worldgroup and Editing Questions
- Topic: Non SGA connections and general hack nonsense
- Replies: 25
- Views: 31177
Re: Non SGA connections and general hack nonsense
syntax wrote:I believe what people typically do to solve this issue is move their listening IP off of port 23.
I was trying to avoid that if possible.