915 Topics

Member Avatar for
Member Avatar for UK-1991

Hello, I have a question in my mind whene ever we create a login page why we store the variables in $_SESSION why is this done so my senior developer told me when recently i was creating cms in which I created 1 admin and 1 user page he sent …

Member Avatar for UK-1991
0
167
Member Avatar for Wojciech_1

What the hell is with quotation system here? Its absolutely irrational. When you want to quote just press ctrl+q (this one works) and than what? rewrite/copy+paste what you want to quote.... Just absurd. BTW why this cms/forum (posts being articles ?!) lacks proper quoting subsystem (like any other forum software)? …

Member Avatar for Dani
-3
228
Member Avatar for vanessa001

Why choose CMS for the best website development? And which solution would be the best? Is it Drupal or Joomla or Wordpress?

Member Avatar for gentlemedia
-1
221
Member Avatar for happygeek

Content Management Systems (CMS) may not be the most interesting topic on the tech table, but oh boy does WordPress liven things up in this sector. Not, it has to be said, always in a good way. I've lost count of the number of WordPress vulnerability stories that I've read …

Member Avatar for happygeek
3
427
Member Avatar for Niloofar24

Hello. This is my CMS login page; login.php: <?php $servername = "localhost"; $dbname = "mydbname"; $dbusername = "mydbusername"; $dbpassword = "mydbpassword"; try { $conn = new PDO("mysql:host=$servername;dbname=$dbname", $dbusername, $dbpassword); $conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); $username = $_POST['username']; $password = $_POST['password']; $password = md5($password); $sql = "SELECT * FROM Users WHERE Username = '$username"; …

Member Avatar for lps
0
592
Member Avatar for stutego

Hi everyone thanks for being here to helpout pls I've learnt alot about php but my problem is dat i need a basic foundation on how to use php in creating apps or cms and pls will also need a mentor who can helpout point some few things out when …

Member Avatar for davy_yg
0
224
Member Avatar for Niloofar24

Hello. I'm trying to create a simple CMS, and looking for a good tutorial, any idea?!

Member Avatar for davy_yg
0
681
Member Avatar for Niloofar24

Hello. I'm creating a CMS. I've got this log_error. Can you explain the problem for me if the error message is clear enough for you to understand it? I'm new to PHP. the log_error says: `PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent`

Member Avatar for diafol
0
232
Member Avatar for mike_2000_17

Hey, So, I'm trying to create a tutorial draft for a tutorial that I just wrote. I copied all the text into the editor, put in the title, tags, and marked it as a tutorial draft for the C++ forum. I hit the submit button and I got the following …

Member Avatar for Dani
0
341
Member Avatar for happygeek

Although the term 'reflection DoS' is nothing new, I recall reading something about it three years ago when a high profile security researcher [used it to describe](http://www.understandingcomputers.ca/articles/grc/drdos_copy.html) how malicious SYN packets were being reflected off bystanding TCP servers and the SYN/ACK responses used to flood his bandwidth. More recently, Garrett …

Member Avatar for happygeek
1
448
Member Avatar for F-3000

I'm wondering is there anything specific I should take into account when writing CMS logging (debug/alerts) into a plain text file? To specify more what I have in mind, think of logging into SQL database, and how stuff need to be escaped to be sure there won't be injection-attack thru …

Member Avatar for Joel100
0
273
Member Avatar for robertlaar

What is the reason to use PHP frameworks when we have wide range of Content Management Systems available in the market.\

Member Avatar for cilla
0
280
Member Avatar for rhodoscoder

I'm trying to work with the codeigniter CMS BONFIRE.I've used codeigniter before, I actually have an installation of both pure codeigniter and bonfire on my local server.First off I've been having trouble with my .htacess files on my xammp server but that's a topic for another day.My Bonfire installation for …

Member Avatar for cereal
0
444
Member Avatar for CaffeineCoder

Question: I have a new server stood up (Windows 2012) to replace the current 2003 servers. I have Apache 2.4 + PHP 5.6 + MySQL installed for websites to be hosted. I setup Apache, and a virtual host for a test site. I then created a host file entry on …

Member Avatar for CaffeineCoder
0
2K
Member Avatar for Niloofar24

Hello. I'm new to PHP, i've started it yesterday. I want to creat a simple CMS with (PHP and PDO), what should i do? I'm going to start with creating the CMS core. I want to create sth like a simple wordpress. What should i do? Where should i start …

Member Avatar for Niloofar24
0
1K
Member Avatar for iamthwee

What do people think about PHP template engines, or CMS's that get the end user to develop using these template syntax. Is it an extra learning curve, is it not very flexible? Is it a great asset discuss...

Member Avatar for diafol
0
153
Member Avatar for Jon94

Hi guys, im new here and new to web development. I want to build a marketplace for tutors where they can upload their profile and information. Students who want to find a home tutor can go there and find a suitable one by submitting a home tuition request. I want …

Member Avatar for almostbob
0
224
Member Avatar for chaitu11
Member Avatar for sofiaross06

Hi..., I am a programmer.sometimes I am having work to improve the existing website at that time I am confused which cms is used for that website...can any one help me how can I identify the website build details..?

Member Avatar for samjom
0
108
Member Avatar for chrisschristou

hello friends, i need to do one more step in web developement, it is about CMS or (WCMS), i create web site with php/mysql using dreamweaver so i had facility to creaty template.... my question is how to create a MCS or a just form that will allow me to …

Member Avatar for diafol
0
268
Member Avatar for prash21m

Hi guys ! I am using rewriting rules to redirect some URLs, but search engines crawling both URL (Rewritten and Real URLs). For example : **Real URL :** www.catchcoupons.in/storecoupon.php?cid=Flipkart **Rewritten URL :** www.catchcoupons.in/coupon/Flipkart.html Search Engines are crawling both URLs, even i want search engines to index only Rewritten URLs (http://www.catchcoupons.in/coupon/Flipkart.html) …

Member Avatar for prash21m
0
557
Member Avatar for london-G

Basically, the slider does not work on my website. I think that this is due to a javascript conflict however i am not 100% sure about that. I have used firebug and it came up with the error "TypeError: my_glider is undefined" Here is the code: <div class="homepage"> <div id="slider"> …

Member Avatar for JorgeM
0
215
Member Avatar for happygeek

American technology companies are by implication evil, and aiding terrorist groups such as Islamic State/ISIS according to a number of highly influential but terribly ill-informed Western players. Apple and Google have become the command and control networks of choice for terrorists and implementing full-device encryption by default will help Islamic …

Member Avatar for Warrens80
4
974
Member Avatar for engrjd91

Hello everyone! I have a problem in login system of my CMS. When I enter the correct Username and Password, the System is always showing Invalid Credentials, However I have checked in my Databse Tables that I am providing the correct username and password. I am not getting the problem …

Member Avatar for toxicandy
0
231
Member Avatar for engrjd91

I am having the following errors after running this code for my login. **Notice: Undefined index: user_name in C:\xampp\htdocs\fyp\cms\cms.php on line 52 **Notice: Undefined index: user_id in C:\xampp\htdocs\fyp\cms\cms.php on line 54**\ login.php <?php session_start(); ?> <?php include_once("../includes/connection.php"); ?> <!DOCTYPE html> <html lang='en'> <head> <meta charset="UTF-8" /> <title> HTML Document Structure …

Member Avatar for darkagn
0
241
Member Avatar for happygeek

A Drupal security advisory, [SA-CORE-2014-005](https://www.drupal.org/SA-CORE-2014-005), rather embarrassingly states that: > Drupal 7 includes a database abstraction API to ensure that queries executed against the database are sanitized to prevent SQL injection attacks. A vulnerability in this API allows an attacker to send specially crafted requests resulting in arbitrary SQL execution. …

2
352
Member Avatar for chrishea

The scenario is like this: * I am using a CMS that uses FCKEditor (that's what came with it not CKEditor). * I use this CMS a lot, I'm pretty familiar with it and I have never had a problem on my machine or anyone else's using the Admin facility …

Member Avatar for chrishea
0
130
Member Avatar for nufftalon

I am working on a website (non cms) for client that is a parallax site, as soon as I add youtube embed code which is <iframe> the site just shows its loading animation on the screen. Has anyone else had an issue with this?

Member Avatar for nufftalon
0
188
Member Avatar for Gnowk

Hiya guys i have an assignment based on authentication mechanisms as follows. Just want to be pointed in the right direction to get it started. Description: The purpose of this assignment is to exercise your skills in networking infrastructure, authentication mechanisms and the use of role management. Your task in …

Member Avatar for diafol
0
267
Member Avatar for happygeek

As well as being CEO of penetration testing specialists High-Tech Bridge, Ilia Kolochenko is also perhaps unsurprisingly a white hat hacker of some repute. Equally unsurprising is the fact that he has [warned](https://www.htbridge.com/blog/plugins_and_extensions_the_achilles_heel_of_popular_cmss.html) that security vulnerabilities in leading CMS platforms such as Drupal, Joomla and WordPress are effectively leaving the …

Member Avatar for iamthwee
4
755
Member Avatar for yssirhc

On the Page_Load of my action page, I'm getting the form variables like this `string name = HttpContext.Current.Request.Form["Name"];` I then have two functions that use these variables. In the first function, I'm inserting the values into a database and get an error that the procedure expects a parameter that wasn't …

Member Avatar for JorgeM
0
219
Member Avatar for daniel36

i am working on codigniter . i am developing basic cms.my view code of generating dynamic pages at front end is <ul id="jsddm"> <?php for ($i=1; $i<=$url['10']['10']['10']; $i++) { ?> <li><a href="<?php echo site_url($url[$i]['0']['slug']); ?>"> <?php echo $url[$i]['0']['page_name']; ?> </a> <?php if($url['11'][$i]['11']>0){ ?> <ul> <?php for ($j=1; $j<$url['11'][$i]['11']; $j++) { …

Member Avatar for Nabeel_2
0
6K
Member Avatar for HoverportMedia

I've been doing some research on Content Management Systems and for the most part, I was using Wordpress. From the vague experience and responses to professional web development, seo and implementation of CMS, Wordpress doesn't seem to be top choice. I've actually been investigating Adobe Business Catalyst, which seems to …

Member Avatar for PixelatedKarma
0
169
Member Avatar for rad1964

I was invited to join 2 people in forming an online business. The peoples responsibilities were 1. CEO/marketing/sales, 2. Frontend design (me), 3. Backend, database, etc. Well to make a long story short, the backend guy, way over in Finland, has no time, now that it's his turn to develop. …

Member Avatar for mattster
0
200
Member Avatar for riyaz123

Want to know about the New programming languages for designing website without spenting too much time like normally we are designing using php, cms, javascript etc.

Member Avatar for diafol
-1
90
Member Avatar for amith_ami

hi all... how to rewrite this url http://mydomain.com/cms.php?cms_id=about to http://mydomain.com/about without any error using .htaccess rewriterule. pls help me to solve this.. tnx in advnc...

Member Avatar for amith_ami
0
221
Member Avatar for engrjd91

I have the following code to login in my php page. Whenever I enter my username & Password & hit login, I get the following error. Warning: mysql_fetch_array() expects parameter 1 to be resource, integer given in C:\xampp\htdocs\fyp\qmc-login\login.php on line 59 here is my code: <?php session_start(); ?> <?php include_once("../includes/connection.php"); …

Member Avatar for pritaeas
0
186
Member Avatar for terryds

I wonder how CMS(Wordpress) know the default template and plugins to run. Should I store the default value for template in MySQL database or just using file_put_content to store the default value for template/plugins ? Or, is there any better way ?

Member Avatar for veedeoo
0
113
Member Avatar for Kevin_11

This seems like a silly question but I would like some opinios on how I should tackle this project. I have a client who needs a website with SSL and the ability to make payments, fill in forms, etc for visitors. I have many years of experience in database development, …

Member Avatar for pritaeas
0
158
Member Avatar for terryds

Please tell me the best way to hash password in CMS.. I've seen Crackstation's hashing : https://crackstation.net/hashing-security.htm And phpass : http://www.openwall.com/phpass/ Please tell me which one is the best or tell me if there is another good hash method for password..

Member Avatar for Taywin
0
188
Member Avatar for vishal sata
Member Avatar for tapananand
0
95
Member Avatar for guyinpv

I am needing to build a custom portal for very specific needs in my client. They work with dozens of outside contractors and so the basic idea is that the portal will have separate login accounts for each person, including the CEO, accountant, IT, etc. Within each person's "home", they …

Member Avatar for iamthwee
0
318
Member Avatar for richardsaras

Hello Everyone, I want to develop a E-commerce website development so i wanted to know best platform for development my website . Guys share your views with us Thanks

Member Avatar for veedeoo
0
195
Member Avatar for wrathyimp

Hi, I am having two different logins on my website. One for the admins to update teh CMS, other I am creating is to provide our 3rd party, access to the files, but are not to be included in the CMS. So I need to have two forms in my …

Member Avatar for jaihoon.meerzakhel
0
426
Member Avatar for upstream

Hi all, I am currently developing a recurring payment gateway for a website using Website Payment Pro using ASP.NET ~ VB. i was thinking if im on the right track because this is my first time to do this PayPal integration. :S Please can anyone give me some advice where …

Member Avatar for Munish Mahajan
0
720
Member Avatar for caltech

Hi, I've had a rather ambitious project on my mind for as long as I've been at my job (almost a year) -- to pretty much rewrite their central application, which is a listing database/"portal", around and upon which their entire IT infrastructure and web and computing tasks and operations …

Member Avatar for il_doc
0
306
Member Avatar for squeak24

I have been asked by my work to develop a CMS project in ASP or ASP.net. I have seen there are various open source projects taht will do that, but the server I have to work with isn't exactly new. I have found this page detailing various CMS projects: http://www.asp.net/mvc/open-source …

0
110
Member Avatar for josverhoeff

Some years ago, I built in my CMS a customisable twitter widget, for embedded use in web pages. This stopped working since twitter yanked out support last week. The new timeline widget misses the autoscroll option, but I can live with that. But it sadly creates several cascading iframes (iframe><iframe></iframe></iframe>), …

Member Avatar for Coloradojaguar
0
291
Member Avatar for gianluzzz

Hi all guys, I want to do, for the administrators, a page where are displayed all the "routes" regarding the pages etc. This is the html markup: <?php /** * @var IV_View_Base $this */ ?> <table class="table table-bordered" width="100%"> <tr> <td> <table width="100%"> <tr> <th width="13%">Path</th> <th width="13%">Module</th> <th width="13%">Controller</th> …

Member Avatar for veedeoo
0
262
Member Avatar for Ramji_1

Hi all, I have a joomla 3.2 site. My site's admin panel was working fine before sometime. But now it's showing blank page when i am accessing administrator account using valid admin url. When i inspected it with firebug i found that it's not getting some files. Then i checked …

Member Avatar for jKidz
0
328

The End.