register_globals

This is a discussion on "register_globals" within the PHP Forum section. This forum, and the thread "register_globals are both part of the Program Your Website category.



 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #21  
Old Jun 25th, 2007, 11:49
masonbarge's Avatar
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
Re: register_globals

Quote:
Originally Posted by delusion View Post
I did.. now this:

Warning: Cannot modify header information - headers already sent by (output started at /home/delusion/bs4y.allura.nl/login.php:2) in /home/delusion/bs4y.allura.nl/login.php on line 5

Code: Select all
<?php
require ("config.php");
if ($_POST['formpass'] == $pass && $_POST['formlogin'] == $login) {
header("Location: admin/");

}//end if
Why don't you post the file contents (taking out any sensitive info like a password)? Apparently you need to move part of "config.php" down one line as something in the file is causing a header to be sent.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #22  
Old Jun 25th, 2007, 11:54
Reputable Member
Join Date: Jun 2007
Location: UK
Age: 29
Posts: 172
Thanks: 0
Thanked 0 Times in 0 Posts
Re: register_globals

Yeah, thats probably right. If something is being echoed from config.php, maybe it should just be returned as a variable, eg $return_message or something.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #23  
Old Jun 26th, 2007, 07:09
Reputable Member
Join Date: Jun 2007
Location: Bellevue, SK, Canada
Age: 29
Posts: 222
Thanks: 0
Thanked 0 Times in 0 Posts
Re: register_globals

This is the base of the CMS I'd like to build from..

http://www.cms-center.com/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #24  
Old Jun 26th, 2007, 10:45
Reputable Member
Join Date: Jun 2007
Location: UK
Age: 29
Posts: 172
Thanks: 0
Thanked 0 Times in 0 Posts
Re: register_globals

Is this a project you are setting up?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #25  
Old Jun 26th, 2007, 15:49
Reputable Member
Join Date: Jun 2007
Location: Bellevue, SK, Canada
Age: 29
Posts: 222
Thanks: 0
Thanked 0 Times in 0 Posts
Re: register_globals

Quote:
Originally Posted by Voodoochilli View Post
Is this a project you are setting up?
I'd like to create a CMS, and call it my own later, so I can sell it to new customers. Since I'm pretty n00b with php I figured to get a asimple existing cms, and alter it to my (and my customers) needs..
Why?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #26  
Old Jun 26th, 2007, 16:22
Reputable Member
Join Date: Jun 2007
Location: UK
Age: 29
Posts: 172
Thanks: 0
Thanked 0 Times in 0 Posts
Re: register_globals

Well I was just thinking, you really should get away from using javascript for security features. If that company does that, then you should proabbly avoid using it. You could use something like joomla instead maybe, and customise it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #27  
Old Jun 27th, 2007, 08:41
Reputable Member
Join Date: Jun 2007
Location: Bellevue, SK, Canada
Age: 29
Posts: 222
Thanks: 0
Thanked 0 Times in 0 Posts
Re: register_globals

Quote:
Originally Posted by Voodoochilli View Post
Well I was just thinking, you really should get away from using javascript for security features. If that company does that, then you should proabbly avoid using it. You could use something like joomla instead maybe, and customise it.
I know Joomla pretty well (I'm using it for my own webpages an for 2 customers), but in this particular case it's waaay too big.. Like the media manager: don't need it. RSS-feeds: don't need it. Link-page: no need for. Content in categories? My customer only needs 3 pages.. (I could go on.. )

I need something really simple, just for the content part. It can be something else than this simpleCMS, but it has to be really simple..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #28  
Old Jun 27th, 2007, 08:54
Reputable Member
Join Date: Jun 2007
Location: UK
Age: 29
Posts: 172
Thanks: 0
Thanked 0 Times in 0 Posts
Re: register_globals

I would suggest you hire a php developer to build one for you. Someone that knows it well could do that work in a day, but learning it from scratch is pretty tricky. Mind you, it is good to learn new things!

I would get an experinced developer to have a look at the code afterwards though, even if you do develope it yourself, otherwise you might have problems later on when your client is using it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #29  
Old Jun 27th, 2007, 08:59
Reputable Member
Join Date: Jun 2007
Location: Bellevue, SK, Canada
Age: 29
Posts: 222
Thanks: 0
Thanked 0 Times in 0 Posts
Re: register_globals

Quote:
Originally Posted by Voodoochilli View Post
I would suggest you hire a php developer to build one for you. Someone that knows it well could do that work in a day, but learning it from scratch is pretty tricky. Mind you, it is good to learn new things!

I would get an experinced developer to have a look at the code afterwards though, even if you do develope it yourself, otherwise you might have problems later on when your client is using it.
How much do you charge?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #30  
Old Jun 27th, 2007, 10:44
Reputable Member
Join Date: Jun 2007
Location: UK
Age: 29
Posts: 172
Thanks: 0
Thanked 0 Times in 0 Posts
Re: register_globals

If you want to list exactly what you require I can give you a price.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
globals, register

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 06:10.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42