ips
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 83
ipsort
ipsort script sorts a STDIN of IP addresses to STDOUT. more>>
ipsort script sorts a STDIN of IP addresses to STDOUT. It sorts by the first octet, then by the second, the third and the fourth.
Usage: Takes Standard in or a file or list of files. So ipsort < file1 > < file2 > or cat < file > | ipsort
Its quite clever and looks for an IP address on each line, rejecting if it doesnt find one
Options:
-c or --commas Separate the list by space-separated commas, rather than one IP per line.
-u or --unique Uniquely sort the list as well, to avoid duplicate IPs.
-s or --string Use this string to separate the IPs. Eg. -s :
-m or --multiple Search for multiple IP addresses per line.
-h or --help Display this usage message.
<<lessUsage: Takes Standard in or a file or list of files. So ipsort < file1 > < file2 > or cat < file > | ipsort
Its quite clever and looks for an IP address on each line, rejecting if it doesnt find one
Options:
-c or --commas Separate the list by space-separated commas, rather than one IP per line.
-u or --unique Uniquely sort the list as well, to avoid duplicate IPs.
-s or --string Use this string to separate the IPs. Eg. -s :
-m or --multiple Search for multiple IP addresses per line.
-h or --help Display this usage message.
Download (MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
934 downloads
Pipss .02
Pipss project is an Internet protocol scanner/sniffer in 3D. more>>
Pipss project is an Internet protocol scanner/sniffer in 3D.
Perl Internet Protocol Scanner/Sniffer (pipss) is a small series of tools for creating a 3-dimensional network monitoring system.
Packets fly through the air from IPs to a given firewall/gateway. Pipss uses Tethereal to gather info, then uses OpenGL to create the scene.
Traffic is updated in real time (about every 30 seconds) and is even color coded.
This program should primarily be used by network admins with a decent amount of traffic to cover, otherwise its not really interesting.
<<lessPerl Internet Protocol Scanner/Sniffer (pipss) is a small series of tools for creating a 3-dimensional network monitoring system.
Packets fly through the air from IPs to a given firewall/gateway. Pipss uses Tethereal to gather info, then uses OpenGL to create the scene.
Traffic is updated in real time (about every 30 seconds) and is even color coded.
This program should primarily be used by network admins with a decent amount of traffic to cover, otherwise its not really interesting.
Download (MB)
Added: 2006-11-11 License: Free For Educational Use Price:
1078 downloads
IPS HLBR 1.1
IPS HLBR is a fork of the Hogwash project and is a Intrusion Prevention System. more>>
IPS HLBR program is a fork of the Hogwash project. It is an IPS (Intrusion Prevention System) that can filter packets directly in layer 2 of the OSI model (so the machine doesnt need an IP address).
Detection of malicious/anomalous traffic is done by rules based in signatures, and the user can add more rules. It is an efficient and versatile IPS, and can be used as a bridge to honeypots and honeynets.
Since it doesnt make use of the operating systems TCP/IP stack, it can be "invisible" to network access and attackers. The HLBR is a firewall element.
Enhancements:
- New rules only.
<<lessDetection of malicious/anomalous traffic is done by rules based in signatures, and the user can add more rules. It is an efficient and versatile IPS, and can be used as a bridge to honeypots and honeynets.
Since it doesnt make use of the operating systems TCP/IP stack, it can be "invisible" to network access and attackers. The HLBR is a firewall element.
Enhancements:
- New rules only.
Download (0.19MB)
Added: 2006-05-18 License: GPL (GNU General Public License) Price:
1256 downloads
IPy 0.55
IPy are a Python class and tools for handling of IPv4 and IPv6 addresses and networks. more>>
IPy is a Python class and tools for handling of IPv4 and IPv6 addresses and networks. The script is similar to the Net::IP Perl module.
The IP class allows a comfortable parsing and handling for most notations in use for IPv4 and IPv6 Addresses and Networks. It was greatly inspired bei RIPEs Perl module NET::IPs interface but doesnt share the Implementation. It doesnt share non-CIDR netmasks, so funky stuff lixe a netmask 0xffffff0f cant be done here.
>>> from IPy import IP
>>> ip = IP(127.0.0.0/30)
>>> for x in ip:
... print x
...
127.0.0.0
127.0.0.1
127.0.0.2
127.0.0.3
>>> ip2 = IP(0x7f000000/30)
>>> ip == ip2
1
>>> ip.reverseNames()
[0.0.0.127.in-addr.arpa., 1.0.0.127.in-addr.arpa.,
2.0.0.127.in-addr.arpa., 3.0.0.127.in-addr.arpa.]
>>> ip.reverseName()
0-3.0.0.127.in-addr.arpa.
>>> ip.iptype()
PRIVATE
Enhancements:
- This release is able to parse any IPv4 and IPv6 address in many formats with or without netmask.
<<lessThe IP class allows a comfortable parsing and handling for most notations in use for IPv4 and IPv6 Addresses and Networks. It was greatly inspired bei RIPEs Perl module NET::IPs interface but doesnt share the Implementation. It doesnt share non-CIDR netmasks, so funky stuff lixe a netmask 0xffffff0f cant be done here.
>>> from IPy import IP
>>> ip = IP(127.0.0.0/30)
>>> for x in ip:
... print x
...
127.0.0.0
127.0.0.1
127.0.0.2
127.0.0.3
>>> ip2 = IP(0x7f000000/30)
>>> ip == ip2
1
>>> ip.reverseNames()
[0.0.0.127.in-addr.arpa., 1.0.0.127.in-addr.arpa.,
2.0.0.127.in-addr.arpa., 3.0.0.127.in-addr.arpa.]
>>> ip.reverseName()
0-3.0.0.127.in-addr.arpa.
>>> ip.iptype()
PRIVATE
Enhancements:
- This release is able to parse any IPv4 and IPv6 address in many formats with or without netmask.
Download (0.031MB)
Added: 2007-08-22 License: BSD License Price:
794 downloads
UpdateIP 1.0
UpdateIP is used to update a machine ip for the JumpGate service. more>>
UpdateIP application is used to update a machine ip for the JumpGate service (similar to dynamic DNS, for keeping track of machine IPs).
You must have an active account on http://jump.x2studios.com to use this software.
You can sign up for a free week. A year subscription costs $12.
To use the script edit the settings in the top half of the updateip file (use vi or pico or whatever you want).
To add updateip as a scheduled task add it to your crontab, the following crontab will update every helf hour:
01,31 * * * * perl /Path To Script/updateip s
<<lessYou must have an active account on http://jump.x2studios.com to use this software.
You can sign up for a free week. A year subscription costs $12.
To use the script edit the settings in the top half of the updateip file (use vi or pico or whatever you want).
To add updateip as a scheduled task add it to your crontab, the following crontab will update every helf hour:
01,31 * * * * perl /Path To Script/updateip s
Download (0.002MB)
Added: 2006-03-21 License: Freeware Price:
1312 downloads
PPPstat 0.5.0
PPPstat is an easy-to-use console utility to see the summary of dial-up connections from your unix system. more>>
PPPstat is an easy-to-use console utility to see the summary of dial-up connections from your unix system. Uses logs of pppd.
PPPstat is designed to provide a statistic on dial-up Internet connection. PPPstat project uses system logs of pppd daemon, thats why it would be useless if one would use something else to connect via PPP.
Main features:
- store info about connects in separate file;
- after getting info about connects to Internet from logs, PPPstat can group them:
- by user, who starterd pppd or by ISP in any combinations;
- by period: day or mounth;
- to make output more pretty, there is a configuration file which contais info about IPs of ISPs modem pools to print ISP name instead IP;
- count costs of connects.
Enhancements:
- make use of autotools. Now installation is corresponds GNU requirements
- output completely changed. Hope, it would be more convinient. Inspired by ppplag
- location of file, where syslog stores its messages, is taken from its config file
- added script for cron (/etc/cron.weekly/pppstat) to keep /var/log/pppd.log up to date, independently of program usage
- added ukrainian and russian translation
<<lessPPPstat is designed to provide a statistic on dial-up Internet connection. PPPstat project uses system logs of pppd daemon, thats why it would be useless if one would use something else to connect via PPP.
Main features:
- store info about connects in separate file;
- after getting info about connects to Internet from logs, PPPstat can group them:
- by user, who starterd pppd or by ISP in any combinations;
- by period: day or mounth;
- to make output more pretty, there is a configuration file which contais info about IPs of ISPs modem pools to print ISP name instead IP;
- count costs of connects.
Enhancements:
- make use of autotools. Now installation is corresponds GNU requirements
- output completely changed. Hope, it would be more convinient. Inspired by ppplag
- location of file, where syslog stores its messages, is taken from its config file
- added script for cron (/etc/cron.weekly/pppstat) to keep /var/log/pppd.log up to date, independently of program usage
- added ukrainian and russian translation
Download (0.25MB)
Added: 2006-01-10 License: GPL (GNU General Public License) Price:
1382 downloads
PFG for IPTables 0.02 Beta
PFG for IPTables is a PHP Firewall Generator. more>>
PFG for IPTables is a PHP Firewall Generator.
Main features:
Main Configuration
- Server IP adress
- External Network Interface
- Internal Network Interface
- Enable Forwarding and MasqON
Deny followning ICMP types
- Echo RequestsON
- Destination UnreachableON
- Timestamp ReplyON
- Adress Mask ReplyON
- Adress Mask RequestON
- Host UnreachableON
- Host RedirectON
- Timestamp requestON
- Source QuenchON
Accept services
- FTPON
- SSHON
- SMTPON
- IMAPON
- POPON
- HTTPON
- HTTPSON
- MYSQLON
- DNSON
P2P
- Direct ConnectON
- BeershareON
- NapsterON
- WinMXON
UDP Protocol
- Open UDP for all portsON
- Only open upp for these ports
Allow other TCP ports
PortForwarding
Blocking IPs and URLs
- Blocking connections from internal ips (seperate each ip adress with blankspace)
- Blocking access to sites on the internet
Add IPs you want to allow anything from
<<lessMain features:
Main Configuration
- Server IP adress
- External Network Interface
- Internal Network Interface
- Enable Forwarding and MasqON
Deny followning ICMP types
- Echo RequestsON
- Destination UnreachableON
- Timestamp ReplyON
- Adress Mask ReplyON
- Adress Mask RequestON
- Host UnreachableON
- Host RedirectON
- Timestamp requestON
- Source QuenchON
Accept services
- FTPON
- SSHON
- SMTPON
- IMAPON
- POPON
- HTTPON
- HTTPSON
- MYSQLON
- DNSON
P2P
- Direct ConnectON
- BeershareON
- NapsterON
- WinMXON
UDP Protocol
- Open UDP for all portsON
- Only open upp for these ports
Allow other TCP ports
PortForwarding
Blocking IPs and URLs
- Blocking connections from internal ips (seperate each ip adress with blankspace)
- Blocking access to sites on the internet
Add IPs you want to allow anything from
Download (MB)
Added: 2007-02-14 License: GPL (GNU General Public License) Price:
983 downloads
ipt_ACCOUNT 1.10
ipt_ACCOUNT is a high performance local network accounting system written for the Linux netfilter/iptables system. more>>
ipt_ACCOUNT is a high performance local network accounting system written for the Linux netfilter/iptables system.
It has just two parameters:
addr is the subnet which is accounted for
tname is the table name where the information is stored
The data can be queried later using the libipt_ACCOUNT userspace library or by the "iptaccount" tool which is part of the libipt_ACCOUNT package.
A special subnet is "0.0.0.0/0": All data is stored in the src_bytes and src_packets structure of slot "0". This is useful if you want to account the overall traffic to/from your internet provider.
pt_ACCOUNT is designed to be queried for data every second or at least every ten seconds. It is written as kernel module to handle high bandwidths without packet loss.
The largest possible subnet size is 24 bit, meaning f.e. 10.0.0.0/8 networks. Therefore its able to use a fixed internal data structures which speeds up the processing speed for each packet. Furthermore, accounting data for one complete 192.168.1.X/24 network takes 4kb of memory. Memory for 16 or 24 bit networks is only allocated when needed.
The data is queried using the userspace libipt_ACCOUNT library. There is no /proc interface as it would be too slow for continuous access. The read&flush query operation is the fastest, as no internal data snapshot needs to be created&copied for all data. Use the "read" operation without flush only for debugging purposes!
To optimize the kerneluserspace data transfer a bit more, the kernel module only transfers information about IPs, where the src/dst packet counter is not 0. This saves precious kernel time.
Install the pom-ng-ipt_ACCOUNT archive in your patch-o matic-ng directory
Patch your kernel (./runme ACCOUNT)
Patch the userspace iptabels tool with the iptables-ext ipt_ACCOUNT.patch
Recompile the kernel
Recompile iptables tool
Unpack the libipt_ACCOUNT library archive
Run autoreconf -f
./configure && make && make install
You can also install&build the provided .src.prm
Enhancements:
- Linux kernel 2.6.22 support was added.
<<lessIt has just two parameters:
addr is the subnet which is accounted for
tname is the table name where the information is stored
The data can be queried later using the libipt_ACCOUNT userspace library or by the "iptaccount" tool which is part of the libipt_ACCOUNT package.
A special subnet is "0.0.0.0/0": All data is stored in the src_bytes and src_packets structure of slot "0". This is useful if you want to account the overall traffic to/from your internet provider.
pt_ACCOUNT is designed to be queried for data every second or at least every ten seconds. It is written as kernel module to handle high bandwidths without packet loss.
The largest possible subnet size is 24 bit, meaning f.e. 10.0.0.0/8 networks. Therefore its able to use a fixed internal data structures which speeds up the processing speed for each packet. Furthermore, accounting data for one complete 192.168.1.X/24 network takes 4kb of memory. Memory for 16 or 24 bit networks is only allocated when needed.
The data is queried using the userspace libipt_ACCOUNT library. There is no /proc interface as it would be too slow for continuous access. The read&flush query operation is the fastest, as no internal data snapshot needs to be created&copied for all data. Use the "read" operation without flush only for debugging purposes!
To optimize the kerneluserspace data transfer a bit more, the kernel module only transfers information about IPs, where the src/dst packet counter is not 0. This saves precious kernel time.
Install the pom-ng-ipt_ACCOUNT archive in your patch-o matic-ng directory
Patch your kernel (./runme ACCOUNT)
Patch the userspace iptabels tool with the iptables-ext ipt_ACCOUNT.patch
Recompile the kernel
Recompile iptables tool
Unpack the libipt_ACCOUNT library archive
Run autoreconf -f
./configure && make && make install
You can also install&build the provided .src.prm
Enhancements:
- Linux kernel 2.6.22 support was added.
Download (0.020MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
821 downloads
IP Traffic Meter 0.1
IP Traffic Meter is a traffic counter for IPv4 addresses. more>>
IP Traffic Meter is a traffic counter for IPv4 addresses. It uses the DB4 database from Berkeley to keep its counters, the pcap library for monitoring, and the gd library from Boutel to create graphics. The results are displayed in JPEG graphics on an HTML webpage.
Enhancements:
- With ipmeter you can monitor the traffic made by some IPs. It produces daily, weekly, monthly and yearly statistics into jpg graphics. It uses db4 database from Berkeley to keep its internal counters, and gd library from Boutell to create jpg graphic.
<<lessEnhancements:
- With ipmeter you can monitor the traffic made by some IPs. It produces daily, weekly, monthly and yearly statistics into jpg graphics. It uses db4 database from Berkeley to keep its internal counters, and gd library from Boutell to create jpg graphic.
Download (0.068MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1219 downloads
Nmap Log Stripp3r 1.0
Nmap Log Stripp3r is intended to be a way to condense all, or some, of the IPs of a random nmap scan. more>>
Nmap Log Stripp3r program is intended to be a way to condense all, or some, of the IPs of a "random" nmap scan into a file for later usage.
Common uses are to be able to feed the file back into nmap with the -iL switch, or feeding it into another port or vulnerability scanner of your choice.
Stripp3r supports stripping the nmap log of all but the IPs of hosts running a certain service, a version of a service, or even an arbitrary banner, and writing them to a file.
This is intended to be a way to condense all the IPs of a "random" Nmap scan into a file for later useage. Common uses are to be able to feed the file back into Nmap its self with the -iL switch, or feeding it into another port or vulnerability scanner.
Useage: ./stripp3r < logfile > < output > "< version string >" -v
Pretty simple. First, you must run an Nmap scan, on random hosts.
Ex. nmap -p 80 -sV -v -iR 500000 -oN nmaplogfile.nmap
This will tell nmap to do a scan service scan of 500,000 random IP addresses for the port 80, vobosely, and save the log to a file named nmaplogfile.nmap. You can change this around, eg, scanning a different service port (if say, you were looking for computers running FTP, you would scan for port 21 instead of 80 for HTTP), scanning a different number of hosts (500,000 or so is good, takes a few hours ususally though), or saving the log file to a different filename.
Nmap will then save a list of hosts that were "up" to a log file, with some informaiton about them, specifically weather the port that you specified was open, closed, or filtered. We are interested in "open" ports, so by default, Stripp3r will take all the log
enteries that have the port your specified listed as "open" and condense them into a file, listing only the IPs, one on each line.
Ex. ./stripp3r nmaplogfile.nmap output.ips
You can be more specific, and have Stripp3r put only the IPs that are running a certain service in the output file. The service string will only register the strings matching EXACTLY, so be careful to get the case and such correct.
apache httpd 1.3.27 (wont work)
Apache 1.3.27 (wont work)
Apache httpd 1.3.27 (works!)
Ex. ./stripp3r nmaplogfile.nmap output.ips "Apache httpd 1.3.27"
If you want to try it with verbosity, say
Ex. ./stripp3r nmaplogfile.nmap output.ips "Apache httpd 1.3.27" -v
And stripp3r will print out what it finds, along with writing it to the file.
You may change, copy, and reproduce this file, as long as the author is given credit for the initial writing of the code.
<<lessCommon uses are to be able to feed the file back into nmap with the -iL switch, or feeding it into another port or vulnerability scanner of your choice.
Stripp3r supports stripping the nmap log of all but the IPs of hosts running a certain service, a version of a service, or even an arbitrary banner, and writing them to a file.
This is intended to be a way to condense all the IPs of a "random" Nmap scan into a file for later useage. Common uses are to be able to feed the file back into Nmap its self with the -iL switch, or feeding it into another port or vulnerability scanner.
Useage: ./stripp3r < logfile > < output > "< version string >" -v
Pretty simple. First, you must run an Nmap scan, on random hosts.
Ex. nmap -p 80 -sV -v -iR 500000 -oN nmaplogfile.nmap
This will tell nmap to do a scan service scan of 500,000 random IP addresses for the port 80, vobosely, and save the log to a file named nmaplogfile.nmap. You can change this around, eg, scanning a different service port (if say, you were looking for computers running FTP, you would scan for port 21 instead of 80 for HTTP), scanning a different number of hosts (500,000 or so is good, takes a few hours ususally though), or saving the log file to a different filename.
Nmap will then save a list of hosts that were "up" to a log file, with some informaiton about them, specifically weather the port that you specified was open, closed, or filtered. We are interested in "open" ports, so by default, Stripp3r will take all the log
enteries that have the port your specified listed as "open" and condense them into a file, listing only the IPs, one on each line.
Ex. ./stripp3r nmaplogfile.nmap output.ips
You can be more specific, and have Stripp3r put only the IPs that are running a certain service in the output file. The service string will only register the strings matching EXACTLY, so be careful to get the case and such correct.
apache httpd 1.3.27 (wont work)
Apache 1.3.27 (wont work)
Apache httpd 1.3.27 (works!)
Ex. ./stripp3r nmaplogfile.nmap output.ips "Apache httpd 1.3.27"
If you want to try it with verbosity, say
Ex. ./stripp3r nmaplogfile.nmap output.ips "Apache httpd 1.3.27" -v
And stripp3r will print out what it finds, along with writing it to the file.
You may change, copy, and reproduce this file, as long as the author is given credit for the initial writing of the code.
Download (0.002MB)
Added: 2006-04-17 License: GPL (GNU General Public License) Price:
1286 downloads
PBNJ 2.04
PBNJ is a network tool that can be used to give an overview of a machine or multiple machines. more>>
PBNJ is a network tool that can be used to give an overview of a machine or multiple machines which includes the details about the services running on them.
PBNJ is different from other tools because it is based on using a scan from nmap parsed to amap. PBNJ project parses the data from a scan and inputs it into a CSV format file for each ip address scanned.
However, pbnj is able to handle additional scans and parse the data while only looking for changes.
For example, if a machine was updated with a newer version of OpenSSH than was running when the first scan was performed, the CSV file would contain the difference of the scan.
Enhancements:
- converted text files files from unix to dos format
- added backwards compatibility for --scan
- update man pages to reflect removal of --scan
- fixed ip parsing bug for certain ips
- removed -s ( default is to scan all ips )
- fixed help and manpages to reflect changes
- -p doesnt require arguments. Therefore, to perform
- ping scan use the following: scanpbnj -p 192.168.1.1/24
- fixed bug when inserting a service with an unknown name.
- added more tests
- small Makefile.PL change of manpages
<<lessPBNJ is different from other tools because it is based on using a scan from nmap parsed to amap. PBNJ project parses the data from a scan and inputs it into a CSV format file for each ip address scanned.
However, pbnj is able to handle additional scans and parse the data while only looking for changes.
For example, if a machine was updated with a newer version of OpenSSH than was running when the first scan was performed, the CSV file would contain the difference of the scan.
Enhancements:
- converted text files files from unix to dos format
- added backwards compatibility for --scan
- update man pages to reflect removal of --scan
- fixed ip parsing bug for certain ips
- removed -s ( default is to scan all ips )
- fixed help and manpages to reflect changes
- -p doesnt require arguments. Therefore, to perform
- ping scan use the following: scanpbnj -p 192.168.1.1/24
- fixed bug when inserting a service with an unknown name.
- added more tests
- small Makefile.PL change of manpages
Download (0.026MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1074 downloads
Pop-before-SMTP 1.1.0
Pop-before-SMTP allows you to first authenticate Yourself via POP3 and then relay your mails. more>>
Pop-before-SMTP allows you to first authenticate Yourself via POP3 and then relay your mails.
Pop-before-SMTP reads data from FIFO file (POP3-daemon writes to this FIFO) and adds RELAY hosts into access file. Next rebuilds database allowing IPs relay mails. Everything goes in real time allowing Your clients to send mails immediately after receiving post via POP3.
Enhancements:
- at syslog() program shows now the whole record added into database (before was bug),
- you can determine facility for syslog in conf section,
- now You can hash IP numbers in "access" file (before was bug if IP number was hashed, logrelaypop3 didnt add its into database),
- new parameter in conf section.
- LOGRELAY-POP3 for Zmailer & solid-pop3d support
- LOGRELAY-POP3 for Sendmail & ipop3 support
- LOGRELAY-POP3 for Sendmail & solid-pop3 support
<<lessPop-before-SMTP reads data from FIFO file (POP3-daemon writes to this FIFO) and adds RELAY hosts into access file. Next rebuilds database allowing IPs relay mails. Everything goes in real time allowing Your clients to send mails immediately after receiving post via POP3.
Enhancements:
- at syslog() program shows now the whole record added into database (before was bug),
- you can determine facility for syslog in conf section,
- now You can hash IP numbers in "access" file (before was bug if IP number was hashed, logrelaypop3 didnt add its into database),
- new parameter in conf section.
- LOGRELAY-POP3 for Zmailer & solid-pop3d support
- LOGRELAY-POP3 for Sendmail & ipop3 support
- LOGRELAY-POP3 for Sendmail & solid-pop3 support
Download (0.009MB)
Added: 2007-02-26 License: GPL (GNU General Public License) Price:
973 downloads
Spoink 1.0
Spoink is an output-plugin for snort that works by blocking access to attackers using OpenBSDs pf api. more>>
Spoink is an output-plugin for snort that works by blocking access to attackers using OpenBSDs pf api.
All you need is an OpenBSD machine (or pf compatible), and snort (last version works well).
Spoink uses a pf table and a blocking rule to stop "attackers" accessing our system. To protect from false negatives you must have a whitelist full of ips you want save (see section 2).
Spoink program only blocks attacks defined in snort rules so think for a minute what rules you want to use first.
<<lessAll you need is an OpenBSD machine (or pf compatible), and snort (last version works well).
Spoink uses a pf table and a blocking rule to stop "attackers" accessing our system. To protect from false negatives you must have a whitelist full of ips you want save (see section 2).
Spoink program only blocks attacks defined in snort rules so think for a minute what rules you want to use first.
Download (0.005MB)
Added: 2006-03-27 License: BSD License Price:
1308 downloads
WAG Applications 0.6.3
WAG Applications provides a collection of WAG-hosted Web applications. more>>
WAG Applications provides a collection of WAG-hosted Web applications.
WAG Applications is a collection of Web applications that are capable of being hosted by the Web Application Gateway.
WAG provides core functionality such as user definition, authentication, and administration, for all hosted Web applications.
Enhancements:
- Added application specific handlers to the wagErrorHandler function.
- Added is_email() function to functions.php which checks if a a given e-mail address is valid. It checks for all top level domains including the new ones (.biz, .info, .museum etc.) and the special ones (.arpa, .int etc.) as well as with e-mail addresses based on IPs (e.g. webmaster@123.45.123.45). (Function derived from PHP user contributed notes.)
- Enhanced the error reporting for both WAG and application database errors to include the server name and user name/id. This will help admins target problems if they are responsible for multiple WAG installations.
- Added "Date Added" and "Date Last Login" information to Administration > Users screen.
- Made style sheet changes related to form field fonts.
- Bug Fixes
- Validation of user e-mail addresses was not performed correctly and causing any valid e-mail address to be flagged as invalid.
- When admin changes a users password, the e-mail password, if configured, is also changed. This allows the admin to "lockout" a user from both WAG and e-mail if needed.
<<lessWAG Applications is a collection of Web applications that are capable of being hosted by the Web Application Gateway.
WAG provides core functionality such as user definition, authentication, and administration, for all hosted Web applications.
Enhancements:
- Added application specific handlers to the wagErrorHandler function.
- Added is_email() function to functions.php which checks if a a given e-mail address is valid. It checks for all top level domains including the new ones (.biz, .info, .museum etc.) and the special ones (.arpa, .int etc.) as well as with e-mail addresses based on IPs (e.g. webmaster@123.45.123.45). (Function derived from PHP user contributed notes.)
- Enhanced the error reporting for both WAG and application database errors to include the server name and user name/id. This will help admins target problems if they are responsible for multiple WAG installations.
- Added "Date Added" and "Date Last Login" information to Administration > Users screen.
- Made style sheet changes related to form field fonts.
- Bug Fixes
- Validation of user e-mail addresses was not performed correctly and causing any valid e-mail address to be flagged as invalid.
- When admin changes a users password, the e-mail password, if configured, is also changed. This allows the admin to "lockout" a user from both WAG and e-mail if needed.
Download (0.16MB)
Added: 2007-01-30 License: GPL (GNU General Public License) Price:
998 downloads
Snes9X 1.5
Snes9X is a Super Nintendo Entertainment System emulator. more>>
Snes9X is a Super Nintendo Entertainment System emulator.
Snes9x is a portable, freeware Super Nintendo Entertainment System (SNES) emulator.
It basically allows you to play most games designed for the SNES and Super Famicom Nintendo game systems on your PC or Workstation; which includes some real gems that were only ever released in Japan.
Main features:
- ability to save in any location of the game, despite how the game was designed its amazingly useful when you dont want to redo the same level over and over.
- built-in peripherals. This is anything from multi-taps, to super scopes, to cheat devices.
- ability to rip sprites and music for your own personal use
- easier to organize and no stacks of cartridges that scare off non-nerdish women.
- filters can be used to enhance graphics on old games.
Snes9x is the result of well over three years worth of part-time hacking, coding, recoding, debugging, divorce, etc. (just kidding about the divorce bit). Snes9x is coded in C++, with three assembler CPU emulation cores on the i386 Linux and Windows ports.
Currently there are many ports of Snes9x available, please check the download page to see if a port exists for your system.
Enhancements:
- Pseudo-hires rendering flush, Old 2xsai endian fix
- Added oops auto-snapshot support
- Anomies control remapping patch
- Support for IPS patches in the zip file
- Config file for Unix/X11 and Unix/SVGA
- Rewrote the renderer. Enjoy!
- Add support for saner directory structures under Unix
- Added 4-point gaussian interpolation and proper envelopes.
- Speed adjustment of C++ Super FX emulation.
- Removed some game specific hacks.
- dded partial Satellaview (BS) emulation.
- dded the Katakana font for onscreen messages.
- Updated JMA to v1
- Fixed JMA options in config
- Removed --with(out)-asmcpu option in config because the i386 assembler CPU core is out of date.
- Changed the default settings in config.
- Ported Snes9x to AMD64.
- Completed DSP-1 code.
- Updated DSP-3 and DSP-4 code.
- Fixed a lot of bugs.
<<lessSnes9x is a portable, freeware Super Nintendo Entertainment System (SNES) emulator.
It basically allows you to play most games designed for the SNES and Super Famicom Nintendo game systems on your PC or Workstation; which includes some real gems that were only ever released in Japan.
Main features:
- ability to save in any location of the game, despite how the game was designed its amazingly useful when you dont want to redo the same level over and over.
- built-in peripherals. This is anything from multi-taps, to super scopes, to cheat devices.
- ability to rip sprites and music for your own personal use
- easier to organize and no stacks of cartridges that scare off non-nerdish women.
- filters can be used to enhance graphics on old games.
Snes9x is the result of well over three years worth of part-time hacking, coding, recoding, debugging, divorce, etc. (just kidding about the divorce bit). Snes9x is coded in C++, with three assembler CPU emulation cores on the i386 Linux and Windows ports.
Currently there are many ports of Snes9x available, please check the download page to see if a port exists for your system.
Enhancements:
- Pseudo-hires rendering flush, Old 2xsai endian fix
- Added oops auto-snapshot support
- Anomies control remapping patch
- Support for IPS patches in the zip file
- Config file for Unix/X11 and Unix/SVGA
- Rewrote the renderer. Enjoy!
- Add support for saner directory structures under Unix
- Added 4-point gaussian interpolation and proper envelopes.
- Speed adjustment of C++ Super FX emulation.
- Removed some game specific hacks.
- dded partial Satellaview (BS) emulation.
- dded the Katakana font for onscreen messages.
- Updated JMA to v1
- Fixed JMA options in config
- Removed --with(out)-asmcpu option in config because the i386 assembler CPU core is out of date.
- Changed the default settings in config.
- Ported Snes9x to AMD64.
- Completed DSP-1 code.
- Updated DSP-3 and DSP-4 code.
- Fixed a lot of bugs.
Download (0.51MB)
Added: 2006-07-07 License: GPL (GNU General Public License) Price:
1286 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above ips search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed