|
|
eZ 860,000đ
publish gives you control of your content
CivicSpace 1,720,000đ
is allows individuals and organizations to build online communities that communicate effectively
Clever 760,000đ
Copy is a free, fully scalable web site portal and news posting system
CMSMadeSimple 740,000đ
provides a fast and easy way to create a web site and manage its contents.
Contenido 880,000đ
is a product of the company four for business AG
CMS 840,000đ
is a powerful, feature-rich, CMS which was based on PHP-Nuke 6.5
DRUPAL: 820,000đ
community is comprised of a diverse group of people
e107: 900,000đ
is completely free and totally customisable, and in constant development
Nukeviet 1,120,000đ
- Webportal dành cho người Việt
phpCMS 1,700,000đ
is a content management system
PHP-Fusion: 1,100,000đ
một content management system (CMS)
phpWebSite 1,700,000đ
Content Management System
|
|
|
|
 |
|
PHP-Fusion: một content management system (CMS)
Welcome to the official development & support site of PHP-Fusion, a light-weight open-source content management system (CMS) written in PHP. It utilises a mySQL database to store your site content and includes a simple, comprehensive adminstration system. PHP-Fusion includes the most common features you would expect to see in many other CMS packages. Feel free to post any questions or report any problems in our community forums. Please refer to the FAQ for common questions. | Latest Active Forum Threads | | | | News | | Final update v6.00.306 | I was hoping to keep this fix silent until the release of v6.00.400, but it has come to my attention that some people have discovered it. The exploit affects forum attachments, similar to the avatar exploit fixed in v6.00.305, so I would prefer not to release the exact details. I have adapted the new attachment code for v6.00.306 and you can download it now. Existing v6.00.305 users can download the file '6.00.306 update for v6.00.305'. If you are using an earlier 6.00.3 version ensure you upgrade to v6.00.305 before applying this update. Simply upload the inluded files and click upgrade under System Admin. The Sourceforge packages have also been updated as usual. If you wish to update manually please refer to the forum thread Manual update for v6.00.306. Update: There was a minor error in the downloads which prevents attachments from working. This has now been corrected, simply reupload the files contained in the update zip. Sorry about that. Intro: PHP-Fusion is/has been developed by Nick Jones, owner of this very site and this system. I myself started using this system 30th of October 2004 - the purpose was to build my own site - easy with this kinda setup. I needed it modified a bit to fit my needs, so I went to the supportsite in Denmark and also this site, asked HOW TO and got my answers straight up. As i modified my own site, I helped others out and had the kick of being ABLE to see some pieces of code that I could flip around and make something usefulof to others - also meant that my own site was modified over and over again, for test-purpose, (still is, he he). I agreed to run a danish MOD-site with another member of this community - lotsa work, making a lot of new stuff - too much almost. Where am I at now? Setting up bigger sites for ppl, making "deeper" infusions than earlier - still learning about PHP and MySQL, didn't now anything till I got this splendid system, only few snippets of HTML - not worth mentioning really. Anyways - my input for HOW TO: PHP-Fusion (PF from now on) is a multilingual system, meaning that you can chose between a lot of languages. If a language is not done already, it's "just" to make a new set of language files in required language - upload and change settings to the new language uploaded. The language files to the WHOLE system is located in ROOTlocale. Keep it in mind as you read on. Let me start with folder and file structure at first: (I will explain how to find the right files to modify later on) ***** ROOTadministration Contains all files used in the administration section for admins and superadmins. Also contains the backup of your site in ROOTadministrationdb_backups Images that are used in adminpanel in admin section is placed here also, in ROOTadministrationimages. ***** ROOTforum contains the files used in forum or discussion group if you like. The attachments to threads that members posts are put into ROOTforumattachments. ***** ROOTimages has several sub folders for each their purpose. Let me explain. ROOTimages itself, contains basic images used for different purpose, banner, validationcode etc. ROOTimagesarticles is the folder to use to upload pictures to, for the purpose of making articles. ROOTimages ews - same thing as above, but for news. Next cpl of folders are different. ROOTimagesavatars is where members avatars are uploaded when a member add an avatar to their profile. ROOTimagessmiley is where you find default smileys used in PF - they can be chaged as you like, but adding MORE would take some coding work in dif. files. ROOTimagesphotoalbum is the place where uploaded images being used in the section photoalbum, are uploaded. ROOT ews_cats is a new folder that arrived with 6.00.203 version recently. It contains some premade images that are used when categorizing news in admin section - more can be added. ***** ROOTincludes are a special folder that are made for special features that request some deeper kind of kode. E.g. the mail-feature in the system, the TinyMCE and so on. Files from here should not be modified. These files are used in complex features in PF and they are "included" - important for other files in this system, for doing a "job" in a certain matter. ***** ROOTinsfusions contains what some would think of as "plugins" - it's Nick Jones term of a plugin. Some are default and included in the basic system you already have. E.g. the navigation panel. In administration section, system department, you can turn on and off some of these plugins. Not all are to be installed as they are part of basic setup. The idea of infusions are to make it easier for common user to download an infusion at one of the support sites, upload it and "switch" it on, and off you go, installed and ready for usage. All infusions have their own folder name - note that. E.g. ROOTinfusions avigation_panel files that makes navigation panel look as it does is put in this folder. ***** ROOTlocale - now THAT'S what I started with. This folder contains all language files for a given country setup. E.g. ROOTlocaleDanish It contains excactly the same text as ROOTlocaleEnglish,but translated to Danish. Files in each "Country" are named the same. System imports these language files into the system, meaning that a site could change from German to Polish in a flip, through main settings, language control. If your language is not included in basic package, but you want it to BE in that language, make a folder ROOTlocaleYourlanguage - copy all files from a selected language into this folder, take one file at a time and translate it, line by line. When done, go to administration and set the language control to your language. Everything in this system is based on "softcoded" language files, meaning that you don't have to change any system files at all, just the simple language files for the system to work. Note that 2 subfolders are here as well. One for admin and one for forum sections. These are bigger features in this system, and therefore they have their own folders. ***** ROOT hemes contains different themes or skins if you like. Several to chose inbetween as standard, more to find at theme-support site, PHP Fusion Themes. As with language, these themes are listed in named folders, one folder for each theme, folder name is the name that is being listed in dropdown menu in main settings. The dropdown reads the folder names and lists them. If you find a new theme you like, upload it to it's name folder, and go to main setting to choose it. So far the folder structure. If you only use a particular language, it's OK to delete the others, same thing with the theme folders you're not using. It will easen up your daily backup if backing up all the time - just leave MAIN language folder, English - in case something screws up in your default language file set, it's good to have ,he he (been there, done that). TO COME: Basic files - maincore.php config.php subheader.php index.php Panels - building, center and left/right. MySQL structure - some of the tables to be explained. Making a table on a page - column and rows MySQL query - how to address a table to get some datas to be shown in a page. Indusions Development Kit - make your own Infusion - small step by step with a small feature. For now - enjoy Søren Lange aka Danish1977 Demo / download : http://www.php-fusion.co.uk Giá trên chỉ tính phí cài đặt
| | |
|
|

 08.54077596 (ext 108) Mr Mười : 0908134772


|
|
 |
 |
|
Tìm với Google: học thiết kế web, học thiết kế web, hướng dẫn thiết kế web, hướng dẫn thiết kế web, thiết kế web miễn phí, thiết kế web miễn phí, dạy thiết kế web, dạy thiết kế web, giáo trình thiết kế web, giáo trình thiết kế web, phần mềm thiết kế web, phần mềm thiết kế web, tài liệu thiết kế web, tài liệu thiết kế web, bảng giá thiết kế web, bảng giá thiết kế web, Tìm với Yahoo: học thiết kế web học thiết kế web, hướng dẫn thiết kế web hướng dẫn thiết kế web, thiết kế web miễn phí thiết kế web miễn phí, dạy thiết kế web dạy thiết kế web, giáo trình thiết kế web giáo trình thiết kế web, phần mềm thiết kế web phần mềm thiết kế web, tài liệu thiết kế web tài liệu thiết kế web, bảng giá thiết kế web bảng giá thiết kế web, Tìm : học thiết kế web hướng dẫn thiết kế web thiết kế web miễn phí dạy thiết kế web giáo trình thiết kế web phần mềm thiết kế web tài liệu thiết kế web bảng giá thiết kế web Tag: học thiết kế web, hướng dẫn thiết kế web, thiết kế web miễn phí, dạy thiết kế web, giáo trình thiết kế web, phần mềm thiết kế web, tài liệu thiết kế web, bảng giá thiết kế web
Chia sẻ:
Print |
View |
VCode |
BBCode
|
|
 |
|