Client Status is a dashboard that keeps tabs on your clients WordPress installations by checking for the latest updates to the WordPress core, plugins and themes. You have the option to enable emails to administrators of your site and the clients the site belongs to. Client Status can check for...
EM Client 8.2.1473 on 32-bit and 64-bit PCs. This download is licensed as freeware for the Windows (32-bit and 64-bit) operating system on a laptop or desktop PC from email software without restrictions. EM Client 8.2.1473 is available to all software users as a free download for Windows. EM Client Theme Style Modern Blue. GitHub Gist: instantly share code, notes, and snippets. To create a distribution list, go to 'File' and mouse over 'New'. A list of options will appear. Choose the one that says 'Distribution List'. The Distribution List window will appear and there you can click on Add New and then put in everyone's email address. When you start a new email, all you have to do is put in the name of the Distribution.
Platforms: PHP
| License: Freeware | Size: 225.28 KB | Download (51): Client Status Download |
Pop'em is a small and addictive puzzle game featuring many different game modes and graphical themes. Your goal is to remove as many balls as possible by connecting locating groups of the same color. The more balls you locate and remove in one go, the greater your score will be. The game includes...
Platforms: Windows
| License: Freeware | Size: 660 KB | Download (102): Pop'em Download |
Punch Em! Punch mole, punch tiger, punch ... Punch Em game for iPad version. with multiple themes graphics and animations. Multiple themes Multiple animation cartoons; Multiple game level. V1.1 Add link up game Just fun!!! Requirements: iOS 4.3 or later. Compatible with iPad.
Platforms: iOS
| License: Freeware | Size: 12.2 MB | Download (13): Punch Em HD Download |
Full-featured,high-performance 123FlashChat can integrate user db in forums or portals & has the most customized skin! It allows you to organize chat-events, collaborative work sessions or online meetings stably. With this exe client, even those members who unfortunately don't have flash player...
Platforms: Windows
| License: Freeware | Size: 1.3 MB | Download (1219): 123 Flash Chat Server Software Windows Client Download |
ClicksAndWhistles is a free IRC client for Windows featuring multiple server connections. Support for multiple 'identities'; Channel favourite list; Floating (desktop) and MDI windows. Themes, PNG image backgrounds and outline fonts; Pop-up and sound event notifications; Unicode (UTF-8) support;...
Platforms: Windows
| License: Freeware | Size: 940 KB | Download (90): ClicksAndWhistles IRC Client Download |
Microsoft has annoyed the world with RDP 6 issues, bugs, difficulty to install it, requierements... RDP 6 portable is the very simple, easy to use program to blow-up all of these issues. It is a fully functionnal RDP 6 client standalone program. Less than 3 MB: no more need to install 350 MD of...
Platforms: Windows, Windows CE
| License: Freeware | Size: 2.46 MB | Download (1323): Portable RDP 6 client Download |
Crystal Mud Client project is a terminal-based MUD client with good protocol support. Crystal is an adequate MUD client. At first glance it looks like telnet, but has full line editing and scrollback, character set conversion support, Unicode support, prompt grabbing, xterm titlebar setting,...
Platforms: *nix
| License: Freeware | Size: 96.26 KB | Download (96): Crystal Mud Client Download |
Gimp::ScriptFu::Client is a Perl client for the GNU Image Manipulation Program. Gimp::ScriptFu::Client acts as a source filter in a Scheme script that uses Text::Template to preprocess any embedded Perl fragments contained between { } brackets before sending the resulting Scheme to a Gimp...
Platforms: *nix
| License: Freeware | Size: 6.14 KB | Download (105): Gimp::ScriptFu::Client Download |
xscreensaver lock window themes is a replacement for ugly password lock window. XScreenSaver is a ubiquitous program on Unix for preventing the pixels of your monitor from burning in, providing pretty animations and providing password protection. However, the default lock window used for...
Platforms: *nix
| License: Freeware | Size: 76.8 KB | Download (132): xscreensaver lock window themes Download |
Ragnarok Online Client project is a client to the Ragnarok online network. Ragnarok Online Client is a client to the Ragnarok online network, an MMORPG. This project only provides an API to be able to program a client without having to understand the protocol itself, and to keep up-to-date...
Platforms: *nix
| License: Freeware | Size: 16.38 KB | Download (566): Ragnarok Online Client Download |
POE::Component::Client::Halo is an implementation of the Halo query protocol. SYNOPSIS use Data::Dumper; # for the sample below use POE qw(Component::Client::Halo); my $halo = new POE::Component::Client::Halo( Alias => halo, Timeout => 15, Retry => 2, ); $kernel->post(halo, info,...
Platforms: *nix
| License: Freeware | Size: 7.17 KB | Download (145): POE::Component::Client::Halo Download |
POE::Component::Client::Rcon is an implementation of the Rcon remote console protocol. SYNOPSIS use POE qw(Component::Client::Rcon); my $rcon = new POE::Component::Client::Rcon(Alias => rcon, Timeout => 15, Retry => 2, Bytes => 8192, ); $kernel->post(rcon, rcon, hl, 127.0.0.1, 27015,...
Platforms: *nix
| License: Freeware | Size: 6.14 KB | Download (100): POE::Component::Client::Rcon Download |
POE::Component::Client::Traceroute is a non-blocking traceroute client. SYNOPSIS use POE qw(Component::Client::Traceroute); POE::Component::Client::Traceroute->spawn( Alias => tracer, # Defaults to tracer FirstHop => 1, # Defaults to 1 MaxTTL => 16, # Defaults to 32 hops Timeout => 0, #...
Platforms: *nix
| License: Freeware | Size: 15.36 KB | Download (80): POE::Component::Client::Traceroute Download |
FUSE::Client is a Perl-FUSE client. SYNOPSIS use FUSE::Client; $c = FUSE::Client->new({ Port=>35008, Quiet=>1, }); $c->connect(); $c->send('COMMAND','parameter'); $c->disconnect(); The FUSE::Client module will create a TCP FUSE client to test sending messages to a FUSE server. The...
Platforms: *nix
| License: Freeware | Size: 2.05 KB | Download (166): FUSE::Client Download |
MudMagic Mud Client is a client for connecting to online text games..
Platforms: *nix
| License: Freeware | Size: 634.88 KB | Download (84): MudMagic Mud Client Download |

Reality Cyanide project is a client for Cyanide, a graphical virtual reality multiplayer role-playing game. Cyanide is intended to be the most dynamic multi-player online role-playing game ever made. This client uses an isometric perspective to present scenes. It is programmed with Python,...
Platforms: *nix
| License: Freeware | Size: 645.12 KB | Download (85): Reality Cyanide client Download |

Festival::Client::Async is a non-blocking interface to a Festival server. SYNOPSIS use Festival::Client::Async qw(parse_lisp); my $fest = Festival::Client::Async->new($host, $port); $fest->server_eval_sync($lisp, %actions); # blocking $fest->server_eval($lisp); # just queues $lisp for...
Platforms: *nix
| License: Freeware | Size: 30.72 KB | Download (85): Festival::Client::Async Download |
Mail::Client::Yahoo is a Perl module with programmatically access Yahoos web-based email. SYNOPSIS use Mail::Client::Yahoo; $y = Mail::Client::Yahoo->login( username => bob, password => secret, secure => 1, # for the paranoid and patient ); $y->select_folder(Inbox); $m =...
Platforms: *nix
| License: Freeware | Size: 6.14 KB | Download (193): Mail::Client::Yahoo Download |
PXES project is a micro Linux thin client distribution. PXES will boot a real thin client or will help to convert in minutes any compliant hardware (see list bellow) into a versatile thin client. They will be capable of accessing any XDM server presenting the graphical login screen or any...
Platforms: *nix
| License: Freeware | Size: 23 MB | Download (307): PXES Universal Linux Thin Client Download |
Curl HTTP Client is a PHP class that implements an HTTP client using the PHP Curl library extension. Frequently, in my daytime job I have to fetch data from various url’s, either by sending get or post request, binding to different IP address etc. Long time I used my own socket based HTTP...
Platforms: *nix
| License: Freeware | Size: 3.07 KB | Download (112): Curl HTTP Client Download |
deviantART Favorites Downloader
deviantArt is an online community where people can upload their artwork.With the deviantART Favorites Downloader or dafavdownloader all you have to do is put in a username (of deviantArt website) into the program and it will download all the favorites of that username.
- Publisher: Dragoniade
- Home page:dafavdownloader.sourceforge.net
- Last updated: July 10th, 2011
Sony Ericsson Themes Creator
Are you the lucky owner of a Sony Ericsson mobile? If your answer is a proud 'yes, I am', then you have to download this small yet powerful application to create stunning themes for your device. As its name suggests, with this program you will be able to design custom themes, controlling almost every detail of them.
- Publisher: Sony Ericsson
- Home page:developer.sonymobile.com
- Last updated: May 12th, 2010
1-Click Themes
This is a free keyword research program which helps you to find words that other web site owners associate with their web sites. Use this program to research additional or alternative potentials for your web business or find good bid words.
- Publisher: Radiocom
- Home page:www.webceo.com
- Last updated: March 7th, 2009
Project Fubergen v7 Alpha
Features:- Added fully working client's loader- Stopmenu fixed...very simple- System.exit thing removed- Unzipper- Updated music player- Updated Gui.java- 474 Gameframe- Theres some new prayers- Clickable buttons working- Option tab working [474]- Emote tab working [474]- Equipment stat works [ you must modify in server side]
- Publisher: MoparScape
- Home page:www.moparscape.org
- Last updated: August 2nd, 2010
MAX's HTML Beauty++ 2004
There are 28 Tag Designers for almost every HTML tag, a Power Toolbar that contains almost all HTML tags, Built-In Image Browser / Viewer with GIF Optimize function and ability to convert images to WBMP image format which is used by WAP-compatible mobile phones, Built-In JavaScript Beauty Scripts, Built-In Support for HTML TIDY, Internal Preview using Internet Explorer and Mozilla and much more.
- Publisher: Marko Njezic / MAX Interactive corp.
- Home page:www.htmlbeauty.com
- Last updated: March 1st, 2008
Mobiano ThemesBox
Mobiano ThemesBox is a small but very powerful utility to download and manage themes for PPC. Themes Box is available free of cost. It has a wide range of categories to choose from. Themes can be downloaded to the PC and then with just a click of the mouse it can be applied to PPC. It also detects PPC connection status that makes it easy to use for home users.
- Publisher: Mobiano, Inc.
- Home page:www.mobiano.com
- Last updated: December 19th, 2008
Wally
Wally is a Qt4 wallpaper changer, using multiple sources like files, folders, FTP remote folders, Flickr, Yahoo!, Panoramio, Ipernity, Photobucket, Buzznet, Picasa, Smugmug, Google, Vladstudio and deviantART images.It runs under Linux, Win32, MacOSX and OS/2, and it's available in many languages
- Publisher: Antonio Di Monaco
- Home page:www.becrux.com
- Last updated: February 22nd, 2015
Drawez! Sketch Pad
This is a small sketching tool that records user's drawings. With this program you can export the sketches as .AVI videos or flash animation files. The created movies can be uploaded directly from the application's interface to Facebook, YouTube, DeviantArt, or Newgrounds.
- Publisher: Drawez.com
- Last updated: October 22nd, 2011
FileZilla Client
FileZilla Client is a fast and reliable cross-platform FTP, FTPS and SFTP client with lots of useful features and an intuitive graphical user interface. The program supports FTP, FTP over SSL/TLS (FTPS) and SSH File Transfer Protocol (SFTP). Also, it supports resume and transfer of large files bigger than 4GB.
- Publisher: Tim Kosse
- Home page:filezilla-project.org
- Last updated: May 15th, 2021
TeamSpeak
TeamSpeak is the client tool for the homonymous voice over IP protocol. Thus, it requires connecting to a TeamSpeak server, which can be self-hosted and supports up to 32 simultaneous users at no cost. Moreover, there is the possibility of connecting to free public servers or others dedicated to specific games.
Em Email
- Publisher: TeamSpeak Systems GmbH
- Home page:www.teamspeak.com
- Last updated: February 25th, 2021
Oracle Client Express Edition
Oracle Database 11g Express Edition (Oracle Database XE) is an entry-level, small-footprint database based on the Oracle Database 11g Release 2 code base. It's free to develop, deploy, and distribute; also it is fast to download and simple to administer.
- Publisher: Oracle Corporation
- Last updated: July 3rd, 2020
Cisco VPN Client
The Cisco VPN Client is a software that enables customers to establish secure, end-to-end encrypted tunnels to any Cisco Easy VPN server. The client can be preconfigured for mass deployments and initial logins require very little user intervention.Main features:- Intelligent peer availability detection (DPD)- Simple Certificate Enrollment Protocol (SCEP)- Data compression (LZS)
- Publisher: Cisco Systems, Inc.
- Home page:www.cisco.com
- Last updated: April 8th, 2011
Pidgin
Choosing Pidgin as messenger has an advantages on those who uses different IMs. With the aid of Pidgin you can open and access all your accounts from different IMs. Pidgin offers you the possibility to communicate and chat on many protocols like: Google Talk, MSN Messenger, Yahoo Messenger, Facebook Chat, AIM, Bonjour, Jabber, XMMP, MySpace IM, Lotus Same Time, QQ and Novell GroupWise Messenger.
- Publisher: Pidgin
- Home page:pidgin.im
- Last updated: June 4th, 2021
eToken PKI Client
eToken PKI Client is a framework for creating a secure method for exchanging information based on public key cryptography, providing for trusted third-party vetting of and vouching for user identities. It consists of a system of digital certificates, Certificate Authorities and registration authorities that verify and authenticate the validity of each party involved in an Internet transaction.
- Publisher: Aladdin Knowledge Systems Ltd.
- Home page:www3.safenet-inc.com
- Last updated: March 17th, 2010
VMware vSphere Client
Offer the highest levels of availability and responsiveness with VMware vSphere, the industry’s most complete and robust virtualization platform. Create resource pools to manage compute, network, and storage capacity with ease, and deliver the highest levels of service with the lowest total cost per application workload.
- Publisher: VMware, Inc.
- Home page:my.vmware.com
- Last updated: July 6th, 2020
HP Client Security Manager
HP Client Security Manager provides enhanced Windows login and website single-sign-on capabilities. Security Manager is also the host for HP Client Security plugins and should be installed before other Client Security modules. This package is provided for supported notebook models running a supported operating system.
- Publisher: Hewlett-Packard Development Company, L.P.
- Last updated: May 20th, 2014
SmartFTP Client
SmartFTP is an FTP (File Transfer Protocol), FTPS, SFTP, WebDAV, Amazon S3, Backblaze B2, Google Drive, OneDrive, SSH, Terminal client. It allows you to transfer files between your local computer and a server on the Internet. With its many basic and advanced Features, SmartFTP also offers secure, reliable and efficient transfers that make it a powerful tool.
- Publisher: SmartSoft Ltd.
- Home page:www.smartftp.com
- Last updated: April 9th, 2018
Curse Client
Em Client Themes
Curse Client is an add on manager for a series of games.The tool supports games such as World of Warcraft, Warhammer Online, and Runes of Magic. Curse Client also keeps your addons up to date since it is easily tracking when your addons needs to be updated.
Em Client Theme
- Publisher: Curse Inc.
- Last updated: June 18th, 2015