Mirage Source

Free ORPG making software.
It is currently Wed Jun 05, 2024 8:36 pm

All times are UTC


Search found 11 matches
Search these results:

Author Message

 Forum: Bugs Reports   Topic: Hard Drive based banning system?

Posted: Mon Jul 20, 2009 8:37 pm 

Replies: 1710
Views: 86973


WELL! I've finished and perfected my hardware banning system. It currently supports HDSN banning, CPU ID(serial) banning, and Mac address banning. It sounds a little over the top but it's pretty effective. I'm not quite ready to give it out yet as it's a LITTLE on the slow side acquiring all of that...

 Forum: Bugs Reports   Topic: Hard Drive based banning system?

Posted: Fri Apr 24, 2009 11:38 pm 

Replies: 1710
Views: 86973


Ahhh good catch but naw... still RTE 9 *scratches head* ::EDIT:: Ooookay... so I feel like a complete idiot. I had it defined as 1 To MAX_BANS As BanRec.. and throughout my subs it was I = 0 To MAX_BANS. Ahhh the newbish mistakes I make. Thanks everyone for helping. If I run into any more issues the...

 Forum: Bugs Reports   Topic: Hard Drive based banning system?

Posted: Fri Apr 24, 2009 7:15 am 

Replies: 1710
Views: 86973


So my array server side is as follows... Type BanRec BannedIP As String BannedChar As String BannedBy As String BannedHD As String End Type I'm getting RTE 9 in the following lines (bolded is what's highlighted and bold italic is what's out of range) Function IsBanned(ByVal IP As String) As Boolean ...

 Forum: Bugs Reports   Topic: Hard Drive based banning system?

Posted: Sun Apr 19, 2009 7:38 pm 

Replies: 1710
Views: 86973


Sorry for the delay in my response. I've been rather busy with real life issues (moving to another state, etc). The code I'm using for obtaining HD serial information is... Public Function GetHDSerial(Optional ByVal DriveLetter As String) As Long Dim fso As Object, Drv As Object, DriveSerial As Long...

 Forum: Bugs Reports   Topic: Hard Drive based banning system?

Posted: Thu Apr 16, 2009 5:49 pm 

Replies: 1710
Views: 86973


The problem I have and the problem I've been having is getting the server to receive the HD serial info. I can't figure out why *scratches head*. x_X

 Forum: Bugs Reports   Topic: Hard Drive based banning system?

Posted: Thu Apr 16, 2009 5:24 am 

Replies: 1710
Views: 86973


I'm looking for a hard drive serial banning system. I know there's one on the old mirage forum backup but I've never been able to get it to work and eh... to be blunt, I'm a bit lost as to how to go about doing it. If someone can throw together a tutorial on a good banning system I'd greatly appreci...

 Forum: General   Topic: NPC's stop responding.

Posted: Tue May 29, 2007 4:52 am 

Replies: 45
Views: 14914


It was the
Code:
If GetTotalMapPlayers(GetPlayerMap(index)) = 1 Then

that needed to be changed. It seems to work fine for me now.

 Forum: General   Topic: NPC's stop responding.

Posted: Mon May 28, 2007 7:23 am 

Replies: 45
Views: 14914


Sorry I haven't been around to read this post in the past few days. I'm quitting my current job so to compensate for time time which I'll be unemployed/on vacation has been dedicated to 12+ hour shifts for the past week and a half (60 hours a week lately). I really appreciate everyone's help with al...

 Forum: General   Topic: NPC's stop responding.

 Post subject: NPC's stop responding.
Posted: Fri May 25, 2007 6:41 am 

Replies: 45
Views: 14914


I've got this bug, as does/did everyone who has worked/is working with MS Source that causes NPC's to stop responding or "freeze" when two players are on a map and one logs off. If anyone knows of a fix please post or I will eat your head like a fat guy eats pie. Thanks

 Forum: General   Topic: HDSN ban rte 9

Posted: Thu Mar 22, 2007 5:46 pm 

Replies: 16
Views: 5462


Yeah it was originally set As String. (I) is going out of range for some reason. On top of that, when I boot the server it isn't writing a banlist.ini and it doesn't crash until someone attempts to log in.

 Forum: General   Topic: HDSN ban rte 9

 Post subject: HDSN ban rte 9
Posted: Thu Mar 22, 2007 3:35 pm 

Replies: 16
Views: 5462


I recently added HDSN banning to my engine and I'm sort of stumped with the run time error 9 I'm getting. It'd be better to just post it rather than try to explain. Function IsBanned(ByVal IP As String) As Boolean Dim FileName As String, fIP As String, fName As String Dim f As Long 'Dim b As...
Sort by:  
Page 1 of 1 [ Search found 11 matches ]


All times are UTC


Jump to:  
Powered by phpBB® Forum Software © phpBB Group