Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.474.411 Times

Backend Login Logo freeware
Filter: All | Freeware | Demo
 

Backend Login Logo

1 2 3 4 5 > 
Added: May 22, 2013 | Visits: 633

Backend Login Logo This plugin enables you to change easily the backend login logo.In addition you can define different logos for each domain, if you're using more than one with your WordPress installation.



Platforms: PHP

License: Freeware Size: 10 KB Download (55): Backend Login Logo Download

Added: July 07, 2013 | Visits: 813

Custom Login Logo Lite This plugin is intended to allow you to change your login logo easily. You just need to upload it to any place and tell the system where it is. It differs from other plugins in its options and weight. It is intended to be lite and only change the logo.Try to adjust your image to 310x51px. Install...





Platforms: PHP

License: Freeware Size: 102.4 KB Download (51): Custom Login Logo Lite Download

Added: May 10, 2013 | Visits: 950

WP Custom Login Form Image The custom image has to be named wp-custom-login-logo.png and placed in the plugin folder.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Requirements: - WordPress 2.7 or higher


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (61): WP Custom Login Form Image Download

Added: June 29, 2013 | Visits: 716

Logo Branding Tool This logo branding tool plugin is a tool for Wordpress so you can change the wordpress logo on the admin login page to a logo of your own. This will enable to you brand up your login page in line with the rest of your site.Installation :This section describes how to install the plugin and get it...


Platforms: PHP

License: Freeware Size: 10 KB Download (48): Logo Branding Tool Download

Added: June 07, 2013 | Visits: 576

Quick Press Widget You can write a simple post in frontend without login to backend. You can easily to post something like Twitter. Write Sideblog is also good idea.Installation : 1. Upload this plugin to your /wp-content/plugins/ directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Done!


Platforms: PHP

License: Freeware Size: 10 KB Download (44): Quick Press Widget Download

Added: April 26, 2013 | Visits: 735

Add Logo to Admin This plugin allows a user to customize their Admin panel by adding their own logo to the header. It also replaces the WordPress logo on the login screen with the same custom logo.# Installation : 1. Unzip the add-logo-to-admin.zip file. 2. Upload the add-logo-to-admin folder to the...


Platforms: PHP

License: Freeware Size: 51.2 KB Download (54): Add Logo to Admin Download

Added: June 07, 2013 | Visits: 462

Backend Redirect Another simple problem solving plugin. If a user tries to login to wordpress but is not an admin, they are redirected to the homepage.Note that this assumes you have built your own login form - if not, it may be a messy process for 'subscribers' or other roles to log in.


Platforms: PHP

License: Freeware Size: 10 KB Download (50): Backend Redirect Download

Added: May 04, 2013 | Visits: 559

Custom Login Branding A quick process for changing the branding for the wp-admin login screen.Install : This section describes how to install the plugin and get it working. 1. Upload `the entire contents of the zip file to your plugin directory '/wp-content/plugins/' 2. Activate the plugin through the 'Plugins' menu...


Platforms: PHP

License: Freeware Size: 10 KB Download (45): Custom Login Branding Download

Added: April 25, 2006 | Visits: 4.769

EdenSoft My Logo EdenSoft My Logo lets you change the little logo in the upper right-hand corner of your browser to the animation or image of your choice. You can even play movies while waiting for Web pages to load!You can also change the text that appears in the title bar after the Web page title to the text of...


Platforms: Windows

License: Freeware Size: 269 KB Download (477): EdenSoft My Logo Download

Released: January 30, 2022  |  Added: April 02, 2022 | Visits: 3.873

AAA Logo DESIGN PROFESSIONAL QUALITY, PREMIUM LOGOS IN CLICKS AAA LOGO lets you create professional graphics for your small business or create a new business selling logos you design with this logo design software! AAA Logo is logo design software that will please amateurs and design professionals...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 15.44 MB Download (857): AAA Logo Download

Released: January 01, 2008  |  Added: October 25, 2008 | Visits: 10.749

Free Logo Templates A logo is an integral part of the company's image and key to marketing success, so its quality is of highest importance for any business. Professionalism, extra cheap price and customization ease make DigitalOfficePro logos really attractive and one of a kind. DigitalOfficePro offers a premium...


Platforms: Windows

License: Freeware Size: 19.58 MB Download (2672): Free Logo Templates Download

Added: June 08, 2010 | Visits: 1.409

Logo++ Logo++ project is a simple Logo-like interpreter. It draws graphical figures by following very simple instructions. Though it lacks many essential features of "serious" programming languages, it remains a funny start for beginners in computer programming, particularly for kids..


Platforms: *nix

License: Freeware Size: 100.35 KB Download (215): Logo++ Download

Added: October 13, 2010 | Visits: 3.393

OS X Login Screen OS X Login Screen is a very accurate OS X login Screen Mimic for Kubuntu Linux.. OS X Login Screen KDE-Look.org Community Portal for KDE Themes Wallpapers Icons Sounds Screenshots Schemes Skins Skinz Screensavers Splash Screens K-Jofol IceWM Kaiman News Forum GUI Polls Links Downloads GTK QT Look...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (195): OS X Login Screen Download

Added: March 02, 2010 | Visits: 1.534

DCE::Login DCE::Login is a Perl extension for interfacing to the DCE login API. SYNOPSIS use DCE::Login; my($l, $status) = DCE::Login->get_current_context; my $pwent = $l->get_pwent; Perl extension for interfacing to the DCE login API..


Platforms: *nix

License: Freeware Size: 35.84 KB Download (109): DCE::Login Download

Added: August 17, 2010 | Visits: 1.584

JavaScript::Autocomplete::Backend JavaScript::Autocomplete::Backend is a Google Suggest-compatible autocompletion backend. SYNOPSYS package MyAutocompleter; use base qw(JavaScript::Autocomplete::Backend); my @NAMES = qw(alice bob charlie); sub expand { my ($self, $query) = @_; # do something to expand the query my $re...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (110): JavaScript::Autocomplete::Backend Download

Added: November 24, 2010 | Visits: 1.499

Language::Logo Language::Logo Perl module is an implementation of the Logo programming language. SYNOPSIS use Language::Logo; my $lo = new Logo(update => 20); $lo->command("setxy 250 256"); $lo->command("color yellow"); $lo->command("pendown"); # Draw a circle for (my $i = 0; $i < 360; $i += 10) {...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (215): Language::Logo Download

Added: April 03, 2010 | Visits: 876

Parallel::Workers::Backend Parallel::Workers::Backend - The backend is a plugins mechanism to run the worker tasks. Default plugins are implemented for Eval (CODE), SSH and XMLRPC tasks. You can add your own plugin with module name Parallel::Backend::YourTaskModule SYNOPSIS use Parallel::Workers::Backend; my...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): Parallel::Workers::Backend Download

Added: April 27, 2010 | Visits: 1.191

PowerDNS Oracle Backend PowerDNS Oracle Backend provides a backend which allows PowerDNS to use Oracle as its data store. PowerDNS Oracle Backend is a backend driver for the PowerDNS nameserver which allows DNS data to be stored in an Oracle database. PowerDNS can load backend modules at runtime. This backend is fully...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): PowerDNS Oracle Backend Download

Added: May 22, 2010 | Visits: 1.753

Login Scan Login Scan fusion provides an adaptation theme from kdm fusion. This is a adaptation of the theme for kde "fusion for GDM..


Platforms: *nix

License: Freeware Size: 2 MB Download (121): Login Scan Download

Added: January 14, 2010 | Visits: 2.890

Secure Login Secure Login provides a login extension similar to Operas Wand login. It uses the built-in password manager, but deactivates the prefilling of login forms. Instead, you are now able to login with one click or a keyboard shortcut (ALT+N). Just add the Secure Login toolbar button to your...


Platforms: *nix

License: Freeware Size: 60.42 KB Download (112): Secure Login Download

1 2 3 4 5 >