Re: New Server
|
||||
---|---|---|---|---|
Home away from home
|
Maybe write somekind of an application that fires up every 15 minutes or runs continuously to check for such domain conditions and deletes them. Not sure how much effort that is for I'net applications.
Edit: a sort routine would be required most likely. It;s only 40 -100 data elemts???
Posted on: 2011/9/28 16:41
|
|||
VAPOR LOCK demystified: See paragraph SEVEN of PMCC documentaion as listed in post #11 of the following thread:f
packardinfo.com/xoops/html/modules/newbb/viewtopic.php?topic_id=7245 |
||||
|
Re: New Server
|
||||
---|---|---|---|---|
Webmaster
|
I added a list of Asian IP address that are know nefarious, and are blocking them as such.
Posted on: 2011/9/28 17:52
|
|||
-BigKev
1954 Packard Clipper Deluxe Touring Sedan -> Registry | Project Blog 1937 Packard 115-C Convertible Coupe -> Registry | Project Blog |
||||
|
Re: New Server
|
||||
---|---|---|---|---|
Home away from home
|
Quote:
...I have blocked that domain range from browsing the website here... With success! The number of silent permanent users significantly declined. As to the conjecture of search engines among the permanent guests I have to respectfully disagree due to different experiences. Between 2008 and 2010 the average number of guests at 9 a.m. (my time) was 3 - 4, sometimes even less. Mal would be able to confirm (Mal, that would be around 5 p.m. your time). Brian, I believe that search engines focus on traffic instead of static content. What brings me to a search criterion: Kev, I suggest to set your grid investigation on the characteristic attribute of permanence. A possible schoolroom routine could be: set online_time = ot set range ot = 5 hours < x < 10 hours set john_smith = 0 set i = 0 for i < 1 if ot > x then john_smith = john_smith + 1 -> if john_smith > 5 then disconnect john_smith -> -> if john_smith > 10 then block john_smith -> -> echo "Good bye John!" -> -> echo of -> -> end if -> end if end if next i end Dear Asian Packard guys, no offense meant! All nations [picture source: 自由的百科全书] Attach file: (27.90 KB)
Posted on: 2011/9/28 20:21
|
|||
The story of ZIS-110, ZIS-115, ZIL-111 & Chaika GAZ-13 on www.guscha.de
|
||||
|
Re: New Server
|
||||
---|---|---|---|---|
Forum Ambassador
|
Gerd -
Not indexing as regards establishment of site rankings, but merely the collection of specific information by automated software agents of any allowed pages to build a searchable index of URLs. Unfortunately, some of these web crawlers are simply looking to harvest e-mail addresses for use by spammers. Yet, I'm no engineer - not even of software. Since I don't know exactly how the spidering process works, I can't even begin to outline the approach to an automated defense system. Of course, anyone with a genuine interest in matters related to Packards is more than welcome here, but those with a malicious agenda should look elsewhere.
Posted on: 2011/9/28 21:32
|
|||
|
Re: New Server
|
||||
---|---|---|---|---|
Home away from home
|
Brian, honestly I'm a bit-bender. My above shown conclusions and defense programming would worth less than the paper it would have written on. I'm an entertainer. Thanks heaven PackardInfo has the patented BigKev protective shield!
Attach file: (18.25 KB)
Posted on: 2011/9/28 21:50
|
|||
The story of ZIS-110, ZIS-115, ZIL-111 & Chaika GAZ-13 on www.guscha.de
|
||||
|
Re: New Server
|
||||
---|---|---|---|---|
Home away from home
|
-> if john_smith > 5 then disconnect john_smith
-> -> if john_smith > 10 then block john_smith The block will never take place. If John smith is disconnected after 5 minutes then John smith will never be > 7 ergo never > 10 and thus never blocked. What computer language is that written in?????
Posted on: 2011/9/28 22:11
|
|||
VAPOR LOCK demystified: See paragraph SEVEN of PMCC documentaion as listed in post #11 of the following thread:f
packardinfo.com/xoops/html/modules/newbb/viewtopic.php?topic_id=7245 |
||||
|
Re: New Server
|
||||
---|---|---|---|---|
Home away from home
|
This ought to be easier and just as effective: (i'm assuming a SORT utility exists I would be appauled if one does not)).
Sort IP list ascending DELETE DUPLICATES option. If number of input records to sort = number of output records to sort do nothing end-if. If input to sort > output of sort Block from deleted duplicates list end-if.
Posted on: 2011/9/28 22:22
|
|||
VAPOR LOCK demystified: See paragraph SEVEN of PMCC documentaion as listed in post #11 of the following thread:f
packardinfo.com/xoops/html/modules/newbb/viewtopic.php?topic_id=7245 |
||||
|
Re: New Server
|
||||
---|---|---|---|---|
Webmaster
|
Sometime tonight they are going to migrate the VPS to a beefier server stack. So there may be an outage while the migration is happening. This should only take a couple of hours or so.
Regards,
Posted on: 2011/9/28 22:24
|
|||
-BigKev
1954 Packard Clipper Deluxe Touring Sedan -> Registry | Project Blog 1937 Packard 115-C Convertible Coupe -> Registry | Project Blog |
||||
|
Re: New Server
|
||||
---|---|---|---|---|
Home away from home
|
Keith, I tried to express in an infinite loop of visual basic vers. 1.0 from 1991: when John Smith would be 5 times x hours (more than 5) non-stop online then disconnect him (which includes the opportunity to return). But after 5 disconnections and 4 returns John would reach the end of the rope.
Again, it was (as always) entertainment-oriented and its defense power would make a Chinese schoolgirlie chuckle. Attach file: (23.82 KB)
Posted on: 2011/9/28 23:07
|
|||
The story of ZIS-110, ZIS-115, ZIL-111 & Chaika GAZ-13 on www.guscha.de
|
||||
|