Skip to main content

Posts

ban Asian ip addresses. Ban chinese spammers with htaccess

After receiving tons of spam on a few websites I've decided to ban the whole apnic addresses Since I've not found anything to ban the whole APNIC I've searched for the assigned classes that they manage. How to ban chinese spammers. P.S. I've added a few LACNIC (last update 2012-11-16) Download here the file or just add the content in a .htaccess file and the spam from the Asia should be gone. Put the .htaccess in the main (or any other) folder of your website. You can use the same approach to ban any other ipv4 address space. __________.htaccess____________ #list retrieved from #http://www.iana.org/assignments/ipv4-address-space/ipv4-address-space.txt #Banning APNIC deny from 1.0.0.0/8 deny from 14.0.0.0/8 deny from 27.0.0.0/8 deny from 36.0.0.0/8 deny from 39.0.0.0/8 deny from 42.0.0.0/8 deny from 43.0.0.0/8 deny from 49.0.0.0/8 deny from 58.0.0.0/8 deny from 59.0.0.0/8 deny from 60.0.0.0/8 deny from 61.0.0.0/8 deny from 101.0.0.0/8 deny f...

[Solved] Irfanview "disk is full" error

While using the batch processing of Irfanview you can encounter this error: "disk is full". The error happens when you've set to overwrite thre previous files (advanced conversion settings) and they are *locked*. Check if the file can be written by your Windows User, check that the file is not read only, check if the file is not locked by another process. ______________________Remove read only____________________ Right-click on the file. Click on Properties. Click on General tab, clear the Read-only check box, and then click OK (confirm also to apply to all the subfolders. ___________________________________

AMD PCNET Family PCI Ethernet Adapter - Windows XP, 2003 Drivers

It could happen that you cannot find the drivers ( AMD PCNET Family PCI Ethernet Adapter - not installed) of the ethernet (nic) adapter that is used in  virtualbox .  PCI\VEN_1022&DEV_2000&SUBSYS_20001022&REV_40\3&267A616A&0&18 I've found also this link https://www.virtualbox.org/ticket/3411 but I was unable to see a working download. Since the links to the amd websites are failing and it seems that they canno be found website I'm adding a new link. Here you can download the  Drivers AMD PCNET for Virtualbox They have been tested with Windows XP 32bit  and Virtualbox 4.2.0 r80737 . After a bit of time I've tested them with Windows 7 pro 32bit (a slim version) and they work. They also work on Windows 2003 R2 (thanks to David Acosta). If you have a direct link to the AMD website or any other good information just add it in the comments.