a noob question but help me im new :(!

slim_102

New Member
Messages
4
Reaction score
0
Points
0
I was wondering how to download and upload and install php fusion to my site, no need to tell me all of it step by step just maybe a guide or so i tried googlin it but found nothing, like where to upload it in file manager or where and how do i get it running to get a web page like this http://nightassassins.exofire.net/news.php
 

lionheart8

New Member
Messages
177
Reaction score
0
Points
0
I was surprised not to find a link to installation instructions on their site, may be I didnt look hard enough.

I think this is how I installed it...

After downloading it from the link suggested above ...

Go to cpanel & create a database, eg. called phpfusion ... of course take note of the passwordword/username - But since u say u dont need all the details ...

Oh ... Ok, I found the installation instructions...
If u unzip that downloaded file, you will find lots of "readme" html files in different languages. They have installation instructions. -
U will need that db mentioned above though, as it is part of the steps. Steps 1 - 6 are what you need.

Good luck!
 
Last edited:

swirly

Active Member
Messages
1,930
Reaction score
0
Points
36
i would not use php fusion, I had my site hacked twice while using it. but i also dont know why upgrades they have made to it.
 

slim_102

New Member
Messages
4
Reaction score
0
Points
0
Go to cpanel & create a database, eg. called phpfusion ... of course take note of the passwordword/username - But since u say u dont need all the details ...

Oh ... Ok, I found the installation instructions...
If u unzip that downloaded file, you will find lots of "readme" html files in different languages. They have installation instructions. -
U will need that db mentioned above though, as it is part of the steps. Steps 1 - 6 are what you need.

Good luck!

wow ty man ur tips helped me very much so did the person who gave me the links but i faced a problem it is probably a simple thing well here it is, ok well i got to step 3 and here where i didnt know what to do lol they said upload at webserver? so i uploaded it in the file manager hoping that is the right place to upload it other than that should i upload every single file in the php fusion folder? is there a way to upload them all at once? and here are the files that i uploaded and tried going to step for tried step for also manually but didnt work :frown:

23207759tj8.jpg
 

lionheart8

New Member
Messages
177
Reaction score
0
Points
0
If you know how to use an ftp client as recommended above, u can upload the whole unzipped file at once to public_html
Uploading the probably hundreds of files in their respective folders can be a nightmare :p

I personally use filezilla from http://portableapps.com/apps/internet/filezilla_portable ...
After configuring it by adding your ftp log in details via File=> Site manager => New Site (eg My site) &
Host: www.yoursite.x10hosting.com (or whatever)
Log on type: normal
User/pwd : your cpanel log on
& Connect ...
That leads you to the folder above, which u show (I think) - on the ftp client, ie u see those folders + files.
After that, open public_html by double-clicking.

On the left, navigate to the folder with the php files, I think called php-files (check readme)

NOW if u want to install your phpfusion into a separate folder so u have www.mysite.x10hosting.com/phpfusion <= or whatever u want, rename the folder php-files on your pc to that & then drag & drop it in public_html.

IF u want your phpfusion site to be www.mysite.x10hosting.com (or whatever your subdomain) ... open php-files, select ALL the files & folders & drag & drop them in public_html.
Just dont forget any file (U can drag & drop the folders & files you see in php-files one by one, in groups or ALL at a go).

They will be uploaded within a few minutes & the different folders wit their contents remain intact.

[BEFORE uploading with the ftp client u may want to delete anyfiles you had uploaded before via cpanel file manager, to remove any misplaced files & have a clean installation. Just right click on the file u recognize, select delete in the menu & pop it off]

After that just follow the instructions.

That should address your problem.

To connect to the site again using filezilla, simply click that small black pulldown menu button below "Edit" & select your Site. You can use Filezilla to connect to multiple sites websites, after u configuring it to do so in the same way. - Just a by the way- in case u're were not aware. ;)
 
Last edited:

legendphil

New Member
Messages
152
Reaction score
0
Points
0
hao!

rather than uploading the files one by one, you can upload the zip file and extract it via cPanel.

if you already made modifications to the scripts, pack the folder where you've extracted the files in your pc into a zip file then upload it to your site and then extract.

there's this cool ftp stuff, filestream's Netfile you can download it here: http://www.fastream.com/netfile.php

it used to be not free, but when ftp clients are all over the net as freewares... it became free.. I guess that's that.

I like php-fusion's DarkHarmony theme, cool!

PS: are php-fusion themes easy to make?
 
Last edited:
Top