Tampilkan postingan dengan label Joomla. Tampilkan semua postingan
Tampilkan postingan dengan label Joomla. Tampilkan semua postingan

Rabu, 04 Juli 2012

A Few Basic Security Rules for Joomla Website




If a person follows these few simple rules the majority of site hacks will not happen.

1.) Use a decent hosting provider. Cheap is not necessarily bad, and expensive is not necessarily good. Do your research. Take a few minutes to search for and read comments and reviews left by other users.

2.) If you don't need it for your sites functionality then don't install it. If you do need it for your sites functionality, take a few minutes to search for and read comments and reviews left by other users of that software to make sure you’re not getting more than you bargained for by installing the software.

3.) If you installed it then keep it updated. The hackers are constantly looking for outdated, security compromised software to exploit. Save yourself a lot of work, and don't become a statistic, update!!

4.) If you no longer need it for your sites functionality, then remove it. This includes any files that may be left behind after uninstalling extensions. It is easy to forget about things no longer in use. Remove those things before a hacker finds them for you! You can always reinstall it if needed later.

5.) Back it up and test those backups to make sure they work properly before you need them, not when you need to depend on one.

6.) Avoid updating software on your laptop or other mobile device while you are using a wired or wireless network that is untrusted and public. This means those free (and paid) Wi-Fi networks like those that are available in hotels, and coffee shops, public libraries and so on. Also avoid updating software using a tethered connection through your smart phone. Many laptops, phones and other mobile devices will automatically switch over to available Wi-Fi networks if the 3G/4G signal dies. Malicious software could be downloaded while using such untrusted networks and connections and infect your laptop or mobile device (tablet) and thus infecting your website(s) or stealing passwords used for website access.

Yes, there are many things one can add, but they pretty much all fit into these few rules.

If your not willing to follow these few rules, then hire someone who will follow these rules. Everyone will be happier in the long run.

Author : PhilD
Source : forum.joomla.org

More reference :
http://developer.joomla.org/security.html
http://docs.joomla.org/Security


Sabtu, 12 November 2011

10 Tips to Secure Your Joomla Site


Joomla is undoubtedly one of the best CMS available in the market. As more and more websites have started using Joomla, its important that the site is configured properly to prevent any security compromises. I have compiled 10 security tips to secure your joomla website.

1. Proper Hosting Environment
A properly configured server is highly recommended for your joomla website. Host your site on a server that runs PHP in CGI mode with su_php. This means that PHP runs under your own account user instead of the global Apache user and you don’t need to set insecure global permissions like CHMOD of 777.
a. Set register_globals OFF
b. Disable allow_url_fopen
c. Adjust the magic_quotes_gpc directive as needed for your site. The recommended setting for Joomla! 1.0.x is ON to protect against poorly-written extensions. Joomla! 1.5 ignores this setting and works fine either way.
d. Don’t use PHP safe_mode
2. Change the Default Database Prefix (jos_)
While installation, change the default database prefix to something random. This will prevent most of the SQL injection attacks as hackers try to retrive superadmin details from jos_users table.

3. Disable FTP Layer
While installation, dont enable the FTP layer as it opens up a potential security hole since your FTP details are stored in plain text under a Joomla! configuration file. FTP layer is not required if your hosting is secured and configured properly for Joomla.

4. Change superadministrator username
After installation, change the username for the super-administrator. By default, its admin. So change it something like ravi.chamria so that the username/password combination becomes difficult to guess or crack.

5. Strong password
Always use strong password for the administrator accounts. An example of strong password is E@^M!$<9@k. You can use sites like www.strongpasswordgenerator.com to generate a strong password.
A good addition is to password protect the administrator folder. In apache web server, you can do this htaccess file or in cpanel, you can use Password Protected Directory option to setup a password. This will add another layer of username/password before someone reaches your Joomla admin details. Needless to say, have this password different from Joomla admin password.

6. Enable SEF URLs
Most hackers use the Google inurl: command to search for a vulnerable exploit. So enable SEF urls from site configuration if you are using Joomla 1.5. You can also use extensions like SH404SEF for both Joomla 1.0 and Joomla 1.5. This will prevent hackers from finding the exploits as well as benefit you in SEO perspective.

7. Upgrade to latest release of Joomla
Always upgrade to the latest release of Joomla as soon as possible. Always download Joomla! from official sites, such as the Joomla! Forge, and check the MD5 hash

8 Third party extensions
There are more than 4000 extensions available for Joomla many of which are non-commercial. But dont take this as an opportunity to install unnecessary extensions on your website. Remember that most hacking attempts occur due to vulnerability in these extensions. So, always use extensions which are popular, has strong community backing and development process.

9. Proper file/folder permissions
The proper file/folder permissions for your joomla website is:
* PHP files: 644
* Config files: 666
* Other folders: 755
You can CHMOD the files and folders using your FTP client.

10. Setup a backup and recovery process
Always rely on a strong backup and recovery protocol for your live website. Its not just hacking that may compromise your website but other factors like a faulty upgrade or extension install, hardware failure, hosting provider issues. You can use JoomlaPack, a non-commercial component native for both Joomla 1.0 and 1.5 for backup.

Secure Your Joomla Before They Are Hacked


I have some tips to secure your Joomla website.


* Follow the Joomla Administrator's Security Checklist
The guys at joomla.org have put together a Joomla Administrator's Security Checklist - use it and secure your Joomla site as much as possible using the guidelines.

* Install the jSecure Authentication plugin
Every Joomla back-end has the same URL. If you install a security plugin, you can add a suffix to your back-end URL to make it look like this: http://www.yoursite.com/administrator?helloworld
If the URL is not entered with a correct suffix, the site will redirect to a 404 (not found) page. Change the suffix regularly. The plug-in is $4.99 and it's worth it!
Buy and download the jSecure Authentication plugin here

* Don't use the jos_ prefix
The standard prefix for Joomla tables are jos_. However, many security exploits rely on your database tables being called jos_XXXXXX.
By simply using your own prefix you would have been protected from these exploits.
It should also be unique for every site.
Read more about this over at the blog of Brian Teeman.

* Change your admin user
The default ID for the admin user in Joomla is always 62, and this may be used by a hacker. To avoid this, do the following:
# Create a new super-administrator with another user name and a strong password
# Log out and in again as this new user
# Change the original admin user to a manager and save (you are not allowed to delete a super-administrator).
# Now, delete the original admin user (user ID 62).
* Create a unique passwords from a combination of upper- and lowercase letters, numbers and symbols. For instance WsHc3_#7
Use an Online Password Generator to make the process easier.

* Change your username and password often At least every 3 months.

* Don't use the root user in mySQL as the user of your database
You should always create a new database user when installing a new site, and give rights to the new database only. This way, the user will only have access to the specific site. If not, you can have one site hacked and the rest are wide open as well...

* Always update to the latest Joomla version

Free Joomla Template : CloudAccess 2.0


CloudBase 2.0 is an advanced template created by CloudAccess.net. It's based on Gantry Framework developed by RocketTheme.

Features :
Additional features we created on top of those Gantry offers:
* 11 template presets (color variations),
* 10 background patterns,
* One of the most advanced system of picking colors for each template element,
* improved "Scroll to top" feature,
* Equal height for modules,
* 60 module positions.

Gantry features:
* 960 Grid System (http://960.gs) for simple consistent layout. 12 and 16 column support
* Per-menu control over all Gantry functionality
* Ability to save/remove custom presets
* Built-in AJAX Support
* iPhone and iPod Touch mobile autotheme support
* Built-in Gantry RokGZipper to compress and combine Gantry JS and CSS files
* Cleaner more understandable index.php.
* Flexibility to configure up to 6 modules in row position.
* 36 possible combinations for the layout of the mainbody/sidebars alone!
* Flexibility to configure different grid-size layouts based on number of published modules. You are not forced to use the same grid layout for every page
* 12 built-in Gantry Features like Logo, font-sizer, to-top smooth slider.
* Ability to force module display and 'blank' module positions for advanced module placement ability.
* Stunning new Admin interface providing better usability and control.
* Unique Layout controls allow you to configure your layout without having to do math.
* Layout controls provide visual representation of your front-end layout for simple and intuitive customization.
* Gantry is XML driven, adding another row of completely flexible module positions is as simple as editing one XML file.
* New flexible parameter system allows loading preset theme attributes and modifying for a custom design.
* All new table-less HTML overrides based on the excellent GNU/GPLv2 overrides from YOOtheme (http://www.yootheme.com)
* New standard typography and Joomla core elements styling
* New advanced caching system makes using Gantry really fast!
* All configuration state is stored in params.ini and cached for speed.
* Optimized codebase with speed, size, and reuse core tenants of the framework design


sigplus Image Gallery Plus : Joomla Extensons



Description :

sigplus Image Gallery Plus or (sigplus in short) is a straightforward way to add image galleries to an article with a simple syntax. The galleries exhibit the well-known lightbox effect: when a thumbnail is clicked, the corresponding image appears in a pop-up window overlay, without navigating away from the current page.

The plug-in implements features that are usually found only in image gallery Joomla plug-ins that are either commercial or require paid club membership. sigplus ships with all features included, there is no upgrade to a commercial professional version.

Features :
* user-selectable pop-up window engine, including popular Slimbox, prettyPhoto, FancyBox and boxplus (specifically designed for sigplus)
* user-selectable image slider/carousel/rotator
* free-flow and grid layout mode; row, column and grid arrangement
* support for image types .jpg, .png and .gif (with and without transparency)
* best-fit thumbnail generation with automatic cropping and centering
* progressive load feature to save network bandwidth [≥1.3]: only those images are fetched from the server that are being shown
* multiple galleries per content item and per page
* multilingual, search engine-friendly image labels and more verbose description set globally and for each individual image
* right-to-left language support
* download option to save high-resolution image version
* image metadata processing; IPTC data extraction
* custom styling (preview image margin, border, padding and opacity, slide duration and animation delay)
* custom sort criteria (user-defined, file name, last modification time and random order)
* large gallery support (100 or more images in a single gallery) [≥1.3]
* 100% CSS and JavaScript, valid XHTML 1.0 and 1.1, passes WCAG v2 AAA automatic validation (when using labels file)
* default global settings for the entire site and local parameter overrides for individual galleries
* restricted-access galleries and more...

DEMO | DOWNLOADHOMEPAGE |

Kamis, 10 November 2011

Template Joomla Gratis : CloudBase from CloudAccess.net


CloudAccess.net berbagi template joomla versi 1.5 dan 1.7 secara gratis. Sekalipun gratis, template"nya cukup keren dan mudah untuk dimodifikasi karena ragam penempatan bagi module" yang nantinya akan dipasang.

Sedikit reviews dari vendornya :
Joomla! templates are a great way to jumpstart your site's look and feel for little or no cost. CloudAccess.net provides a variety of both commercial and free Joomla! templates. Check back often as we continue to add more templates. Please note as templates are delivered electronically we do not offer refunds on template purchases for any reason. Please be sure to review your purchase carefully.

PLEASE NOTE: Joomla! 1.5 templates DO NOT work with Joomla! 1.7. Be sure the Joomla! template you purchase includes the correct version if you are using Joomla! 1.7
 Pada postingan ini, saya akan berbagi template dari cloudaccess.net yang bernama 'CloudBase'


Yes, you can have a website that is both beautiful and easy to manage. Joomla! templates are a great way to jumpstart your site's look and feel. CloudAccess.net’s new Joomla 1.5 template, CloudBase, provides you with a instant way to get your business online and looking good.

CloudBase is free and comes with a selection of pre-built themes, 32 modules positions, 5 menu options, iPhone and handheld support, and lots more. Delivered with the Adobe .PSD source file.

    * 100% CSS-based, tableless design
    * 8 color versions
    * 32 module positions
    * Based on T3 framework
    * 5 menu options: Split menu, CSS menu, Dropline menu, Mega menu, Moo Menu
    * Amazing Mega Menu allows you to use modules inside a menu
    * Native iPhone & handheld optimization and style support
    * Improved style for core Joomla! system pages
    * Modules suffixes built into template for module styling
    * Lightweight, modern, very fast-loading design
    * SEO Ultimate - Content first, content on the top
    * Right to left language support
    * Joomla 1.5 native
    * W3C XHTML 1.0 Transitional Valid
    * Fully compatible with: IE7+, Firefox 2+, Firefox 3, Safari, Opera 9.5, Chrome
    * Delivered with Adobe .PSD source file

LIVE DEMO | DOWNLOAD | INSTRUCTIONS
 

Selasa, 08 November 2011

RD Flipping Pages - Joomla Module

With this module we can create a browsable magazine with few clicks.
The module is based on Flash application developed by IpariGrafika.

The module supports following formats: .JPG, .GIF, .PNG and .SWF.

Documentation :
- Install the module using the Joomla! installer.

- Create a new folder in "modules/mod_RD_flipping_pages/books" and put pages inside it. The images will be loaded in alphabetical order, so you need to name files in the order in which they appear.

- From the management module, enable the module and assign a position in the template.

- Set the option "Update XML" and click "Apply" to save the setting.

- Go to the front end of the site, navigate to the page where the module is published, and then refresh the page. At this point a warning message will appear confirming the updates of the XML file. If the file is not written, you will see an error message, in this case you must change the permissions of the folder "modules/mod_RD_flipping_pages/pageflip/xml" making the folder writable.

- Go back in the management of the module and disable "Update XML".

- Set any other parameters and save.
DEMO | DOWNLOAD

Sabtu, 05 November 2011

Joomla Administrator Template



MissionControl is a brand new FREE Joomla Administrator Template that has been developed for Joomla 1.5 and 1.7. This stunning new design focuses on optimizing usability, improving efficiency, while maintaining functionality and customizability. 

The primary goal of MissionControl is to make Joomla more enjoyable to administrate and to make the job of configure a Joomla-based website easier and more efficient. MissionControl is packed full of goodies to help achieve these lofty goals, and once you've started using it, you'll find it hard to use anything else. Trust us!

RocketTheme MissionControl

Rabu, 02 November 2011

Mengatasi Error 404 Setelah Setting SEO di Joomla


Kemarin saya menemukan sedikit permasalahan setelah melakukan editing SEO url pada website joomla saya. Pada awalnya saya kira tidak ada masalah karena url-nya menjadi seo friendly, tapi kok pas klik link artikel malah muncul tulisan "Error 404 Page Not Found".

Hadeh... >.<" langsung dah googling buat cari cara mengatasi error tersebut, akhirnya dapetlah artikel dari id-joomla.com yang membahas tentang trik mengatasi permasalahan yang saya hadapi.

Langkah pertama, kita masuk ke Cpanel untuk melakukan editing pada .htacces, kemudian pada barisan awal tersebut kita masukan settingan berikut :

Download Settingan Untuk .htacces

Copy paste-kan ke .htacces di Cpanel Anda, setelah itu klik 'Save Changes'  --> Finish :D

Semoga Membantu :)

Senin, 31 Oktober 2011

Cara Setting SEO URL Link Pada Joomla


Artikel ini akan membahas konfigurasi SEO di Joomla dengan menggunaan setting SEO bawaan dari Joomla. Penggunaan SEO di Joomla sangat disarankan karena dapat mempermudah search engine seperti Google atau Yahoo mengenali keyword dari artikel yang ditampilkan di web Joomla. Selain itu juga mempermudah orang untuk mengingat alamat halaman web favoritnya.

Contoh URL sebelum mengaktifkan setting SEO Joomla
http://namadomain/index.php?option=com_content&view=article&id=19&Itemid=27

Contoh URL setelah menggunakan setting SEO Joomla
http://namadomain/joomla-overview

Joomla SEO Settings
Mengaktifkan SEO bawaan dari Joomla dapat dilakukan melalui halaman administrator > Site > Global Configuration. Opsi ini terletak tab Site. Opsi ini terdiri dari 3 pilihan, yaitu:

> Search Engine Friendly URLs, untuk mengoptimasi url web Joomla supaya bisa dibaca oleh search engine dan manusia. 
> Use Apache mod_rewrite, untuk menyempurnakan penggunaan opsi Search Engine Friendly URLs. 
> Add suffix to URLs, untuk menambahkan akhiran untuk alamat halaman web Joomla.
Aktifkan opsi Search Engine Friendly URLs dan Use Apache mod_rewrite.

Untuk opsi Add suffix to URLs bersifat opsional. Kalau anda mengaktifkan opsi ini, alamat url anda akan mendapatkan suffix .html

============================ >

Catatan:

Mengaktifkan opsi diatas harus diikuti perubahan htaccess.txt menjadi .htaccess silahkan diarahkan mouse anda ke ikon tanda seru berwarna kuning, nanti akan muncul tulisan:

WARNING!::Apache users only! Rename htaccess.txt to .htaccess before activating.

Menggunakan .htaccess :
Anda harus mengganti file htaccess.txt menjadi .htaccess (pakai titik sebelum tulisan htaccess). Caranya silahkan ikuti arahan dibawah ini.

Login ke cPanel > File Manager, cari file htaccess.txt yang terletak di tempat file-file Joomla.
Rename file “htaccess.txt” menjadi “.htaccess” (pakai tanda titik sebelum tulisan htaccess)
============================ >
URL SEO

Setelah selesai step diatas, buka web dan menu web anda. Nanti akan muncul url seperti dibawah ini.

Dengan Opsi Add suffix to URLs

http://namadomain/joomla-overview.html

Tanpa Opsi Add suffix to URLs

http://namadomain/joomla-overview 

Demikianlah akhir tutorial ini, semoga Anda bisa menggunakan fitur SEO bawaan dari Joomla tanpa mengalami masalah.

Sumber : blog.dapurhosting.com

Minggu, 30 Oktober 2011

Tutorial Backup Website Joomla!


Apa yang akan anda lakukan jika website mengalami kerusakan? jawabnya tentu memperbaikinya lagi. Lantas apa yang akan anda lakukan jika sebagian atau bahkan seluruh file rusak / hilang ? Jawabnya tentu membuat dari awal lagi bukan ? bayangkan seberapa banyak waktu terbuang, pikiran yang tercurah dan yang lebih gawat lagi jika website telah terindex maka jika anda memutuskan untuk membuatnya lagi makan tidak heran akan banyak bertebaran 404 page not found dan SEO pun akhirnya terpengaruh.

Agar terhindar dari masalah tersebut anda harus membuat backup website. Guna dari backup ini adalah untuk merestore lembali file website yang telah anda buat pada saat sebelum mengalami kerusakan.

Terdapat bermacam-macam cara membuat backup yang dapat dilakukan diantaranya adalah :
1. Menggunakan fitur backup di cpanel webhosting
2. Mendownload file dan database
3. Menggunakan component backup
Cara termudah untuk membackup adalah dengan menggunakan fitur backup yang ada pada cpanel webhosting anda. Berikut cara membackup website joomla dari cpanel webhosting :

Full Backup

Full backup ini adalah membackup seluruh isi cpanel hosting yakni, file, database, email dan semua file termasuk file subdomain, add on domain yang ada didalamnya.

Login ke Cpanel : http://www.namadomain.tld/cpanel lalu masukan username dan password baru kemudian klik icon backup. (lihat gambar di bawah )



Klik Icon Backup


Klik tombol Download or Generate a Full Website Backup

Pilih Home Directory lalu ketikan emai notification lanjutkan dengan klik Generate Backup

Backup dengan cara ini memamg menyita space hard disk web hosting anda karena seluruh file backup disimpan di root directory webhosting. Hasil dari backup ini adalah semua file cpanel termasuk database akan tersimpan di root hosting anda. Agar tidak menyita space harddisk sebaiknya anda download file backup tersebut lalu disimpan ditempat yang aman di PC anda.


Local Backup

Local backup adalah hanya mendownload file yang berhubungan denga salah satu domain saja yang ada pada directory public_html.


Setelah login cpanel klik icon file manager lalu klik tombol select all :


Klik tombol compress dan namai sesuai tanggal atau sesuai dengan keinginan agar mudah diketahui waktu dan tanggal pembuatan backup tersebut. (ingat pilih file .zip pada saat mengkompress file-file tersebut).

Langkah selanjutnya adalah dengan mendownload database yang ada pada phpmyadmin caranya setelah login ke cpanel klik icon phpmyadmin lalu pilih database yang anda gunakan lalu klik export untuk mendownload seluruh isi database tersebut.

Lakukan backup secara berkala terutama ketika anda telah mengupdate isi website agar hasil backup selalu update.

Trik Mudah Mengganti Favicon Joomla!


Beberapa waktu lalu, saya sedikit mengalami kesulitan dalam mengganti favicon pada Joomla!, alasannya.. selain harus masuk ke cpanel, saya harus mengkonfirmasi terlebih dahulu kepada pihak hosting agar settingan permission nya bisa dirubah.. -_-"

Memang, faktor keamanan menjadi pertimbangan dari pihak hostingan yang saya sewa.. oleh karena itu, mau saya mencari cara alternatif yang bisa memudahkan kita dalam mengganti favicon pada Joomla! Setelah Googling sebentar, akhirnya saya menemukan satu komponen Joomla! (Joomla! Component) yang bisa menjadi solusi paling mudah. Yap.. nama komponen tersebut adalah Phoca Favicon.


Tutorial Penggunaan :
1. Download Phoca Favicon di sini  

2. Login ke Back End, kemudian instal komponennya.

3. Anda hanya perlu menyiapkan gambar yang nantinya akan dijadikan favicon, tentunya dengan ekstensi .ico ( ukuran 16x16 ato 32x32)

4. Upload favicon yang telah disiapkan pada Back End joomla > Site > Media Manager. Seperti gambar di bawah ini.


5. Masuk ke Component > Phoca Favicon > Create Favicon


6. Pilih Select Template untuk memilih nama template yang akan dipasangi favicon. 
7. Pilih Original Image untuk menampilkan favicon.
8 Selesai.kemudian SAVE.

# Selamat Mencoba :D<

Mengganti Halaman Admin Joomla! Dengan KSecure


Sambil Menanti BigMatch antara InterMilan Versus Juventus, saya ingin sedikit berbagi tips security Joomla! kembali. Jika pada postingan sebelumnya saya membahas tentang celah keamanan pada fitur reset Joomla!, maka kali ini saya ingin memberi tips bagaimana cara mengganti halaman default admin pada web joomla!

Biasanya halaman default admin pada joomla! adalah : "http://www.contoh.com/administrator"

Sedikit riskan jika halaman administrator web Joomla! Anda dibiarkan seperti itu.. karena hacker selalu memiliki seribu cara untuk memanfaatkan celah kemananan sekecil apapun yang terdapat pada website Anda. Jika itu terjadi, berdoa saja jika hacker tersebut adalah seorang yang gentle yang tidak sembarangan mengacak" data semau mereka. (Remember Ethical Hacking)

Sabtu, 29 Oktober 2011

Cara Disable Fitur Reset Password Admin Joomla!

Postingan pertama setelah kesekian kalinya ganti template dan nama blog pula :))



Kali ini saya akan membahas sedikit tips mengamankan fitur reset password pada web berbasis CMS Joomla! 1.5. Fitur reset password ini seringkali dimanfaatkan oleh para hacker untuk menyusup ke halaman admin dengan cara memasukan token yang mereka cari dengan Google Dork berikut : 

"http://namasitus/index.php?option=com_user&view=reset"

atau 

"allinurl:option=com_user "

Selasa, 27 September 2011

Joomla Extension - Simple Image Gallery

The bretteleben.de "Very Simple Image Gallery" Plugin for Joomla! 1.5 and Joomla! 1.6 is a downgrade of the ingenious plugin "Simple Image Gallery" from Fotis Evangelou und George Chouliaras back to a "Web 1.0" gallery. The modified version comes without a lightbox, the plugin shows one large image, followed by thumbnails.

Why? Look, as stylish and usability-oriented the whole category of "Web 2.0" galleries may be, they have - from my point of view - a serious disadvantage. The hide the web page from the visitor. If you run ads on your site, this is a not-so-desired effect. You don´t care about search engine optimization, keywords, backlinks and so on to see your banners, skyscrapers, rectangles and link blocks disappear behind a black curtain - out of sight and unclickable.

Features:
- supports .jpg, .png und .gif
- can be aligned in your content item left, right, centered, float left or float right
- thumbnails optional below, left or right of the main image
- optional split galleries into multiple sets
- as many galleries per content item as you want
- every gallery can be configured individually (Parameter Overrides)
- optional show title and/or text with every single picture (Captions)
- optional show default title/text for the whole gallery
- optional link every single image to a different target (Links)
- optional use a default link for the whole gallery
- optional link the image to the original image file
- scale thumbnails optional proportionally or cropped
- works with and without JavaScript
- does not require a JavaScript Framework (Mootools, JQery)!
- change main image onClick or onHover

Demo | Download 

Joomla Module - Mod Coinslider

The module is based on the COIN-SLIDER "Jquery Image Slider with Unique Effects" script  described in the Ivan Lazarevic(http://workshop.rs/projects/coin-slider/) and implements a slider image gallery with several slide transition graphical effects.
Coin Slider script is available free under MIT licence.

Module allows to define following settings:
* images folder
* max 12 images
* gallery parameters: width, height and position (left or centered)
* image parameters:teaser text, teaser background color and text color, url link and target.
Pictures demo is based on the demo provided by Ivan Lazarevic.

Change Log :

V1.4 - 10 March 2011:
- addition of arrows images for navigation in place of text
- addition of image title field
- access to positionning and styling of gallery, teaser, navigation indicators/buttons
Please read the readme_css.txt help file in the module root directory for css parametrisation information.
More documentation to come in the next few days.
V1.4.1 - 20 march 2011:
- removed default values for picture 1 (did not allow to remove text caption for picture 1)
V1.4.2 -31 March 2011 (never released)
V1.4.3 - 03 May 2011
- bug correction for jquery non-conflict mode support if the library was not loaded by the module (now always set in non-conflict mode)
- save raw html supported for teaser text

Demo | Download 

Senin, 26 September 2011

Joomla Extensions - Set Generator Tag



Set Generator Tag plugin allows you to change to default Joomla! generator meta tag to anything you like! With this plugin you do not have to modify neither template's nor Joomla!'s core files. Install it, configure it and you are ready!

So far, the most common way to change the generator meta tag is to modify the index.php file of your current template. But if you change template then you will have to modify the new index.php file again. Set Generator Tag does not depend on templates nor it modifies any of their files. Feel free to change as many templates as you want. The generator meta tag will remain intact.

Another way to change the generator meta tag is to modify a Joomla!'s core file. But by doing so you are risking of losing the modification when you upgrade Joomla! to a newer version. No more worries with the Set Generator Tag.

Plugin has been updated to be compatible with Joomla! 1.6. Please make sure that you download the correct file for your version of Joomla!.

Compability :
Joomla! 1.5 NativeJoomla! 1.6 Native


Demo | Download | Developer

Free Joomla Extension - Vinaora Visitors Counter



Vinaora Visitors Counter is a counter for Joomla! 
This extension shows you the number of your site's visitors.

Features : 
18 cool styles (Digit Counter, Statistic Table) + Show Today - Yesterday - Week - Month - All statistics + Show Guests+Members+Bots Online Now + Show Guest's Info: IP Address, Browser... + Support Caching + Support all languages + Auto hide Zero-Statistics + Custom Pre-text and Post-text + Valid XHTML and CSS.

Compability :
Joomla! 1.0Joomla! 1.5 Native

More Info..

Demo | Download | Developer

Joomla Extensions - Ace SEF



AceSEF is a flexible and powerful Joomla SEF URLs and Metadata generator with an easy-to-use graphical user interface that simplifies the management of your site's SEO rank, a complete Joomla! SEO Suite.

AceSEF is a robust Joomla SEO component that is focused to offer you all what is needed for a hotshot search engine optimization. Supports JoomFish, works with both Apache and IIS, can be easily updated on-line and is 100% written in a modular way so each component has its own settings.

Key Features:
- Keywords-rich SEF URLs
- Automatic Metadata
- 250 extensions for 3rd party components
- Easy-to-use interface
- On-site automatic updates
- Migration from other SEF components

More Info..

Compability :
Joomla! 1.5 NativeJoomla! 1.6 NativeJoomla! 1.7 Compatible


Demo | Download | Developer | Documentation

Jumat, 23 September 2011

Joomla Extensions - Auto Backlinks


Joomla 1.7 version released. By far the best Professional SEO Tool which will Get you free 120 Auto Backlinks from high pagerank sites. This extension pings most of the major sites and in return you get a backlink from these sites. This extension is absolutely free to use and will definately help you to achieve a high ranking in major search engines.

We are also glad to announce Joomla 1.6 version of Auto Backlinks component which can be downloaded following this link :

http://www.joomlaseo.org/download/cat_view/18-joomla-16/19-joomla-components.html

Compatibility :
Joomla! 1.5 NativeJoomla! 1.6 NativeJoomla! 1.7 Compatible

Download | Demo