27/08/2014
HOW TO CREATE A PHP FORUM SITE
Lets hit the mole,, Goto any hosting site.
Eg NAZUKA.NET and PEAKHOST.IN Then
Register or,, but before you go for
registration,, don't forget,, if you are a
mobile user make use of UC WEB , ,
2. Now after registration ,
check your email for
confirmation message and
click the link given to
activate your account.. - then Now after
you might
have been done with registration,, goto
your hoster and login your account
(control panel) when you login,, scroll down
you would see something like this "YOU D0
N0T HAVE ANY ACC0UNT HERE , CLICK
HERE" Now follow the click here link and
you would be redirected to a page where
you would see something like subdomain
and domain choose subdomain or leave it
like that.
And You would be shown a box and ontop
of the box,, you would see "www." in the
box,, put your preffered site name e.g
mysite ,, on the 3rd area you would
see .nazuka.net (where you are hosting
from).. after put your password and re-
write the code given to then Click submit
And that would be your site name. After
creating that,,
In the link send to your email You will find
the
following details under the comfirmation
link
domain: yoursite.nazuka.net
Ip Address:31.***.***.***
username: u933******
password: ********
Note: remember d following details
because you willl
be needing them when
ever u want to upload
scripts or edit yoursite
Next Stfp How to Login FTP
clients ,
e.g Zonesftp to upload
script and edit your site
here you will be needing the
details which you have noted
above. there are different type
of ftp client site, but they
require the same
informations for you to
login. Here are some of them:
http://mobftp.tk
http://shareftp.peakhost.in
http://hotftp
http://rootku
http://sharezonez
http://proudlymobile.net/ftp
How to Login
some textbox will shown
to you on any ftp client
site but only the
following are mandatory
and make sure you enter your details
accordingly to
avoid errors..
1. FTPserver:-
ftp.ursite.nazuka.net , ursite.ext
or enter the IP Address of your acct. e.g:
ftp.Sharezonez(spam blocked) or
31.170.163.33
Username: your username
e.g: u3923636369
3) Password:- enter the
password which u used
when creating the acct
4) directory:- public_html
5). Port: 21
you can leave other
textbox empty or with
their default values.. Then
you are Good to Go.
Then click Login or connect to login your
ftp
After loging in,, you will see a Default File
in 'Public_html' e.G default.php then
DELETE DEFAULT FILE FROM
PUBLIC_HTML
Next Step HOW TO UPL0AD YOUR SCRIPT
Now after deleting the default files,, Go
back to the first page where you see
"public_html"[b] in a textbox remove all
and put only [b]/[b] then click "Go"
after open you will see
[b]public_html[b]
and [b]DO_NOT_UPLOAD_HERE
then scroll down click upload and upload
your file.
Note-: Your file should be in .zip format
and the Maximum file allowed is 5mb,,
Now after uploading,, go back to the first
paqe aqain and reload or re-login.. Now
click on the file name e.g PBNL-V2.5.zip.
Now you would see three or more options,,
which are ?
"open file"
"extract file"
"download file"
choose "extract file"
it would show a box below where the write
Folder name: with your file name but you
without the .zip ,, e.g PBNL-V-2.5 ? delete
it and put... public_html
Note-: it must all be in small Leters the
click execute or unzip.
After clicking it, it will say
The archive was
extracted successfully..!!
then you are "Good" to "Go"
Next Step How to create Database
step would be to create Database for your
site,, Database is one part of the most
imp0rtant steps to make the site
successful. HOW TO CREATE YOUR
DATABASE After creating your site you
have to reload the page,, After that you
would see Switch ? click on Switch then ?
Located ? mysql Database ? click on mysql
Database ? it will display some form for
you to fill in the first box on top of it you
would see something like
"u123456789" (remember that is your user
name for FTP) Now in the first box you
would see username ,, just put any 5(five)
letter words e.g -( share). Second box
(name),, use the same name e.g share4u .
Now Password,, use your normal password
that you are using so that you wil not have
any problem while installing your script.
Now after creating mysql database,, Write
all your information down,, . After doing
that,, Another important thing is upload a
script called pbnl.sql... This script would
enable Registration on your site.
HOW TO UPL0AD PBNL.SQL
Note: before going to upload your
PBNL.sql chanqe your browser view from
mobile to pc view e.g operamini change
view by pressing #8 and unselect mobile
view,, Locate phpMyAdmin ,, it is beside
Mysql- DataBase... (for pc users) but for
mobile users,, just scroll down Click
"phpmyadmin ? then click
?Enter phpmyadmin ? then input your
password ,,... you would see an options
"see more"
?click on see more?
"import ?
click "Import ? now you would see a
page asking for your file,, simply make use
of the uploader and upload your PBNL.sql ,
then Scroll down and click 'G0'. After
uploading you would see "52queries
executed"
the you are "Good" to "Go"
HOW TO CONFIGURE YOUR WEBSITE
Now here is the hardest part to some
people,, e.g me (when i was a newbie)
login you account through ftp,, open your /
public_html look for folder with name
"moduls" ? open it ? locate connect.php or
settings.php or sometimes init.php but
most atimes,, your database settings are in
connect.php ,, but which ever you see your
database settings,,
don't get confused now when you open it,,
you would see something like this
////DATABASE SETTINGS////
global $config, $db;
$dbname = "name"; // Your Sql
DatabaseName
$dbuser = "db_user"; // Your sql
database username
$dbhost = "localhost"; // its always
localhost, except if your host states
otherwise
$dbpass = "password"; // Your
sql database password
COPY CODE:
Now you have to start editing it,, where you
saw $dbname = "name" ,, edit it to $db;
$dbname ="u12345678_Share";
remember,, ? [re]u12345678[/red] is your
username at my sql database we did ealier,
and share[/red was the database name you
used,, hope you remember
now where you see
$dbuser = "db_user",,
edit it to you database_user which should
be ?
[yellow]$dbuser="u12345678_share";[/
yellow]
which is your sql database username
now where you see
$dbhost = "localhost";[green]
,, all you have to do is change localhost
your hoster to e.g [red]mysql.nazuka.net it
should look like this
[yellow]$dbhost = "mysql.nazuka.net";[/
yellow] (remember- if nazuka.net is not
your hoster,, dont also forget to add mysql
[red] to the begining)
now,, where you see
[green]$dbpass = "password";[green]
which is Your sql database password just
change it to
[red]$dbpass = "password"
e.g [yellow]$dbpass = "Godswilshare4u"[/
yellow]
Now belive me,, you are done with your
database settings,, your site can connect
now,, but you have to do more easire
settings
you would see something like this
immediately you are done with your
database settings,,
[copas]http:////SITE SETTING////
$config-url = "http://
www.yoursite.com/"; // Your website
address with the trailing slash.
$config-title = "sharezonez(spam
blocked)"; // Your site title.
Preferably your domain
without .com/.net/.org/ etc
$config-css = "black"; // css
styles options.. black, white,
green, blue, or red..
$config-desc = "best wapmasters
lodge"; //
Your site description,
$config-lome = "You Have Been
Logged Out Successfully Please
Invite Your family and friends";
http://Message For User After
Logging Out
[/code]
ok,, lets get started,, now you get to see
[green]$config-url = "http:// www.url/";
[green]
all you have to do is edit it and change
http://www.url
Your website address with the trailing
slash it would then look like this
[yellow]$config- url =
"http:// www.site.nazuka.net/";[/yellow]
then you see
[green $config- title = "title";
just change it to your desired titile
Preferably your domain
without .com/.net/.org/ etc,, it should then
look like this -
[yellow] $config-title = "Sharezonez(spam
blocked)";[/yellow]
now you should have learnt how to do all
this
if you see something like,,
$config- twit = "username";
just change username to your twitter
username not url,, it would look like this
[yellow]$config-twit = "Godswillshare";[/
yellow]
now,, if you see
$config-fb = "username";
just change username to your twitter
username not url,, it would look like this
$config- fb = "Godswillshare";
now if you see
$config- owner = "owner";[green]
simply replace owner with your name e.g
[yellow]$config- owner = "GodswillShare";[/
yellow]
now you get to see
[green]$config- email =
"email@ gmail.com";
just change email to your email,, it would
then look like
[yellow]config- email =
"Godswillshare@ gmail.Com[/yellow]
lastly your mobile number
$config- mobile = " +234********";
just change +234********** to your number
e.g
[yellow]$config- mobile = "
+2348088375618";[/yellow]
so when you are through with that process
then you are "Good" to "GO"
Now enter your address bar and type your
site name e.g
www.mysite.nazuka.net/ install.php
then this will prompt you to supply your
database details you have created initially.
After opened put your admin name and
password then you have succesfully install
your website and you will be prompt to
delete your install.php file to prevent
hackers,,
please do so... Now you have a website,, i
know you are happy..
Wap FTP Client Service. This Free, Fast, Easy and Secure.