Miscellaneous Code

  Home arrow Miscellaneous Code arrow FlexPHPic Pro
MISCELLANEOUS CODE

FlexPHPic Pro
By: Codewalkers
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 1
    2003-07-18

    Table of Contents:

     
     

    SEARCH CODEWALKERS

    TOOLS YOU CAN USE

    advertisement
    FlexPHPic is a simple, free and open source picture admin system. You can add multi-level sub-categories and classify the pictures. It is easy for internationalization. Users can search pictures and categories by keywords, browse pictures online as Acdsee, zoom in, zoom out or print the pictures, and add filter effect for the pictures. Automatically generate thumbnails(GD library required)Low price customization service available.



    By : milly

    <?php

    /*
    http://www.china-on-site.com/flexphpic/
    Written in PHP+Mysql, FlexPHPic is a simple, free and open source picture admin system. You can add multi-level sub-categories and classify the pictures. All the text in this program is put in one file. Once you edit this file, you can generate a new language version or customize the text in your program. Users can search pictures by keywords, browse pictures online as Acdsee, zoom in, zoom out or print the pictures, and add filter effect for the pictures.
    */

    //Database settings

    $DBName = "pictest";
    $DBUser = "root";
    $DBPassword = "";
    $DBHost = "localhost";
    $adminemail = "";

    $thumbwidth = 120;
    $thumbheight = 80;
    $tablecolumns = 2;

    //Front Language settings
    $front_charset = "iso-8859-1";
    $front_previouspage = "Previous page";
    $front_nextpage = "Next page";
    $front_submititle = "Title";
    $front_categories = "Categories";
    $front_indextitle = "Index";
    $front_searchresult = "Search result";
    $front_searchsubmit = "Search";
    $front_latestpics = "Latest pictures";
    $front_more = "More";
    $front_adddate = "Date";

    $front_latestonhomerecord = 10;
    $front_latestoncatarecord = 20;
    $front_searchresultrecord = 20;
    $front_catpicsonhomerecord = 5;
    $front_catnewsoncatarecord = 5;

    //Admin Language settings
    $admin_charset = "iso-8859-1";
    $admin_url = "URL";
    $admin_ok = "OK";
    $admin_back = "Back";
    $admin_add = "Add";
    $admin_name = "Name";
    $admin_del = "Del";
    $admin_previouspage = "Previous page";
    $admin_nextpage = "Next page";
    $admin_news = "News";
    $admin_delconfirm = "Really want to delete it?";
    $admin_yes = "Yes";
    $admin_no = "No";
    $admin_edit = "Edit";
    $admin_adminindex = "Admin index";
    $admin_next = "Next";
    $admin_reset = "Reset";
    $admin_description = "Description";
    $admin_adminsystem = "Admin system";
    $admin_admin = "Admin";
    $admin_welcome = "Welcome to admin system";
    $admin_existing = "Existing";
    $admin_opreation = "Opreation";
    $admin_save = "Save";
    $admin_picture = "Picture";
    $admin_install = "install";
    $admin_databasename = "Database Name";
    $admin_databaseuser = "Database User";
    $admin_databasepass = "Database Password";
    $admin_databasehost = "Database Host";
    $admin_adminemail = "Admin Email";
    $admin_databasesetting = "Database setting";
    $admin_setadminpassword = "Please choose username and password for administrator";
    $admin_username = "username";
    $admin_password = "password";
    $admin_loginfail = "Wrong username or password";
    $admin_login = "log in";
    $admin_linkadded = "link added";
    $admin_constisnotwriteable = "const.inc.php is not writeable,please change its permission";
    $admin_catalogadmin = "Category admin";
    $admin_picturesadmin = "Pictures admin";
    $admin_parentcatalog = "Parent category";
    $admin_catalogalreadyexist = "Category already exist";
    $admin_catalog = "Category";
    $admin_isdisplay = "Is displayed?";
    $admin_none = "none";
    $admin_title = "Title";

    ?>

    Click to Download File



    DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware.

    More Miscellaneous Code Articles
    More By Codewalkers

    blog comments powered by Disqus

    MISCELLANEOUS CODE ARTICLES

    - Creating a Web Page Controller with the HMVC...
    - Coding Controllers and Views for the HMVC De...
    - A Sample Web Application with the HMVC Desig...
    - Adding a Class to Parse Views to an HMVC Des...
    - Building a Model Class for the HMVC Design P...
    - Filtering Input Data and Generating HTML For...
    - The HMVC Design Pattern: Working with MySQL ...
    - Dispatching Requests to MVC Triads with the ...
    - Implementing the Hierarchical Model-View-Con...
    - A Web App Based on a Model for the CodeIgnit...
    - Completing a Model for the CodeIgniter PHP F...
    - Validating Input Data with the CodeIgniter P...
    - Deleting Database Records with the CodeIgnit...
    - Inserting Database Records with a CodeIgnite...
    - Fetching Database Rows with a Model for the ...


    © 2003-2012 by Developer Shed. All rights reserved. DS Cluster 1 - Follow our Sitemap