915 Topics

Member Avatar for
Member Avatar for odysea

i have this code [CODE]<body> <?php include 'cms/core/config.php'; include 'cms/core/opendb.php'; $query = "SELECT id, language, updated ". "FROM meta ". "WHERE id = '5'"; $result = mysql_query($query) or die('Error : ' . mysql_error()); list($id, $language, $updated) = mysql_fetch_array($result, MYSQL_NUM); include 'cms/core/closedb.php'; ?> <form method="post" action="default.php?s=editmeta"> <input type="hidden" name="id" value="5"> <table …

Member Avatar for odysea
0
367
Member Avatar for odysea

hi guys, found out about this forum a few weeks ago and found it very useful in regards php issues, i started to experiment with the language lately so i'm still a beginner, i need some help the following code: [CODE]<body> <?php ob_start(); include 'cms/core/config.php'; include 'cms/core/opendb.php'; if(isset($_POST['save'])) { $description …

Member Avatar for odysea
0
99
Member Avatar for tserva

This does not work. Not sure what I am missing. Basically I want to toggle the none/block value in the style on the span class below based on the browser detection script. Thanks in advance [CODE=javascript] var myBrowserVersion; myBrowserVersion = parseInt(BrowserDetect.version); //Detect if visitor is using Firefox 2 (less that …

Member Avatar for tserva
0
6K
Member Avatar for mauconline

Hi, First I'm not so sure if this is the best place start this thread, so pardon me if I in the wrong place. Please can anyone recommend a simple and easy to use CMS for users who're not web savvy? Has anyone tried AspireSoft - is it any good? …

Member Avatar for platinum8
0
174
Member Avatar for Besherek

Hi folks, I need a little help working out a 2 tier navigation that is database driven as I'll need to use CMS to insert new categories and topics at a later date. The navigation is in unordered list format looking similar to below. Two category listed navigation with two …

Member Avatar for Besherek
0
118
Member Avatar for dude9er

I am trying to update web content on my site by the ID in the database. I am using a ASCX file in order to update the content and it's integrated with a BLL VB file. By example, the content on my Contact page needs to be updated, the DB …

0
76
Member Avatar for goodfellaNW

Hello, I have the following tables: tbl_Products, tbl_Categories, tbl_CategoryFields, tbl_ProductDetailsText tbl_Products houses basic product data, such as ID, CategoryID, Title, Description, Body, Date, Status, etc... tbl_Categories has ID, ParentCategoryID, Title, etc... tbl_CategoryFields has custom fields that the user can add in a CMS for specific categories. For example, Category A …

Member Avatar for saurav.prasad28
0
150
Member Avatar for bimaljr

Hi I have a site in Joomla CMS. I want to redirect my old url : [QUOTE][url]http://www.brcreation.com/index.php?/Softwares/Tool-to-Convert-Files?itemid=167&mid=167[/url][/QUOTE] to : [QUOTE][url]http://www.brcreation.com/Softwares/Tool-to-Convert-Files?itemid=167&mid=167[/url][/QUOTE] As you see above, I want to remove "index.php?/" from my site url. I have created a script for this but there are some problems. It doesn't redirect to correct …

Member Avatar for essential
0
164
Member Avatar for deepika1

i have installed a new open source cms i would like to add up the login session unset session and destroy the session i wanted to know where do i place the coding. i have no idea about php any help would be appreciated

Member Avatar for OmniX
0
62
Member Avatar for jayb

hello everyone ... I am working on a CMS in PHP, using Apache server .. in my site we have a download and upload file module .. where user can download necessary files and also can upload . but I want use an another server for this .... such that …

Member Avatar for digital-ether
0
127
Member Avatar for swit

Hello, can anyone help me. im working on a project using joomla cms and within a certain component, all of a sudden the save, edit and cancel buttons dont work. all the buttons that have javascript code behind dont work in the joomla back end. plus, the buttons work perfect …

Member Avatar for swit
0
140
Member Avatar for scott_rider

I am getting an "Connection must be valid and open" error. After some research I have found two possible reasons for this: malformed sql or bad connection string. Since the error is being thrown on a second .executescalar statement I will assume the connection string is working. I have two …

Member Avatar for Tschuikow
0
317
Member Avatar for sacarias40

Does anybody know where i could get some information or guides on designing my own CMS???

Member Avatar for sacarias40
0
108
Member Avatar for shihab-alain

Hello, I'm in the process of designing an app which basically functions as a multi-part application(multiple forms) incorporating a basic cms and payment tracking. I'm having trouble coming up with the db structure for the multi-part application. The site needs to be flexible enough to: -Have multiple forms -Store/track form …

Member Avatar for dickersonka
0
107
Member Avatar for 10Pints

Just started using this compiler - with my old VC6 code, but it seems to think a directory is readonly when it isnt? - any ideas? this is at/after the last the line of the file compiler output: c:\data\dev\cms\3.0.0.0\code\word\src\word.cpp(220) : fatal error C1083: Cannot open include file: 'c:\data\dev\cms\3.0.0.0\code\word\src': Permission denied

Member Avatar for 10Pints
0
253
Member Avatar for mangesh5588

HI, I am creating a CMS site in asp.net with flash animation. I want to write editable text (fields) on a white sheet that opens in an animated form. The text has to be in asp.net as there is a small query form, and some text (that can be edited …

Member Avatar for ravinder007
0
134
Member Avatar for agent007

Hi I have noticed that some hosting provides have been able to set folders to 755 and files 644 but still permit both the Web interface user and the CMS/Forum etc scripts to have write access to the web root of the account. I will provide and example to clarify …

0
107
Member Avatar for TechGurus

I just did a link exchange with a theme related business. When I hover over my link on his page, it doesn't show my URL address in the botton left hand corner of my screen. Instead it say [url]http://www.imperial-asllc.com/cms/Web_Links/General/Atlanta_Accounting_Firms.html[/url] My site address is www dot Atlanta Accounting Firms dot . …

Member Avatar for Robdale
0
142
Member Avatar for Vesperto

Hi, I'm building 3 sites, nothing fancy or big. I'm basing them on PHP, so i'm also trying to use PEAR(/PECL) - seems like a logical choice. I'm using two different webservers, one is Apache, the other is Nginx, so i need the code [b]not[/b] to be server-specific. Both machines …

0
59
Member Avatar for luckyads

I have 2 XML files as follows - one.xml ======= [code=xml]<?xml version="1.0" standalone="yes"?> <CMS> <Episode> <name>Mentor: Communicating Effectively</name> </Episode> <Episode> <name>Facilitator: Managing Conflict</name> </Episode> <Episode> <name>Monitor: Measuring Performance</name> </Episode> </CMS>[/code] two.xml ======= [code=xml]<CMS> <Episode> <eNumber>1</eNumber> <partOne>0</partOne> <partTwo>1</partTwo> </Episode> <Episode> <eNumber>2</eNumber> <partOne>1</partOne> <partTwo>0</partTwo> </Episode> <Episode> <eNumber>3</eNumber> <partOne>0</partOne> <partTwo>1</partTwo> </Episode> </CMS>[/code] Now, …

0
61
Member Avatar for whitestream6

I've just been editing an open-source PHP application (original version at [url]http://scripts.ringsworld.com/content-management/basiccms/[/url] , and modifying it to suit my needs :icon_cheesygrin: However, the PHP application is a CMS and always generates URLs this way: [url]http://yourwebaddresshere.com/cms/?id=1[/url] when I am trying to get it to be [url]http://yourwebaddresshere.com/cms/?id=pagename[/url] but I am struggling to …

Member Avatar for FlashCreations
0
148
Member Avatar for luckyads

I have a very basic question. I am populating a datagrid from an XML file, ie. binding datagrid to XML The datagrid has 4 template columns - ID (label), Episode Name (label), Part A (checkbox), Part B (checkbox). [COLOR="Red"]What I want to do is remove the nodes "<name>" from the …

Member Avatar for luckyads
0
114
Member Avatar for mrclean

I am moving a website from the Joomla CMS to Wordpress and I don't want to lose my SE placement due to bad links, but I cannot seem to get any redirects to work due to the dynamic nature of the Joomla produced URLs. [B] Example Joomla URL:[/B] [url]http://www.althack.com/index.php?option=com_content&task=view&id=66&Itemid=27[/url] [B]The …

Member Avatar for FidelGonzales
0
153
Member Avatar for tegemea

Hello everyone, I'm new here and in short time of fast surfing have found this community as what I had been looking for. Thanks very much for whoever thought of this and finally whoever contributed to bringing it to life. I'm a basic web developer with a little experience but …

Member Avatar for jbennet
0
252
Member Avatar for websurfer

Hello, All: I have been testing and learning by building this simple CMS application and want see if works OK, but most importantly, would like to know if any of you are able to hack it. It's a simple "notepad" that allows people to register their own id/pw and able …

Member Avatar for websurfer
0
110
Member Avatar for FlashCreations

MySQL is great, especially for storing large amounts of data such as users, event logs, and tables for forms or CMS systems. There is one big problem though that faces PHP/MySQL developers: MySQL injection. Hackers usually try something like a username and password of ' a='a'. This is a MySQLer's …

0
69
Member Avatar for marcosjp

Hello! I created a simple CMS with PHP/MySQL and would like to make it easy for people to insert some formatting, such as bold, italics, underlined, links, etc., so that they don't have to know html code... What is the best solution to develop something like this? Javascript? Forms are …

Member Avatar for diafol
0
156
Member Avatar for Taosun

hello Everyone I was wondering if anyone can help me with a little php and mysql problem occurred to the CMS i am using. I have a function which is get data from a table after updating the table, the code is as follow: [code=php]public function getHtmlWrapper($id) { //get entire …

Member Avatar for diafol
0
123
Member Avatar for itrickski

i have developed a c#/.NET web app using VS 2005 on my local machine. it works fine, and i have copied the files over to the web server (running ASP.NET 2), and it works great with JIT compiling on the server. before moving to production, i would like to compile …

Member Avatar for itrickski
0
502
Member Avatar for luckyads

Can I make a dynamic XMl which looks like this? [code=xml]<?xml version="1.0" standalone="yes"?> <CMS> <Episode1> <partOne>1</partOne> <partTwo>1</partTwo> </Episode1> <Episode2> <partOne>0</partOne> <partTwo>0</partTwo> </Episode2> <Episode3> <partOne>0</partOne> <partTwo>0</partTwo> </Episode3> </CMS>[/code] If yes please guide as I am using Datatable as node. Thanks, Aditi

0
60
Member Avatar for luckyads

Hi Folks, I have this XML which looks like this I have to pull this XML on the datagrid and should be able to insert, update and delete data from the datagrid. [code=xml]<?xml version="1.0" encoding="utf-8"?> <CMS> <episodes> <episode eNumber="1" ptOne="1" ptTwo="1" /> <episode eNumber="2" ptOne="1" ptTwo="0" /> <episode eNumber="3" ptOne="1" …

0
55
Member Avatar for probedb

Hi all, I've just joined but have been coding a while longer :) I'm having trouble migrating a webapp that works fine under Tomcat 5.0.28 to 5.5. I've done several others without any problem. This one, however uses SingleSignOn. I can't see anything wrong with my setup (config below) from …

0
65
Member Avatar for hardik261086

Hi My self hardik i am developing CMS system in asp.net with c# in visual studio 2005(framework 2.0), in which i have to provide one facility at user level i.e user can insert clip or movie in his/her content..! so anyone tell me that how can it possible? or is …

Member Avatar for hardik261086
0
48
Member Avatar for wickedsunny

Hiiz is there a way that i can rewrite .htaccess from a php file? well actually i am using a cms for my site and whenever i make a new page i have to rewrite it in htaccess to make it work and SEO friendly. so i was wondering if …

Member Avatar for wickedsunny
0
377
Member Avatar for arunpawar

Is there any CMS for knoledgebase and customer support? I tried google but not found any, but rather found CMS which uses this feature as complimentary and less effectively. any suggestions?

0
101
Member Avatar for balamurugan1234

Hoiw to create [url]www.webnode.com[/url] Like website.Here particular conent can be edited .How is it possible.. Please help me

0
49
Member Avatar for marcosjp

Hi there, I'm building a multilanguage CMS based Web site using PHP 5- MySQL and I'm facing problems with languages. From what I've been reading I must use charset UTF-8 (as Wikipedia uses this I guess this is realy the right choice). Now, I must also know how to store …

Member Avatar for marcosjp
0
270
Member Avatar for jtmcgee

I am having problems with str_replace. What I am doing for the administration pages of my CMS I have a include page for the top navigation (nav.inc.php). So I'll show you my code. [CODE] $page = $_SERVER['SCRIPT_NAME']; $prefix = '/administration/'; //get main and sub $main = '<div class="main-links"><a class="wnav" href="'.$prefix.'">Home</a><a …

Member Avatar for jtmcgee
0
165
Member Avatar for mustafaneguib

hey guys as u all might know that i have been working on a cms system for quite some time. what i want to know is that as potential users what would you like to see in a content management system? what are the features that you want to see …

0
69
Member Avatar for aloks

Hi i have a website hsoted on a shared server with a service provider and i am getting the below error at times while i am adding text in the database thru the CMS module provided to me by the developer. The developer says its a server issue and and …

Member Avatar for blocblue
0
85
Member Avatar for BestLinux

I just purchased a Cheap Hosting Account now i want to build a CMS website, which CMS is better?

0
63
Member Avatar for 99antsim

I need to create a new system for cms for a project for uni but i don't have a clue :( can anyone help or guide me ?

0
49
Member Avatar for cwarn23

Hi and I am trying to embed a modified version of a javascript/css script from [URL="http://www.javascriptkit.com/script/script2/dbmenu/#"]http://www.javascriptkit.com/script/script2/dbmenu/#[/URL] but since have made a few problems. At the moment, my script is only compatible with Internet Explorer 7 (not compatible with earlier versions) and can anybody help me debug the top menu at …

Member Avatar for cwarn23
0
94
Member Avatar for Anil4u

Hi all, How to add google adsence module in Drupal, please can anyone help me, when i integrated then it asking for Google AdSense client ID, register in google adsence , but i have not that client id, please help me for this, i am able to test in the …

Member Avatar for digital-ether
0
58
Member Avatar for Dick Kennedy

I'M running a site on PHP 5.2.6, Apache 2.2.9 (shared hosting). Most of the site uses a CMS (MODx) but I have one section using home-rolled scripts. I have a file that gets included into these that checks user status by looking for the MODx session vars. On one script, …

Member Avatar for Dick Kennedy
0
118
Member Avatar for kevin wood

hope someone can help me with this. i am trying to update records in a mysql db with a new image but i keep gettin errors. i am using a hidden form input to post a variable across to a new page, i can echo the variable out at the …

Member Avatar for kevin wood
0
103
Member Avatar for trashed

Hi all. I am currently developing a CMS for a school project and I wanted to add the function to check, real-time, if a username is already taken. It should be a little bit like what happens when you register for a Gmail or Yahoo! account. Basically, while the user …

Member Avatar for Will Gresham
0
372
Member Avatar for BoogyB
Member Avatar for brianmaddox
0
138
Member Avatar for bz029

What I have done/tried: 1) Download JDBC driver from Centura/Gupta/Unify website. Called and confirmed the JDBC driver is backwards compatable with sqlbase 7.6 2) Put jdbc file into mysql migration toolkit lib directory: C:\Program Files\MySQL\MySQL Tools for 5.0\java\lib\SQLBaseJDBC.jar 3) Open MySQL Migration Manager, configure: - source database Database System: Generic …

0
76
Member Avatar for websurfer

Hello all again... I have a problem with this "mini-CMS" I am buidling as I'm trying to learn this PHP thing... Everything seems to be working OK, EXCEPT when I try to UPDATE the images from a specific record, it only updates one of the images, and it always looks …

0
89

The End.