Search found 14 matches

by crazy_carl
Tue Feb 07, 2006 1:57 pm
Forum: PHP - Code
Topic: No CP needed just lock it
Replies: 11
Views: 639

not really...

Yes. phpBB is templated so the HTML I was talking about won't be there. But that's not really the primary concern right now. First you should get a handle of how to reject an incomplete form. Then after look to add more elements to the HTML of the form. The actual registration process handling code...
by crazy_carl
Sun Feb 05, 2006 5:21 pm
Forum: PHP - Code
Topic: No CP needed just lock it
Replies: 11
Views: 639

Thanks for the help

Well from looking at our registration page quickly, I noticed this: <form action="profile.php" enctype="multipart/form-data" method="post"> So it would seem if you too are using phpBB, then the file you need to examine is profile.php . I looked in Profile.php that code...
by crazy_carl
Sun Feb 05, 2006 4:06 pm
Forum: Databases
Topic: Database, oh my!
Replies: 2
Views: 398

no Way!

the mods are built improperly... Since you appear to need help with your phpbb installation, contact them, not us, about it. Sorry I asked in the wrong place. I was just looking for some experienced help. as to your suggestion. I don't deal well with egotistical idiots, and that is what you get on ...
by crazy_carl
Sun Feb 05, 2006 4:01 pm
Forum: PHP - Code
Topic: No CP needed just lock it
Replies: 11
Views: 639

Yup

I'd imagine just looking at the registration processing file and see how it rejects sign ups if there is no username filled. Copy that process but change the variable from, you know, something like $username to $location or whichever. Have you tried something like that? .. Sorry to sound so dumb, b...
by crazy_carl
Sun Feb 05, 2006 2:25 pm
Forum: PHP - Code
Topic: No CP needed just lock it
Replies: 11
Views: 639

No CP needed just lock it

Question, Is there a way to set things in the profile so that while new members are registering they MUST fill it in. My site is heavily moded, so the Profile mods just will not do. (I have no idea how to get around the changes in the files that the Profile mods need to change. So all I need is a wa...
by crazy_carl
Sun Feb 05, 2006 2:16 pm
Forum: Databases
Topic: Database, oh my!
Replies: 2
Views: 398

Database, oh my!

.. Good day and thank you for a place to ask a question. First, I will explain that what I do not know about a database far exceeds what I do not know about life. I have a problem with the database returning a message that the systax is incorrect when I try to add a 'program / mod?' Yet the Forum ru...
by crazy_carl
Fri Aug 26, 2005 1:43 pm
Forum: PHP - Code
Topic: Hit Counter ?
Replies: 6
Views: 568

Thank You

Thank you but Eazymod doesn't see it.

Thank you all for your help. At the momment I will be resigned to not needing it...
Again Thank You
CC
by crazy_carl
Thu Aug 25, 2005 7:28 pm
Forum: PHP - Code
Topic: Hit Counter ?
Replies: 6
Views: 568

EasyMod ? Not quite sure what that is, but a hit counter would be simple. Using MySQL Have a table with one field called 'hits', type INT(10) on every page load increment the field by one mysql_query("UPDATE table SET hits=hits+1"); Thank you, but I have NO idea what that is, or where it ...
by crazy_carl
Thu Aug 25, 2005 12:36 pm
Forum: PHP - Code
Topic: Hit Counter ?
Replies: 6
Views: 568

Hit Counter ?

Ok, You helped me out before, so I am back. Does anyone know or have a "Hit Counter" that can be installed by EasyMod. I have tried to install it by the directions, (that never works for me) What ever it means is not what I think it says. :? All I want is a ? Hit Counter ? Please. CC
by crazy_carl
Mon Aug 15, 2005 9:53 am
Forum: PHP - Code
Topic: Help,, Please
Replies: 10
Views: 812

Not my thing

I would like to Thank All that have offered help on this. I have decided to look for a commercially available software. My reason for this is I want something that is, Up & Running without a need to rebuild it. I made the changes suggested and it looked like it worked, untill I got an email that...
by crazy_carl
Sun Aug 14, 2005 10:51 am
Forum: PHP - Code
Topic: Help,, Please
Replies: 10
Views: 812

Here is the Code

This is from the "agreement.tpl {REGISTRATION}</th> </tr> <tr> <td class="row1" align="center"><table width="80%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> <td><span class="genmed"><br />{AGRE...
by crazy_carl
Sun Aug 14, 2005 8:46 am
Forum: PHP - Code
Topic: Help,, Please
Replies: 10
Views: 812

a simple text editor.. like notepad is all that's needed.. my local copy of phpbb has the lines located in and at: language/lang_english/lang_main.php:644:$lang['Agree_under_13'] = 'I Agree to t... language/lang_english/lang_main.php:645:$lang['Agree_over_13'] = 'I Agree to th... changing the text ...
by crazy_carl
Sat Aug 13, 2005 10:39 pm
Forum: PHP - Code
Topic: Help,, Please
Replies: 10
Views: 812

it's either in the register.php file or in the lang_main.php file... I'd imagine it's in the latter.. Moved to PHP - Code . Thank you for the reply/answer but that doesn't help. Even if I knew where to look, I wouldn't know how, or what to use to change it. And that is really my question, where is ...
by crazy_carl
Sat Aug 13, 2005 10:12 pm
Forum: PHP - Code
Topic: Help,, Please
Replies: 10
Views: 812

Help,, Please

I guess the best way to ask this is just to ask. First I have NO experience in PHP. And the descriptive language just frustrates me to no end. Question: How do I change the "I agree 13" to "I Agree 18" when someone tries to register. Please keep it simple, I have been trying to d...