gurusmaker
Active Techie
I came up with this tutorial after many users have been on my neck since replying to a thread on nairaland , such that my email subjects reads " the very script naijalaoded.com is using" , free "design of a site like naijaloaded.com" , 'how to create a site like naijaloaded.com' , 'guide on how to design a site like naijaloaded.com and etc.
So I want to guide you on how to create a good wap / mobile portal with download option and chat system on your custom domain using this highly edited wapka.com open source script provided by ulo
Why it is not very wise to create exactly a photo copy of what some other persons has done , I will not in any way prevent you from designing your dream site ( a site like naijaloaded.com) Just be very creative and I will be very fine with it.
How to create your custom wapka.com site ! Full Guide on how to install Uloki_modded script on your custom domain from "your cpanel"
1. Download the very script from this link click this link to download it
2. log in to your cpanel and use the "file manager " else use any ftp program like filezilla or cute ftp to upload all your extracted files (remember to delete ini after configuring )
3. use the mysql wizard from your cpanel to create a new mysql database and mysql database user => note your database name , user and password 'cos 'twill be needed
4. go to the folder (directory) named "include"
5. open "settings.php" with your cpanel editor, notepad, dreamweaver or any other webeditor
6. locate the area where your have this:
and change the settings to what you have already created in step three eg.
7. Save this after editing
8. assuming the domain of your website is http://www.obasi-mvilla.com ==>> go to mozilla firefox or your browser and type in http://www.obas-mvilla.com/install or http://www.obasi-mvilla.com/install.php
configure the administrator account and edit your new site to your taste and invite as many users as possible to your new site viola.
So I want to guide you on how to create a good wap / mobile portal with download option and chat system on your custom domain using this highly edited wapka.com open source script provided by ulo
Why it is not very wise to create exactly a photo copy of what some other persons has done , I will not in any way prevent you from designing your dream site ( a site like naijaloaded.com) Just be very creative and I will be very fine with it.
How to create your custom wapka.com site ! Full Guide on how to install Uloki_modded script on your custom domain from "your cpanel"
1. Download the very script from this link click this link to download it
2. log in to your cpanel and use the "file manager " else use any ftp program like filezilla or cute ftp to upload all your extracted files (remember to delete ini after configuring )
3. use the mysql wizard from your cpanel to create a new mysql database and mysql database user => note your database name , user and password 'cos 'twill be needed
4. go to the folder (directory) named "include"
5. open "settings.php" with your cpanel editor, notepad, dreamweaver or any other webeditor
6. locate the area where your have this:
Code:
global $config, $user, $db, $group;
$config->dbuser = "wapscripts.info_sank"; // Database username for MySQL
$config->dbpass = "9632147"; // Database password for MySQL
$config->host = "localhost"; // Database host for MySQL. Normally its "localhost"
$config->dbname = "wapscripts.info_forum"; // Database name.
$config->title = "WapScripts - Free Wapscripts,Live Support";
// Provide the title for website.
$config->url = "http://wapscripts.info";
// URL of the forum by which you will access it. Don't forget to add trailing slash /.
$config->adminemail = "[email protected]";
Code:
global $config, $user, $db, $group;
$config->dbuser = "miracle"; // Database username for MySQL
$config->dbpass = "miracledbpassword"; // Database password for MySQL
$config->host = "localhost"; // Database host for MySQL. Normally its "localhost" (don't edit)
$config->dbname = "my_mobile_site"; // Database name.
$config->title = "Your mobile download portals and community for freebies";
// Provide the title for website.
$config->url = "http://www.obasimvilla.com/"; remember the '/'
// URL of the forum by which you will access it. Don't forget to add trailing slash /.
$config->adminemail = "[email protected]";
8. assuming the domain of your website is http://www.obasi-mvilla.com ==>> go to mozilla firefox or your browser and type in http://www.obas-mvilla.com/install or http://www.obasi-mvilla.com/install.php
configure the administrator account and edit your new site to your taste and invite as many users as possible to your new site viola.