|
|
| Author |
Message |
tredawg
 Group: VIP Joined: 01 Jul 2008 Donor:  Posts: 586 Gold: 1.20 Clan: Honor

Status: Warn:  Reputation: 12

|
#1 Posted: 02 Jun 2009 11:16 pm Post subject: what is this forum for? |
|
|
| wat are phbbs or w.e |
|
| Back to top |
|
 |
Cinemax
 Group: Members Joined: 05 Jul 2008 Donor:  Posts: 8361 Gold: 12885.33 Clan: HoD II

Status: Warn:  Reputation: 116
|
#2 Posted: 03 Jun 2009 12:45 am Post subject: |
|
|
phbb code is like this, here is some work on phbb.
It's a structure in writing a program for games, and forums.
#
#-----[ OPEN ]------------------------------------------
#
includes/usercp_register.php
#
#-----[ FIND ]------------------------------------------
#
else if ( $mode == 'register' )
{
#
#-----[ AFTER, ADD ]------------------------------------------
# Hint: Change the 'qwerty12345' to the auth code that you want to use
# If you want the code to be case insensitive, use the following instead of the first line (without the # in front):
# if (strtolower($HTTP_POST_VARS['RAC']) != 'qwerty12345')
#
// RAC MOD Begin
if ($HTTP_POST_VARS['RAC'] != 'qwerty12345')
{
$error = TRUE;
$error_msg .= ( ( isset($error_msg) ) ? '<br>' : '' ) . $lang['rac_incorrect'];
}
// RAC MOD End
#
#-----[ FIND ]------------------------------------------
#
'L_CONFIRM_CODE_EXPLAIN' => $lang['Confirm_code_explain'],
#
#-----[ AFTER, ADD ]------------------------------------------
#
// RAC MOD Begin
'L_RAC_CODE' => $lang['rac_code'],
'L_RAC_LOCATION' => $lang['rac_location'],
// RAC MOD End
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_main.php
#
#-----[ FIND ]------------------------------------------
#
//
// That's all, D3jsp'rs !
// -------------------------------------------------
#
#-----[ BEFORE, ADD ]------------------------------------------
# Hint: Change the third definition to say where the code will be displayed. The link is
# there as a guidelines; you don't necessarily need to use it.
# You may also change $lang['rac_location'] to a question, to which the code is the answer.
# Examples: http://http://game.d3jsp.org/templates/jade/description.gif and
http://game.d3jsp.org/templates/jade/tm.gif/phpBB/spam/question.gif
#
// RAC MOD Begin
$lang['rac_incorrect'] = 'The authorization code you have entered is incorrect. The location of the code should be stated on the registration page. Please try again.';
$lang['rac_code'] = 'Authorization Code';
$lang['rac_location'] = 'You can find the auth code on the following page: <a>Location Title</a>';
// RAC MOD End
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/profile_add_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<tr>
<td><span>{L_CONFIRM_PASSWORD}: * </span><br>
<span>{L_PASSWORD_CONFIRM_IF_CHANGED}</span></td>
<td>
<input>
</td>
</tr>
#
#-----[ AFTER, ADD ]------------------------------------------
#
<BEGIN>
<tr>
<td><span>{L_RAC_CODE}: * </span><br>
<span>{L_RAC_LOCATION}</span></td>
<td>
<input>
</td>
</tr>
<END>
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
This is not any code on d3jsp, this is just a sample of code for another phbb made as an example but does not work and does have errors due to it not being proper code for any forum known to me. _____________________
|
|
| Back to top |
|
 |
Tyrael Forum Villain
 Group: Retired Moderators Joined: 06 Jul 2008 Donor:  Posts: 3690 Gold: 352.10
Status: Warn:  Reputation: 65

|
#3 Posted: 12 Jun 2009 09:03 pm Post subject: |
|
|
Evar seen this at the bottom of the forums?
Powered by phpBB � 2001, 2005 phpBB Group
Theme and Forum by tramway _____________________
|
|
| Back to top |
|
 |
Heineken The fresh Beer
 Group: Staff Joined: 02 Oct 2008 Donor:  Posts: 4466 Gold: 5017.66 Clan: ~@Beer@~

Status: Warn:  Reputation: 28

|
|
| Back to top |
|
 |
|
 |
pothead
Group: Banned Joined: 09 May 2010 Posts: 201 Gold: Locked

Status: Warn: Banned Reputation: 4

|
#5 Posted: 11 May 2010 04:13 pm Post subject: |
|
|
i think you need it for writing bots ;D _________________ This user's signature has been disabled |
|
| Back to top |
|
 |
RofL
 Group: Members Joined: 26 Dec 2008 Posts: 73 Gold: 0.60
Status: Warn:  Reputation: 1
|
#6 Posted: 05 Jun 2010 03:01 pm Post subject: |
|
|
| pothead wrote: | | i think you need it for writing bots ;D |
Phpbb isn't needed for writing bots in fact it has nearly nothing to do with that.
Last edited by RofL on 05 Jun 2010 03:02 pm; edited 1 time in total |
|
| Back to top |
|
 |
Nablyudalovka
Group: Banned Joined: 11 Aug 2007 Donor:  Posts: 3990 Gold: Locked
Status: Warn: Banned Reputation: 47

|
#7 Posted: 05 Jun 2010 03:45 pm Post subject: |
|
|
For serious matters. _________________ This user's signature has been disabled |
|
| Back to top |
|
 |
PornoFace
Group: Banned Joined: 11 Aug 2010 Posts: 5 Gold: 3.00
Status: Warn: Banned Reputation: 0

|
#8 Posted: 11 Aug 2010 02:51 pm Post subject: |
|
|
^^ _________________ This user's signature has been disabled |
|
| Back to top |
|
 |
PornoFace
Group: Banned Joined: 11 Aug 2010 Posts: 5 Gold: 3.00
Status: Warn: Banned Reputation: 0

|
#9 Posted: 11 Aug 2010 02:52 pm Post subject: |
|
|
yesss _________________ This user's signature has been disabled |
|
| Back to top |
|
 |
Chav
Group: Banned Joined: 11 Jul 2010 Posts: 254 Gold: 17.02

Status: Warn: Banned Reputation: 1

|
#10 Posted: 18 Sep 2010 11:16 am Post subject: |
|
|
Good _________________ This user's signature has been disabled |
|
| Back to top |
|
 |
|