I haven't written anything for subsilver2.Bullsaj wrote:subsilver2 available ?
But there was someone was made a file that worked on subsilver2.

http://www.phpbb.com/community/viewtopi ... #p10526105
I haven't written anything for subsilver2.Bullsaj wrote:subsilver2 available ?
Code: Select all
$apply_post = sprintf($user->lang['APPLICATION_MESSAGE'], $user->data['username'], utf8_normalize_nfc(request_var('name', '', true)), $user->data['user_email'], request_var('location', '', true), request_var('age', '', true), request_var('clans', '', true), request_var('gaming', '', true), request_var('join', '', true), request_var('expect', '', true), request_var('games', '', true), request_var('genres', '', true), request_var('time', '', true), request_var('style', '', true), request_var('yourself', '', true), request_var('deviation', '', true), request_var('roleplay', '', true), request_var('character', '', true), request_var('rpage', '', true), request_var('description', '', true), request_var('rpstyle', '', true), request_var('rpagree', '', true));
Code: Select all
{L_APPLICATION_LOCATION} <input type="text" name="Location" /><br />
{L_APPLICATION_AGE} <input type="text" name="Age" /><br />
{L_APPLICATION_CLANS}<br />
<textarea rows="5" cols="50" name="Clans"></textarea>
<br /><br />
{L_APPLICATION_GAMING}<br />
<textarea rows="5" cols="50" name="Gaming"></textarea>
<br /><br />
{L_APPLICATION_JOIN}<br />
<textarea rows="5" cols="50" name="Join"></textarea>
<br /><br />
{L_APPLICATION_EXPECT}<br />
<textarea rows="5" cols="50" name="Expect"></textarea>
<br /><br />
{L_APPLICATION_GAMES}<br />
<textarea rows="5" cols="50" name="Games"></textarea>
<br /><br />
{L_APPLICATION_GENRE}<br />
<textarea rows="5" cols="50" name="Genres"></textarea>
<br /><br />
{L_APPLICATION_TIME} <input type="text" name="Time" /><br />
{L_APPLICATION_STYLE}<br />
<textarea rows="5" cols="50" name="Style"></textarea>
<br /><br />
{L_APPLICATION_YOURSELF}<br />
<textarea rows="5" cols="50" name="Yourself"></textarea>
<br /><br />
{L_APPLICATION_DEVIATION}
<select name="Deviation:">
<option
value="{L_APPLICATION_DEVIANT}">{L_APPLICATION_DEVIANT}</option>
<option
value="{L_APPLICATION_DEVIANT1}">{L_APPLICATION_DEVIANT1}</option>
<option
value="{L_APPLICATION_DEVIANT2}">{L_APPLICATION_DEVIANT2}</option>
<option
value="{L_APPLICATION_DEVIANT3}">{L_APPLICATION_DEVIANT3}</option>
<option
value="{L_APPLICATION_DEVIANT4}">{L_APPLICATION_DEVIANT4}</option>
</select>
{L_APPLICATION_ROLEPLAY}
<select name="Roleplay">
<option
value="{L_APPLICATION_RP1}">{L_APPLICATION_RP1}</option>
<option
value="{L_APPLICATION_RP2}">{L_APPLICATION_RP2}</option>
</select>
{L_APPLICATION_CHARACTER} <input type="text" name="Character" /><br />
{L_APPLICATION_RPAGE} <input type="text" name="RPAge" /><br />
{L_APPLICATION_DESCRIPTION} <br />
<textarea rows="5" cols="50" name="Description"></textarea>
<br /><br />
{L_APPLICATION_RPSTYLE}<br />
<textarea rows="5" cols="50" name="RPStyle"></textarea>
<br /><br />
{L_APPLICATION_RPAGREE}
<select name="RPAgree">
<option
value="{L_APPLICATION_RPAGREE1}">{L_APPLICATION_RPAGREE1}</option>
<option
value="{L_APPLICATION_RPAGREE2}">{L_APPLICATION_RPAGREE2}</option>
</select>
<br /><br />
Code: Select all
'LOGIN_APPLICATION_FORM' => 'You need to login before you can send out an application.',
'APPLICATION_SUBJECT' => 'Admittance Request from %s',
'APPLICATION_MESSAGE' => 'A Non-Deviant demand admittance into the Deviation, called [b] %1$s[/b].<br /><br />[b]Real name[/b]: %2$s<br />[b]E-mail address[/b]: %3$s<br />[b]Location[/b]: %4$s<br />[b]Age[/b]: %5$s<br /><br />[b]What experience do you have with clans and guilds?[/b]<br /> %6$s<br /><br />[b]What are your gaming experiences?[/b]<br /> %7$s<br /><br />[b]What can we expect from you if you are admitted in Reality Deviant?[/b]<br /> %8$s<br /><br />[b]What do you expect from Reality Deviant?[/b]<br /> %9$s<br /><br />[b]What are your favourite games?[/b]<br /> %10$s<br /><br />[b]What are your favourite gaming genre?[/b] %11$s<br />[b]How many hours do you spend on gaming in a week?[/b] %12$s<br /><br />[b]How would you describe your gaming style?[/b]<br /> %13$s<br /><br />[b]Please tell us a bit about yourself?[/b]<br /> %14$s<br /><br />[b]Which Deviation are you applying for?[/b] %15$s<br />[b]Will you Roleplay in Reality Deviant?[/b] %16$s<br />[b]What will be the name of your Character?[/b] %17$s<br />[b]What will be the Character age??[/b] %18$s<br />[b]Please provide a description of your character[/b]<br /> %19$s<br /><br />[b]What is your Roleplay style?[/b]<br /> %20$s<br /><br />[b]Do you agree to Roleplay only in the appropriate sections of the Forums?[/b] %21$s',
'APPLICATION_SEND' => 'Your admittance request has been sent to the Deviation Origins. They’ll decide if ou are elligible to become a Deviant and will confirm their decision shortly with you.',
'APPLICATION_PAGETITLE' => 'Admittance Request',
'APPLICATION_WELCOME_MESSAGE' => 'Welcome to Reality Deviant. You are about to demand admittance into the Deviation and become a Deviant. Please fill out this form and answer all the questions. The roleplay questions are optional.',
'APPLICATION_REALNAME' => 'Real name',
'APPLICATION_EMAIL' => 'E-mail address',
'APPLICATION_LOCATION' => 'Location',
'APPLICATION_AGE' => 'Age',
'APPLICATION_CLANS' => 'What experience do you have with clans and guilds?',
'APPLICATION_GAMING' => 'What are your gaming experiences?',
'APPLICATION_JOIN' => 'What can we expect from you if you are admitted in Reality Deviant?',
'APPLICATION_EXPECT' => 'What do you expect from Reality Deviant?',
'APPLICATION_GAMES' => 'What are your favourite games?',
'APPLICATION_GENRE' => 'What are your favourite gaming genre?',
'APPLICATION_TIME' => 'How many hours do you spend on gaming in a week?',
'APPLICATION_STYLE' => 'How would you describe your gaming style?',
'APPLICATION_YOURSELF' => 'Please tell us a bit about yourself?',
'APPLICATION_DEVIATION' => 'Which Deviation are you applying for?',
'APPLICATION_DEVIANT' => 'All'
'APPLICATION_DEVIANT1' => 'FPS Deviant',
'APPLICATION_DEVIANT2' => 'MMOG Deviant',
'APPLICATION_DEVIANT3' => 'RPG Deviant',
'APPLICATION_DEVIANT4' => 'RTS Deviant',
'APPLICATION_ROLEPLAY' => 'Will you Roleplay in Reality Deviant? If yes, please answers the following questions',
'APPLICATION_RP1' => 'Yes'
'APPLICATION_RP2' => 'No'
'APPLICATION_CHARACTER' => 'What will be the name of your Character?',
'APPLICATION_RPAGE' => 'What will be the Character age?',
'APPLICATION_DESCRIPTION' => 'Please provide a description of your character',
'APPLICATION_RPSTYLE' => 'What is your Roleplay style?',
'APPLICATION_RPAGREE' => 'Do you agree to Roleplay only in the appropriate sections of the Forums?',
'APPLICATION_RPAGREE1' => 'Yes'
'APPLICATION_RPAGREE2' => 'No'
Code: Select all
They’ll decide if ou are elligible to become
ChriZathens wrote:Recheck your edits in the language file and make sure that it is saved as utf8 without bom.
EDIT: One part I noticed:Instead of "They'll" try writing "They will", or "They\' ll"Code: Select all
They’ll decide if ou are elligible to become
Code: Select all
<?php
/**
*
* application [English]
*
* @package language
* @copyright (c) Jim http://beta-garden.com 2009
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array(
'LOGIN_APPLICATION_FORM' => 'You need to login before you can send out an application.',
'APPLICATION_SUBJECT' => 'Application of %6$s (%8$s %7$s)',
'APPLICATION_MESSAGE' => 'This is the application of [b] %1$s[/b].<br /><br />[u][b]Player Details[/b][/u]<br /><br />[b]Real name[/b]: %2$s<br />[b]Age[/b]: %3$s<br />[b]Location[/b]: %4$s<br /><br />[b]Interests[/b]:%5$s<br /><br /><br />[u][b]Character Details[/b][/u]<br /><br /><br />[b]In-game Name[/b]:%6$s<br /><br />[b]Class[/b]:%7$s<br /><br />[b]Main Specialization[/b]:%8$s<br /><br />[b]Secondary Specialization[/b]:%9$s<br /><br />[b]Armory Link[/b]:%10$s<br /><br />[b]Time /played at 80[/b]:%11$s<br /><br />[b]WoW History[/b]:%12$s<br /><br /><br />[u][b]Technical Details[/b][/u]<br /><br /><br />[b]Computer Specs[/b]:%13$s<br /><br />[b]Connection[/b]:%14$s<br /><br /><br />[u][b]General Information[/b][/u]<br /><br /><br />[b]Ventrilo installed and ready to use[/b]:%15$s<br /><br />[b]Microphone available[/b]:%16$s<br /><br />[b]Personality[/b]:%17$s<br /><br />[b]How would you benefit the guild[/b]:%18$s<br /><br /><br />[u][b]Raiding Information[/b][/u]<br /><br /><br />[b]Experience[/b]:%19$s<br /><br />[b]Greatest Achievement[/b]:%20$s<br /><br />[b]How and what would you add to the raid[/b]:%21$s<br /><br />[b]Availability[/b]:%22$s<br /><br />[b]Screenshot[/b]:[img]%23$s[/img]<br /><br /><br />[u][b]Miscellaneous Information[/b][/u]<br /><br />[b]Anything else you would like to add?[/b]:%24$s<br />',
'APPLICATION_SEND' => 'Your application has been posted! Check your application for approval (or denial) in the "Applications" section of our forum. Good luck!',
'APPLICATION_PAGETITLE' => 'Eternal Dawn Application Form',
'APPLICATION_WELCOME_MESSAGE' => 'First of all thank you for applying to our guild! Please fill the fields below and then check your application for approval (or denial) in the "Applications section" of our forum. Good luck!',
'APPLICATION_REALNAME' => 'Real name',
'APPLICATION_AGE' => 'Age',
'APPLICATION_LOCATION' => 'Location',
'APPLICATION_INTERESTS' => 'Interests',
'APPLICATION_INGAMENAME' => 'In-game Name',
'APPLICATION_CLASS' => 'Class',
'APPLICATION_MAINSPEC' => 'Main Spec',
'APPLICATION_OFFSPEC' => 'Offspec',
'APPLICATION_WOWARMORYLINK' => 'WoW Armory Link',
'APPLICATION_TIMEPLAYED' => 'Time /played at 80',
'APPLICATION_HISTORY' => 'WoW History (Guilds/Realms etc.)',
'APPLICATION_COMPUTERSPECS' => 'Basic Computer Specs',
'APPLICATION_CONNECTION' => 'Internet Connection (Wireless/ISP etc.)',
'APPLICATION_VENT' => 'Do you have Ventrilo installed/ready to use',
'APPLICATION_MIC' => 'Do you have a working microphone and are able to use it',
'APPLICATION_PERSONALITY' => 'A brief description of your personality',
'APPLICATION_BENEFIT' => 'How do you feel you would benefit the Guild both in and out of game?',
'APPLICATION_EXPERIENCE' => 'Previous raiding experience',
'APPLICATION_ACHIEVEMENT' => 'Greatest WoW achievement and why (raiding related)',
'APPLICATION_ADDON' => 'List 3 Add-Ons that improve your performance and why',
'APPLICATION_ADDTORAID' => 'What do you feel you would add to a raid?',
'APPLICATION_AVAILABILITY' => 'Your raiding availability (please remember Eternal Dawn is a daytime -- 13:00-18:00 -- Raiding Guild)',
'APPLICATION_SCREENSHOT' => 'Post a link to a screenshot of your UI along with your Character Pane open',
'APPLICATION_MISC' => 'Please feel free to add any information you feel may benefit your application and aid us in making the right decision',
'APPLICATION_EMAIL' => 'E-mail address',
'APPLICATION_POSITION' => 'Position you would like to have',
'APPLICATION_YES' => 'Yes',
'APPLICATION_NO' => 'No',
'APPLICATION_WHY' => 'Why should we choose you for this position?',
));
?>
Code: Select all
<input type="Checkbox" name="distance" value="30" id="magic" onChange="calculate(this)" />
<input type="Checkbox" name="detectaura" value="10" id="magic" onChange="calculate(this)" />
Code: Select all
$forumid_send = XX;
Code: Select all
<select name="team">
<option value="Forum ID for Team 1">Team 1</option>
<option value="Forum ID for Team 2">Team 2</option>
<option value="Forum ID for Team 3">Team 3</option>
<option value="Forum ID for Team 4">Team 4</option>
</select>
Code: Select all
$forumid_send = utf8_normalize_nfc(request_var('team', '', true));