| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | AIM Subprofile |
script | PHP | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 2 | AIM 1.5 |
linux | Communications->Chat | Free |
View Detail
|
|||||||||
"You don`t have to be an America Online member to experience the immediate cross-Internet communication made possible by AOL Instant Messenger. This program allows Internet users to communicate via private, personalized text messages. The program indicates when friends, family members, and business colleagues are online, making Internet communications faster, easier, and more efficient. AOL Instant Messenger combines AOL`s popular Buddy List and Instant Message features, enabling users to send and respond to messages immediately." Whats New in This Release: · Improved Popups Preferences · Support for @mac.com addresses · The wireless icon is the visual indication on the buddy list that a buddy is using a mobile device. · File Transfer (with Drag&Drop support) · Displays idle time · Ability to install anywhere. (Extract everything into a single directory and then run aim with option "--install_dir %path" where %path is the path to directory containing all the libraries) |
||||||||||||||
| 3 | j.ANet.AIM |
script | Java | Free Additional Info: Demo Version |
View Detail
|
|||||||||
|
||||||||||||||
| 4 | AIM PowerPlus 1.6 |
windows | Communications->Chat Instant Messaging | Free |
View Detail
|
|||||||||
AIM PowerPlus enhances your AOL Instant Messenger with great new features and add-ons. These include powering up your AIM with 200 new free smileys, comprehensive chat conversation recording (full HTML with time tags, all colors and URLs preserved), exclusive Buddy Icon collector that can save your Buddys AIM icons, useful PowerPlus toolbar that is present in all Instant Message windows, complete Winamp controls (play, pause) from any AIM window, funny jokes and one-liners database to automatically use in chats, and software shortcuts and tools from all AIM windows. Easy to use and with a simple "point and click" interface for the additional 200 smileys that can be used from any AIM chat window, AIM PowerPlus is the ultimate add-on for AOL Instant Messenger. |
||||||||||||||
| 5 | AIM Subprofile Server |
script | CGI Perl | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 6 | Yura AIM Expression 1.0 |
windows | Communications->Other Chat Tools | Free |
View Detail
|
|||||||||
| 7 | Grafitti AIM Expression 1.0 |
windows | Communications->Other Chat Tools | Free |
View Detail
|
|||||||||
| 8 | AIM / FAR 2006 |
pda | HOBBIES->Cars Aircraft | 14.95 $ to buy |
View Detail
|
|||||||||
This digital edition of the Aeronautical Information Manual, as amended to February 16, 2006 and the Federal Aviation Regulations for 2006, including the Pilot/Controller Glossary for 2005 is extensively indexed, hyper-linked and full of features for instant access to any section or term. Contains FAR Parts: 1, 43, 61, 65, 67, 71, 73, 91, 97, 103, 105, 119, 121,135, 137, 141, 142, and NTSB 830. Key Benefits: Table of Contents and Chapter Indexes which can be accessed from anywhere in the eBook. Text is specially formatted and subdivided for easy reading. Entirely hyper-linked: you can instantly go from one section to another just by tapping the link; like a web page. The program also remembers your jump history. Expandable tables for easy reading. Where a section of the FAR has been amended a reference follows the text of the section. Add your own marks and bookmarks. VFS Support: Manage your AIM/FAR 2006 from your memory card Hi-Res and Extended Screen Support Multiple ways to find and access a section or concept: Table of Contents Chapter Indexes Customizable Search Marks Bookmarks Links |
||||||||||||||
| 9 | AIM Spyware Remover 0.92 |
windows | Communications->Other Chat Tools | Free |
View Detail
|
|||||||||
AIM Spyware Remover is a free and useful application that will help you to search, scan, remove and use AIM safer. |
||||||||||||||
| 10 | AIM Brain 1.2 |
windows | Network Internet->Text Chat Clients | Free |
View Detail
|
|||||||||
Fixes 3 annoying things about AOL Instant Messengersoftware (a.k.a. AIM): 1) Prevents AIM from re-connecting you to the internet when you disconnect. 2)Removes the dumb Connection lost message thatappears when you disconnect. 3) Signs you back on whenyou DO re-connect to the internet. Updated version forversion 3.0 of AIM software (also works with v2.0). |
||||||||||||||
| 11 | AIM Scripts 1.0 |
mac | Utilities->Internet Utilities | Free |
View Detail
|
|||||||||
Along with various example scripts for AOL Instant Messenger (Away message, Send Chat text, Send IM, Set Profile, Sign off and on and Auto response), the AIM Scripts archive contains several of the authors finished scripts, such as Noodlez AIM Bot and AIM MP3 Announcer Chat. |
||||||||||||||
| 12 | SpyArsenal AIM Logger 2.10 |
windows | Communications->Chat Instant Messaging | $39 |
View Detail
|
|||||||||
|
||||||||||||||
| 13 | IMMonitor AIM Spy 2.0 |
windows | Security Privacy->Key Loggers | $39.95 |
View Detail
|
|||||||||
IMMonitor AIM Spy description IMMonitor AIM Spy is a useful program which allow you to monitor, block or record AIM IMMonitor AIM Spy is a useful program which allows you to monitor, block or record AIM (AOL Instant Messenger) chat conversations remotely, Is your spouse, child, or friend hiding secrets from you? or you suspect theyre engaged in dangerous conversations, If so IMMonitor AIM Its easy to use and no additional program installation is needed on the monitoring target computers. No one will know how their AIM conversations is being blocked or recorded and it will never stop working until you close it. Here are some key features of "IMMonitor AIM Spy": · Capture and archives AIM conversations from any computer on the network. · Record or Block AIM (AOL Instant Messenger) chat conversations. · Export all intercepted messages to HTML files. · Automatically send the chat logs to your e-mail for remote viewing. · Password and hot key protection. · Run in stealth mode. · Start capturing on the program startup. · User safe, easy, and powerful. |
||||||||||||||
| 14 | Net::AIM 1.22 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Net::AIM is a Perl extension for AOL Instant Messenger TOC protocol. SYNOPSIS use Net::AIM; $aim = new Net::AIM; $conn = $aim->newconn(Screenname => Perl AIM, Password => yaddayadda); $aim->start; This module implements an OO interface to the Aol Instant Messenger TOC protocol. This version contains not much more than hacked code that merely connects to the aol TOC servers and acts on instant messages. METHODS Net::AIM->new() This is the Net::AIM constructor. No arguments needed. $aim->debug($debug) Set whether to print DEBUGGING information to STDERRR. Accepts $debug which should be a boolean value. $aim->set($key, $val) This method simply sets $key to $val in an internal hash for variables $aim->get($key) This method simply gets the value of $key from the internal hash $aim->newconn() This method creates a new AIM::Connection object $aim->getconn() This method returns a pointer to the AIM::Connection object $aim->do_one_loop() This executes one read off the socket. $aim->start() This just starts an infinte loop of $aim->do_one_loop; $aim->timeout($secs); This sets or returns the current timeout in seconds for the select loop. Takes 1 optional argument. Fractional timeout values are ok. $aim->add_buddy($send_bool, $group, @buddies); This adds @buddies to your buddy list, under the group $group. if $send_bool evaluates to TRUE then the toc_add_buddy command is sent to the server. Otherwise it is not sent out. This function will also save the list internally. $aim->add_permit($send_bool, $group, @buddies); This adds @buddies to your permit list, under the group $group. if $send_bool evaluates to TRUE then the toc_add_permit command is sent to the server. Otherwise it is not sent out. This function will also save the list internally. $aim->add_deny($send_bool, $group, @buddies); This adds @buddies to your deny list, under the group $group. if $send_bool evaluates to TRUE then the toc_add_deny command is sent to the server. Otherwise it is not sent out. This function will also save the list internally. $aim->remove_buddy($send_bool, $group, @buddies); This removes @buddies from your buddy list. $group must be the group they were orginally set with for them to be deleted from the internal $aim memory and prevent them from getting added again incase a set_config method is called. if $send_bool evaluates to TRUE then the toc_add_deny command is sent to the server. Otherwise it is not sent out. This function will also save the list internally. $aim->set_idle($idle_time) This method sets our idle time to $idle_time. If $idle_time is omitted it will be set to 0. $aim->get_info($screen_name) Sends an info request to the server for $screen_name. The server should reply with a URL which will contain the info requested about the user. $aim->set_info($info) This method sets your info or profile information to $info on the server. $aim->evil($user, $anon) Warn $screen_name. $anon: boolean value which will determine whether to warn the user anonymously or normally. Anonymous warnings are less severe. $aim->send($message) Send $message to the server. This is used internally by other functions to send commands to the server. $aim->send(toc_add_buddy perlaim) $aim->chat_invite($room, $msg, @buddies) Invite @buddies to $room with the message $msg $aim->chat_accept($room_id) This will accept an invitation that was sent to us for $room_id $aim->chat_leave($room_id) This method instructs the server to take you out of the room $room_id $aim->chat_whisper($room_id,$user,$msg) Whisper $msg to $user in the room $room_id $aim->chat_send($room_id, $message) Send $message in chat room $room_id $aim->chat_join($roomname) Send a request to enter the room $roomname $aim->send_im($screen_name, $message) This method sends $message to $screen_name. $aim->list_rooms(); This method returns an @array of rooms each consisting of ID:ROOM_NAME. For instance: 235236:Perl AIM Chat12 234323:Perl AIM Chat13 235832:Perl AIM Chat14 125082:Perl AIM Chat15 $aim->get_roomname($id) This method returns the name of the room with id $id. $aim->set_roomname($id, $roomname) This saves $roomname in the $aim object in a %hash keyed on $id. $aim->del_roomname($id) Deletes $id and its associate value from our roomname hash in $aim $aim->encode($str) This method returns $str encoded as per the TOC specs: escaped special chars ({}[]$) and enclosed in quotes (") $aim->send_config() This method instructs the module to send our configurations which are the mode (permit/deny/all) and our buddy list to the server and to set it as our saved config on the server $aim->send_buddies() This method instructs the module to send all our current buddies to the AOL server. $set_config_str($config_str, add_bool) This parses a config string of the form: g Buddies p permit1 p permit2 d deny1 d deny2 b budd1 b budd2 Key: g - Buddy Group (All Buddies until the next g or the end of config are in this group.) b - A Buddy p - Person on permit list d - Person on deny list m - Permit/Deny Mode. Possible values are 1 - Permit All 2 - Deny All 3 - Permit Some 4 - Deny Some $aim->normalize($data) This method normalizes $data by killing all but strict alphnumeric characters. Typically used for screen_names. |
||||||||||||||
| 15 | AIM Monitor 2.0 |
windows | Network Internet->Misc Networking Tools | $59.95 |
View Detail
|
|||||||||
AIM Monitor is a handy network utility to capture and log AIM (AOL Instant Messenger) chat from computers within the same LAN. It supports not only messaging through AIM server but also direct connection messaging. All intercepted messages are well organized by AIM user with buddies and shown instantly on the main window. It provides rich-features report system to export captured AIM conversations as HTML files for later analyzing and reference. It is very easy to make it to work. Just run the AIM Monitor on any computer on your network, and click the start button to capture. It will record any conversation from any PC within the same LAN. No additional program installation is needed on the monitoring target computers. Everything will be recorded without being detected. It is especially useful for administrators or parents, who need to monitor what their employees or kids are talking about with others on AIM. You may need to enable your switchs monitoring feature, which is supported by most current switch, in order to capture conversations from other computers in the same network. You can download AIM Monitor trial version before order to make sure it works for you. After you order the AIM Sniffer, you will get the registration information and enjoy the full-feature unlimited program. |
||||||||||||||
| 16 | AIM Sniffer 1.3 |
windows | Network Internet->Video Chat Tools | $99 |
View Detail
|
|||||||||
AIM Sniffer is a handy network utility to capture and log AIM (AOL Instant Messenger) chat from computers within the same LAN. It supports not only messaging through AIM server but also direct connection messaging. All intercepted messages are well organized by AIM user with buddies and shown instantly on the main window. It provides rich-features report system to export captured AIM conversations as HTML files for later analyzing and reference. It is very easy to make it to work. Just run the AIM Sniffer on any computer on your network, and click the start button to capture. It will record any conversation from any PC within the same LAN. No additional program installation is needed on the monitoring target computers. Everything will be recorded without being detected. It is especially useful for administrators or parents, who need to monitor what their employees or kids are talking about with others on AIM. You may need to enable your switchs monitoring feature, which is supported by most current switch, in order to capture conversations from other computers in the same network. You can download AIM Sniffer trial version before order to make sure it works for you. Buy now online for only $99 USD. After you order the AIM Sniffer, you will get the registration information and enjoy the full-feature unlimited program. |
||||||||||||||
| 17 | AIM Sniffer 1.4 |
windows | Communications->Chat Instant Messaging | $99 |
View Detail
|
|||||||||
AIM Sniffer is a handy network tool to capture and log AIM (AOL Instant Messenger) chat from computers within the same LAN. It supports not only messaging through AIM server but also direct connection messaging. All intercepted messages are well organized by AIM user with buddies and shown instantly on the main window. It provides rich-features report system to export captured AIM conversations as HTML files for later analyzing and reference. It is very easy to make it to work. Just run the AIM Sniffer on any computer on your network, and click the start button to capture. It will record any conversation from any PC within the same LAN. No additional program installation is needed on the monitoring target computers. Everything will be recorded without being detected. It is especially useful for administrators or parents, who need to monitor what their employees or kids are talking about with others on AIM. You may need to enable your switchs monitoring feature, which is supported by most current switch, in order to capture conversations from other computers in the same network. You can download AIM Sniffer trial version before order to make sure it works for you. Buy now online for only $99 USD. After you order the AIM Sniffer, you will get the registration information and enjoy the full-feature unlimited program. |
||||||||||||||
| 18 | IMDetect AIM Monitor 2.0 |
windows | Communications->Chat Instant Messaging | $59.95 |
View Detail
|
|||||||||
It is very easy to make it to work. Just run the AIM Monitor on any computer on your network, and click the start button to capture. It will record any conversation from any PC within the same LAN. No additional program installation is needed on the monitoring target computers. Everything will be recorded without being detected. It is especially useful for administrators or parents, who need to monitor what their employees or kids are talking about with others on AIM. You may need to enable your switchs monitoring feature, which is supported by most current switch, in order to capture conversations from other computers in the same network. You can download AIM Monitor trial version before order to make sure it works for you. After you order the AIM Sniffer, you will get the registration information and enjoy the full-feature unlimited program. |
||||||||||||||
| 19 | SpyArsenal AIM Logger 1.60 |
windows | Security Privacy->Key Loggers | $39 |
View Detail
|
|||||||||
SpyArsenal AIM Logger description SpyArsenal AIM Logger - aim sniffer tool AIM Logger - its a program from series PC Monitoring Tools. AIM Logger saves all messages, which This file you will be able to view later, send it through e-mail in any point of the world, print or save it on disk. The Program has an intuitive comprehensible interface. Easy in installation, adjustment and use. |
||||||||||||||
| 20 | SimpLite-ICQ/AIM 2.2.2 |
windows | Security Privacy->Encrypting | Free |
View Detail
|
|||||||||
SimpLite ICQ AIM description SimpLite-ICQ/AIM will encrypt messages send with ICQ/AIM You are using ICQ/AIM to chat with your friends or colleagues. Did you know your messages are sent over the Internet in cleartext form? By encrypting messages before they leave your computer to the Internet, SimpLite-ICQ/AIM will prevent eavesdroppers from reading your personal Our products can handle both encrypted and unencrypted chats. If your contacts use SimpLite/SimpPro, conversations will be encrypted . Otherwise, they will remain unencrypted. SimpLite-ICQ/AIM is free for personal use at home or at the office. However, only one product from the SimpLite family can be launched at the same time on your computer. For corporate or more demanding home users, we recommend you to check SimpPro, our commercial version. Compatible with SimpLite, it can encrypt multiple IM services simultaneously, produce encrypted logs, encrypt file transfers amongst many other exciting features ! |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
