Furious: Page 2
Feb 21, 05:33 PM: Nogame - Ogame Bot
ENGLISH
I received this morning a request to remove Nogame from my website and to stop to develop it.
They told me I cannot develop a bot , as described in Terms and Conditions , but they tell only that nobody can USE the bot .
If somebody of you knows Laws and Computer Laws ( Right ) please contact me .
Paolo dot Ardoino at Gmail dot com
ITALIANO
Ho ricevuto questa mattina la richiesta di rimuovere Nogame dal mio sito web e smettere di svilupparlo .
Mi hanno detto che non posso sviluppare un bot , come descritto nei Termini e Condizioni , ma loro dicono solo che e’ illegale usare bot .
Se qualcuno di voi conosce il Diritto Informatico mi contatti, grazie .
Feb 13, 01:40 PM: Get free update socks5 / proxy list for your website
These are dynamic images that you could put on your website to offer to your users an updated socks5 / proxy list
http://ardoino.altervista.org/ahimage.php?color=red
http://ardoino.altervista.org/ahimage.php?color=white
http://ardoino.altervista.org/ahimage.php?color=black
http://ardoino.altervista.org/ahimage.php?color=yellow
http://ardoino.altervista.org/ahimage.php?color=grey
http://ardoino.altervista.org/ahimage.php?color=green
http://ardoino.altervista.org/ahimage.php?color=blue
http://ardoino.altervista.org/ahimage.php?color=brown
Feb 12, 05:55 PM: PHP socks5 connect
- Online source code
- Last version: 0.1
- Description[EN]: this sample function shows how to connect to an host through a socks5 ( I suggest to use this function with Tor and all you PHP application will be anonymized ) .
Feb 10, 09:42 PM: Php Library Search Engines
- Last version: 0.1
- Description [EN]: this a sample PHP ( using Curl ) library to parse search engines results ( Google , Yahoo , MSN , Altavista )
- Descrizione[IT]: questo e’ un esempio di libreria PHP ( che usa Curl ) per parsare i risultati dei motori di ricerca ( Google , Yahoo , MSN , Altavista )
Feb 10, 12:57 PM: Furious Forums
ENGLISH
Visit my new forum ! Information Technology , Anonimity , Webdesign and Webmastering , Search engines , Linux kernel , GNU/Linux , Security , Cryptography …
Furious Forums
ITALIANO
Visita il mio nuovo forum ! Information Technology , Anonimato sulla rete , Webdesign , Webmasters , Motori di ricerca , Linux kernel , GNU/Linux , Securezza e Crittografia …
Furious Forums
Feb 10, 09:13 AM: Me and some friends at DISI ( Departement of Computer Science in Genoa )
From left to right : Andrea , Me ( Paolo ) , Claudio , Melo
Feb 10, 08:48 AM: Gentoo on a Powerbook G4 12'' Super
Language: English
root@fuzzy~# cat /proc/cpuinfo
root@fuzzy~# lspci
Working Hardware
- Core HW (MPC7447A CPU (1.5 GHz), Apple UniNorth 2 chipsetIDE hard disk)
- Graphics (no 3d hardware acceleration)
- Ethernet
- Sound
- USB 1.1 and 2.0
- Bluetooth
- Keyboard
- Trackpad
- Battery status
- Temperature
- Apple Airport Extreme wireless card ( Broadcom BCM4306 )
Current Linux kernel version: Linux-2.6.14-rc5 [ .config ]
Current CFLAGS:”-O2 -pipe -mcpu=7450 -maltivec -mabi=altivec -fsigned-char -mstring -mpowerpc-gfxopt”
Trackpad configuration
To get it working use this driver by Stelian Pop Appletouch driver and take a look to my xorg.conf configuration file.
Now you could add to keys as left and right mouse buttons, so add these lines to /etc/sysctl.conf:
dev/mac_hid/mouse_button_emulation = 1
dev/mac_hid/mouse_button2_keycode = 97
dev/mac_hid/mouse_button3_keycode = 100
Now FN+CRTL and FN+ALT are the two mouse buttons.
Apple Airport Extreme wireless card ( Broadcom BCM4306 )
- Download bcm43xx ( the driver ) and fwcutter ( utility to extract wireless card firmware ) . Remember to get the latest snapshots .
- Copy bcm43xx-{SNAPSHOTDATE}__forlinux{KERNELVER}__.patch.bz2 , patch your kernel , open kernel configuration ( make menuconfig ) , select softmac ( in networking section ) and bcm43xx ( in devices->networking->wireless ) . Then rebuild the new kernel ( make ) and reboot .
- Extract bcm43xx-fwcutter
- Then copy from Mac Os X system /System/Library/Extensions/AppleAirPort2.kext/Contents/MacOS/AppleAirPort2 to fwcutter directory ; AppleAirport2 is the firmware of your card . If you have not Mac Os X installed try searching the firmware online
- Run : ./fwcutter AppleAirport2 ( this command will extract .fw files )
- Run : make installfw ( .fw files will be copied to /lib/firmware/ )
- ifconfig eth1 up
- iwconfig eth1 essid “Youressid”
Paolo
Feb 6, 11:48 AM: PHP examples : PHP graphic creator
- Online source code
- Last version: 0.1
- Description[EN]: this script is an example to learn how create graphics using PHP and gd library . It could be usefull to create statistical graphics and more .


