Results 1-25 of about 12,895 results found for 'cms' in 0.80 seconds
 1 2345678910...

connect.php
<?PHP
include("./autoconfig.dd");
$cms = new cms();
$cms->Host = $mysqlhost;
$cms->User = $mysqluser;
Language: PHP
LOC: 9
Spider_20090107_inc : Digitaldesign CMS (project search) : .../inc_004/ddcms/ddcms_19_11_03.zip/inc/connect.php

header_standard.php
<h1>GenCMS</h1>
Language: PHP
LOC: 1
BerliOS (SVN) : GenCMS (project search) : .../trunk/_base/blocks/header/header_standard.php

version.php
<?php
$cms_name = "CMReams";
$cms_version = "0.4 alpha 1";
$cms_build = "108";
Language: PHP
LOC: 5
Google : cmreams - Erweitertes CMS, dass auf CMBasi...siert (project search) : .../c/cmreams/trunk/backend/version.php

dbvars.php
<?php
$dbhost = "localhost";
$dbuser = "pmm-cms";
$dbpass = "pmm-cms";
$dbname = "pmm-cms";
Language: PHP
LOC: 6
Spider_20090227_inc : Public Media Manager (project search) : .../009/pmm-cms/comcal/dbvars.php

admin_delete_cms.php
     include('includes.php');
     check_admin();
     $cms=new cms();
     if (! $cms->load( array( 'id' => $_GET['id'] ) ) ) {
          header("Location: admin_cms.php");
Language: PHP
LOC: 11
Spider_20090529_inc : Sathi : an automated grading system (project search) : .../0015/sathi/ioi/admin_delete_cms.php

dist.inc.php
<?php
//    define('_SPCHAT_CMS_RUNNING','postnuke');
    define('_SPCHAT_CMS_RUNNING','phpnuke');
// experimental:    define('_SPCHAT_CMS_RUNNING','nocms');
Language: PHP
LOC: 3
Spider_20090121_inc : ThaiNuke - century (project search) : .../html/modules/SPChat/inc/dist.inc.php

dist.inc.php
<?php
//    define('_SPCHAT_CMS_RUNNING','postnuke');
    define('_SPCHAT_CMS_RUNNING','phpnuke');
// experimental:    define('_SPCHAT_CMS_RUNNING','nocms');
Language: PHP
LOC: 3
Spider_20090121_inc : ThaiNuke - century (project search) : .../html/modules/SPChat/inc/dist.inc.php

dist.inc.php
<?php
//    define('_SPCHAT_CMS_RUNNING','postnuke');
    define('_SPCHAT_CMS_RUNNING','phpnuke');
// experimental:    define('_SPCHAT_CMS_RUNNING','nocms');
Language: PHP
LOC: 3
Spider_20090121_inc : ThaiNuke - century (project search) : .../html/modules/SPChat/inc/dist.inc.php

index.php
<?php
require("../oxpac/core/cms.php");
$cms = new cCms("./", dirname(__FILE__), "root", "demo_web");
echo $cms->runWebPages();
Language: PHP
LOC: 5
Google : oxpac - object-oriented xml powered ajaxified CMS (project search) : .../o/oxpac/trunk/demo_web/index.php

settings.inc.php
<?php $sitesettings = array('sitename' => 'Example punyCMS', 'sitemeta' => 'punycms, punyCMS, cms, CMS, example', 'sitefoot...  
Language: PHP
LOC: 1
Spider_20090120_inc : punyCMS (project search) : .../006/punycms/sitefragments/settings.inc.php

sidebar.php
     include('sidebar_login.php');
     if (! logged() ) {
          $cms_news = new cms();
          $cms_news->load( array( 'name' => 'news' ) );
          print_section('News',$cms_news->body);
Language: PHP
LOC: 8
Spider_20090529_inc : Sathi : an automated grading system (project search) : .../0015/sathi/ioi/templates/sidebar.php

add_cms.php
}
xml_header();
$cms=new cms();
if ( $cms->load( array( 'name' => $_REQUEST['name'] ) ) ) {
     update_element('cms_status','CMS Page already exists');
Language: PHP
LOC: 17
Spider_20090529_inc : Sathi : an automated grading system (project search) : .../0015/sathi/ioi/ajax_handlers/add_cms.php

admin.php
     check_admin();
     include('templates/header.php');
     $cms = new cms();
     $cms->load( array( 'name' => 'admin' ) );
     print_section($cms->header,$cms->body);
Language: PHP
LOC: 9
Spider_20090529_inc : Sathi : an automated grading system (project search) : .../0015/sathi/ioi/admin.php

cms.php
<?php 
     include ('includes.php');
     $cms = new cms();
     if ( ! $cms->load( array( 'name' => $_GET['name'] ) ) ) {
          header("Location: error.php?message=".urlencode("Page cannot be found"));
Language: PHP
LOC: 11
Spider_20090529_inc : Sathi : an automated grading system (project search) : .../0015/sathi/ioi/cms.php

index.php
<?php 
     include ('includes.php');
     $cms = new cms();
     if ( ! $cms->load( array( 'name' => 'index' ) ) ) {
          header("Location: error.php?message=".urlencode("Page cannot be found"));
Language: PHP
LOC: 11
Spider_20090529_inc : Sathi : an automated grading system (project search) : .../0015/sathi/ioi/index.php

url.php
     {
          switch ($this->getAttr("rel")) {
               case "web" : return $this->cms->file->getRelative($this->cms->url,$this->cms->siteDir);
               case "cms" : return $this->cms->file->getRelative($this->cms->url,$this->cms->dir);
          }
Language: PHP
LOC: 13
Google : oxpac - object-oriented xml powered ajaxified CMS (project search) : .../groups/files/parts/url/url.php

admin_edit_cms.php
     check_admin();
     if (isset($_REQUEST['submit']) && $_REQUEST['submit']=='Cancel') {
          header("Location: admin_cms.php");
          exit;
     }
Language: PHP
LOC: 23
Spider_20090529_inc : Sathi : an automated grading system (project search) : .../0015/sathi/ioi/admin_edit_cms.php

core_install_form.php
<?php 
/**
 *     CMS Core :: Installation
 *     
 *     @author Dudler, Roger
Language: PHP
LOC: 18
Spider_20090107_inc : Digitaldesign CMS (project search) : .../inc_004/ddcms/ddcms_19_11_03.zip/modules/core_install_form.php

lang_general.php
<?php
if(! defined('CMS_CONFIGFILE_INCLUDED')){
     die('NO CONFIGFILE FOUND');
}
Language: PHP
LOC: 21
Google : workshopplugin - A workshop managment plug...rengo (project search) : .../workshopplugin/trunk/lang/de/lang_general.php

config.inc.php
<?PHP
// CMS Config
// Codingfactory
$allow_all_surveys="on";
Language: PHP
LOC: 3
Spider_20090529_inc : Falt4 CMS (content management system) - Falt4 CMS (project search) : .../falt4/modules/survey/includes/config.inc.php

footer.php
<?PHP
// CMS Footer
// Codingfactory
echo "Copyright by codingfactory.com &copy;";
Language: PHP
LOC: 3
Spider_20090529_inc : Falt4 CMS (content management system) - Falt4 CMS (project search) : .../0015/falt4/falt4/includes/footer.php

version.php
<? define(CMS_VERSION,"2.1.3.1 BETA");?>
Language: PHP
LOC: 1
Spider_20090227_inc : Pyrophobia CMS (project search) : .../pyrophobia/pyro2_1_3_1.tar.bz2/pyro2_1_3_1/sources/version.php

admin.php
<?php
require("cms/admin/admin.php");
$admin = new aAdmin("hantl_info/", dirname(__FILE__), "root", "cms");
?>
Language: PHP
LOC: 4
Google : oxpac - object-oriented xml powered ajaxified CMS (project search) : .../Google/o/oxpac/trunk/admin.php

Cvs.php
<?php
$loader->import ('cms.Versioning.Store');
/**
 * @package CMS
Language: PHP
LOC: 5
Sitellite Forge : Sitellite (project search) : .../cms/lib/Versioning/Store/Cvs.php

Cvs.php
<?php
$loader->import ('cms.Versioning.Store');
/**
 * @package CMS
Language: PHP
LOC: 5
Spider_20090107_inc : Sitellite CMS (project search) : .../cms/lib/Versioning/Store/Cvs.php

 1 2345678910...

Project Matches
 1 2345...

cms - JXTA Content Management System

Ixion CMS

phocoa-cms

Speedymax CMS - Speedymax CMS systeem eenvoudig te gebruiken cms...

mouse-cms - mouse cms - Mouse CMS based on Parser








About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us