Play Legend of the Green Dragon Play BNT Play Promisance Play Alien Assault Traders Play Quantum Star Play Some Chess  
   D3jsp RPGRPG   ArcadeArcade   Multiplayer PokerD3Jsp Poker   FAQ/RulesFAQ/Rules  SearchSearch  MemberlistMemberlist   UsergroupsUsergroups   ChatroomLive Chat   Log inLog in   RegisterRegister 

what is this forum for?

 
Post new topic  This topic is locked: you cannot edit posts or make replies.  d3jsp Forum Index -> General Chat
View previous topic :: View next topic ::  


Author Message
tredawg


Group: VIP
Joined: 01 Jul 2008
Donor:
Posts: 586
Gold: 1.20
Clan: Honor


us.gif

Status:
Warn:
Reputation: 12    


VIP

Post#1 Posted: 02 Jun 2009 11:16 pm    Post subject: what is this forum for? Reply with quote

wat are phbbs or w.e
Back to top
View user's profile Send private message Yahoo Messenger
Cinemax


Group: Members
Joined: 05 Jul 2008
Donor:
Posts: 8361
Gold: 12885.33
Clan: HoD II


us.gif

Status:
Warn:
Reputation: 116    



Post#2 Posted: 03 Jun 2009 12:45 am    Post subject: Reply with quote

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.

_____________________

If I accept you as you are, I will make you worse; however, if I treat you as though you are what you are capable of becoming, I help you become that.

Click to Join HOD
E-Mail: [email protected]

Verification info. Click Here
Back to top
View user's profile Send private message Send e-mail
Tyrael
Forum Villain

Group: Retired Moderators
Joined: 06 Jul 2008
Donor:
Posts: 3690
Gold: 352.10


Status:
Warn:
Reputation: 65    


Retired Moderators

Post#3 Posted: 12 Jun 2009 09:03 pm    Post subject: Reply with quote

Evar seen this at the bottom of the forums?

Powered by phpBB � 2001, 2005 phpBB Group
Theme and Forum by tramway

_____________________
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
Heineken
The fresh Beer

Group: Staff
Joined: 02 Oct 2008
Donor:
Posts: 4466
Gold: 5017.66
Clan: ~@Beer@~


gm.gif

Status:
Warn:
Reputation: 28    


Staff

Post#4 Posted: 18 Jun 2009 05:27 pm    Post subject: Reply with quote

Oo omg
_____________________

Recent Donor:10JQKA = 250 Fg
You have a Question? Pm me if you see
Back to top
View user's profile Send private message MSN Messenger


pothead


Group: Banned
Joined: 09 May 2010
Posts: 201
Gold: Locked


wf.gif

Status:
Warn: Banned
Reputation: 4    


Banned

Post#5 Posted: 11 May 2010 04:13 pm    Post subject: Reply with quote

i think you need it for writing bots ;D
_________________
This user's signature has been disabled
Back to top
View user's profile Send private message AIM Address
RofL


Group: Members
Joined: 26 Dec 2008
Posts: 73
Gold: 0.60


Status:
Warn:
Reputation: 1    



Post#6 Posted: 05 Jun 2010 03:01 pm    Post subject: Reply with quote

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
View user's profile Send private message
Nablyudalovka


Group: Banned
Joined: 11 Aug 2007
Donor:
Posts: 3990
Gold: Locked


Status:
Warn: Banned
Reputation: 47    


Banned

Post#7 Posted: 05 Jun 2010 03:45 pm    Post subject: Reply with quote

For serious matters.
_________________
This user's signature has been disabled
Back to top
View user's profile Send private message
PornoFace


Group: Banned
Joined: 11 Aug 2010
Posts: 5
Gold: 3.00


Status:
Warn: Banned
Reputation: 0    


Banned

Post#8 Posted: 11 Aug 2010 02:51 pm    Post subject: Reply with quote

^^
_________________
This user's signature has been disabled
Back to top
View user's profile Send private message
PornoFace


Group: Banned
Joined: 11 Aug 2010
Posts: 5
Gold: 3.00


Status:
Warn: Banned
Reputation: 0    


Banned

Post#9 Posted: 11 Aug 2010 02:52 pm    Post subject: Reply with quote

yesss
_________________
This user's signature has been disabled
Back to top
View user's profile Send private message
Chav


Group: Banned
Joined: 11 Jul 2010
Posts: 254
Gold: 17.02


uk.gif

Status:
Warn: Banned
Reputation: 1    


Banned

Post#10 Posted: 18 Sep 2010 11:16 am    Post subject: Reply with quote

Good
_________________
This user's signature has been disabled
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
1 Members: Guest
Post new topic  This topic is locked: you cannot edit posts or make replies.  d3jsp Forum Index -> General Chat All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum



D3jsp is proudly powered by phpBB © 2.0
Theme and Forum by tramway