Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - txkickergirl

Pages: [1]
1
General PHP Help / Re: Help needed for these errors
« on: April 24, 2008, 02:24:06 PM »
it was simple I just had to delete a couple blank spaces that were before <p?php

told you I know nada about this lol

2
General PHP Help / Re: Help needed for these errors
« on: April 24, 2008, 01:51:20 PM »
thanks so much i will give it a try

3
Greetings / thought I would say HI
« on: April 24, 2008, 09:53:14 AM »
I am not a programmer or developer just a person with average computer skills that woke up one day and said hey I think I will create a place for people who's hobby is metal detecting to get together.  Went to a host company thought it looked easy enough and jumped in. Now I have a site people are joining and I haven't a clue what to do. Headaches are pouring in bots are always registering, changes need to be made, and me in my great stupidity decided to try to add a banner and somehow I have caused errors on the login page which renders the site useless. I posted a help topic for this under general and I am hoping that you gurus take pity on me and help me fix it.  I really would like to learn php and have tried reading manuals and things on it but I am afraid they make no sense to me because I have never worked on any type of programming or html, I am an expert on how to turn the computer on but that is about the extent of my knowledge.
I am glad to of found this group and hope one day I will learn something.
Thanks
Dawn

4
General PHP Help / Help needed for these errors
« on: April 24, 2008, 09:41:57 AM »
Warning: Cannot modify header information - headers already sent by (output started at /home/southtxm/public_html/login.php:5) in /home/southtxm/public_html/includes/sessions.php on line 254

Warning: Cannot modify header information - headers already sent by (output started at /home/southtxm/public_html/login.php:5) in /home/southtxm/public_html/includes/functions.php on line 941



I really have no clue as to what I am doing I created a forum so that local metal detectors could meet and share treasure hunting. http://www.southtxmetaldetectors.com   I am in way over my head with this.  I was trying to add just a simple banner and it did not work so I took it off and then this happened and you get the above error when you try to log in.

here is part of the html I was in at the time I only added the banner html at the very top of the page and then I deleted it after I saw it was not what I wanted. Can someone please help me out and tell me what I did and how to fix it. Also if there is someone out there that would like to take on this little project of mine or at least explain a few basic things to me about how this stuff works I would appreciate it and maybe could work out a deal. Again I have no clue as to what I am doing and never had heard of cpanel or html before this so that should tell you how clueless I really am. Thanks

 


 <?php
     /***************************************************************************
 *                                login.php
 *                            -------------------
 *   begin                : Saturday, Feb 13, 2001
 *   copyright            : (C) 2001 The phpBB Group
 *   email                : support@phpbb.com
 *
 *   $Id: login.php,v 1.47.2.25 2006/12/16 13:11:24 acydburn Exp $
 *
 *
 ***************************************************************************/

/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 ***************************************************************************/

//
// Allow people to reach login page if
// board is shut down
//
define("IN_LOGIN", true);

define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);

Pages: [1]