????, ??????? ???... ?? ? ?????????? ??????? ???? smile

http://punbb.org/forums/viewtopic.php?pid=61362

27

(109 replies, posted in General discussion)

Yeeaahhh smile

Its showtime smile

28

(4 replies, posted in Feature requests)

<embed src=... - potential security bug.

I create mod-pack, please, test it smile

used mods:

AdminLog-1.0.1
Attachment_Mod_2.0.1
Complete Management of the posts
easysmilies1.0.5
Easy_BBCode_1.0.1
Easy_Poll-1.1.3
extrabb_codes
Guest_Announcement_Toggle_Mod-1.0
Image_Verification-1.0.3
mod_userstats_101
Private_Message_Mod-1.2.2
punbb_mod_topic_preview_1_1
Quick_Quote_and_Nick_Paste_v1.0.0
reputation_mod
Userlist_Access-1.0
users_online_today-101

see more in readme.

30

(20 replies, posted in Archive)

?? punres ? ?????? ?? ????? ???? ??? ????????? ?????????, ?????????? ?????????, ? ?? ???? ?????????? ????? ????.

31

(19 replies, posted in PunBB 1.2 show off)

and what about security? wink XSS ? SQL inj ? wink

Code Syntax colouring - may see source of this mod ?

32

(5 replies, posted in Archive)

<?php
// Attachment mod
// ??????? ?? ??????? KCEOH (KCEOH _@_ mail.ru)
// Language definitions for frequently used strings
$lang_attach = array(

// viewtopic.php
'Attachments:'            =>    '????????????? ?????:',    // Used in viewtopic before attachments in the post.
'Size:'                    =>    '??????:',        // Used in viewtopic to show filesize of attachment.
'bytes'                    =>    '????',        // Used in viewtopic after the filesize.
'Downloads:'            =>    '???????:',    // Used in viewtopic to show number of downloads.

//post.php
'Attachment'            =>    '????????????? ?????',    // Used in post the legend name
'Note'                    =>    '??????????: ??? ????????????? ?????? "????????" ???? ? ????? ?? ???????????, ??? ???????? ????? ??? ??????.',    //Used in post to display a note under the attachment field

//edit.php
'Delete?'                =>    '????????',        // Used in edit.php, after the delete checkbox for each attachment...
'Existing'                =>    '????????????? ?????: (???????? ??? ????????)',    //Used in edit.php, before the existing attachments that you're allowed to delete
'Existing2'                =>    '????????????? ?????: (?????? ???????)',    //Used in edit.php, before the existing attachments that you aren't allowed to delete
'Upload'                =>    '?????????? ????? ????, ????????: %%ATTACHMENTS%% ??????',    //Used in edit.php, before the upload field, %%ATTACHMENTS%% must be there, it will show how many attachment the user has as a maximum...
'Note2'                    =>    '??????????: ??? ????????????? ?????? "????????" ??? ????? ??? ?????? ?? ???????????, ??? ???????? ????? ??????? ????? ????? ???? ????????? / ????? ???????',    //Used in edit to display a note under the attachment field


// attach.php
'Image view - Attachment Mod'    =>    '????????????? ?????',    // Used in attach.php, header on the Image view frame.
'Download:'                        =>    '???????:'                        // Used in attach.php, where one can click the filename to download.
);

33

(2 replies, posted in Archive)

????? ?? ???????.??, ??? ??? ?????-??? ?????????. ?????? ??? ???? ??????? ???????? ??? ???.

34

(5 replies, posted in Archive)

<?php
// Calendar 2.0 MOD
// ??????? ?? ??????? KCEOH (KCEOH _@_ mail.ru)
$lang_calendar = array(
'Calendar'    =>    '?????????',

// Month Names
'January'        => '??????',
'February'    => '???????',
'March'        => '????',
'April'        => '??????',
'May'        => '???',
'June'        => '????',
'July'        => '????',
'August'        => '??????',
'September'     => '????????',
'October'        => '???????',
'November'    => '??????',
'December'    => '???????',

// Days of the week name. Big Calendar
'Sunday'        =>    '???????????',
'Monday'        =>    '???????????',
'Tuesday'        =>    '???????',
'Wednsday'    =>    '?????',
'Thursday'    =>    '???????',
'Friday'        =>    '???????',
'Saturday'    =>    '???????',

// Days of the week name. Small Calendar
'Sun'    =>    '???',
'Mon'    =>    '??',
'Tue'    =>    '??',
'Wed'    =>    '???',
'Thu'    =>    '???',
'Fri'    =>    '???',
'Sat'    =>    '??',

// Days of week name for week mini calendar
// needs to be really small
'S'        =>    'S',
'M'        =>    'M',
'T'        =>    'T',
'W'        =>    'W',
'F'        =>    'F',

// Links on main calendar
'Topics'        =>    '???????:',
'Posts'        =>    '?????????:',        // this is also showed on the single event page
'Birthday'    =>    '??',
'Birthdays'    =>    '??? ????????:',
'Add_event'    =>    '???????? ???????',
'Edit_event'    =>    '?????????????  ???????',
'go_to'        =>    '???????',
'posts/topics'    =>    '?????????/??????',
'events'        =>    '???????',
'current_month'=>    '??????? ?????',
'current_week'    =>    '??????? ??????',

// Wording for subpages
'Viewing_Topics'=>    '???????? ??????? ??',
'No_Topics'    =>    '??? ???????, ????????? ???????',
'Viewing_Posts'=>    '???????? ????????? ??',
'No_Posts'    =>    '??? ?????????, ????????? ???????',
'Viewing_Bday'    =>    '???????? ???? ???????? ??',
'No_Bday'        =>    '??? ???? ???????? ?? ???????',
'Age'        =>    '???????',
'go_to_post'    =>    '??????? ? ?????????',
'Posted_by'    =>    '???????:',
'Viewing_Event'=>    '???????? ???????',
'No_Events'    =>    '?? ??????? ??? ??????? / ???? ????????',
'event_name'    =>    '??? ???????:',
'Event_Date'    =>    '???? ???????:',
'Group'        =>    '??????:',
'Joined'        =>    '?????????????:',


// Nav links for navagation
'Navigation'    =>    '?????????',
'Last Year'    =>    '??????? ???',
'Last Month'    =>    '??????? ?????',
'Last Day'    =>    '??????? ????',
'Today'        =>    '???????',
'Next Day'    =>    '????????? ????',
'Next Month'    =>    '????????? ?????',
'Next Year'    =>    '????????? ???',
'Back'        =>    '????????? ? ?????????',

// The Action Section (Add & Edit Events)
'warning'            =>    '?? ?? ?????? ????????? / ????????????? ???????',
'need_title'        =>    '?? ?? ????? ???????? ??? ????? ???????',
'need_body'        =>    '?? ?? ????? ????? ??? ????? ???????',
'need_date'        =>    '?? ?? ????? ???? f??? ????? ???????',
'no_events'        =>    '??? ???????, ??????? ????? ???????????????',
'date_error'        =>    '????, ??????? ?? ??????? ?? ? ??????, ??????? ?? ???????.',
'delete_confirm'    =>    '?? ???????, ??? ?????? ??????? ??? ????????',
'delete_yes'        =>     '??????? ???????',
'no_event'        =>    '?? ?? ??????? ???????. ??????????, ????????? ??????? ? ???????? ???.',

'event_added'        =>    '??????? ?????????.',
'event_edited'        =>    '??????? ???????????????.',
'event_deleted'    =>    '??????? ???????.',

'add_event'        =>    '???????? ???????',
'edit_event'        =>    '????????????? ???????',
'delete_event'        =>    '??????? ???????',
'add_info'        =>    '??????? ?????? ???????',
'edit_info'        =>    '????????? ?????? ???????',

'Title'            =>    '???????? ???????',
'Date'            =>    '????',
'Month'            =>    '?????',
'Day'            =>    '????',
'Year'            =>    '???',
'Body'            =>    '?????',

// date error, kinda pointless but hey...
'date_error'    =>    'This calendar does not go beyond the date you have selected'

);

post.php

??? $db->query('INSERT INTO...
????? ??? ???? ??? ???? ??? ????????? ????.

??????????? ??????? ? ???? include\dblayer\mysql.php

? ????? ?????? ??????? query()

    function query($sql, $unbuffered = false)
    {
??? ???? ??????? ?????, ? ?????????? ????-???? ?????????, ? ???? ????.
....

???? ?????? / ????? ?????? ??????? ?? ??????-????????

38

(5 replies, posted in Archive)

'Multiselect'    =>    '????????????? ?????',
'Yesno'    =>    '?????????????? ??/??? ?????',

??????? ????? ?????? ????? ????????...

??????? ??? 'Flood start'        =>        '??????',  // ????????? ??? ?????? ????.

??? ???????

<?php
/***********************************************************************

  Caleb Champlin (med_mediator@hotmail.com)
  ??????? KCEOH (KCEOH _@_ mail.ru)
************************************************************************/

// Language definitions used in viewforum.php
$lang_polls = array(
'Poll'    =>    '???????????',
'New poll'    =>    '??????? ????? ???????????',
'New poll legend multiselect'    =>    '????? ??????????? (??????????? ? ??????????? ????????)',
'New poll legend yesno'    =>    '????? ??????????? (??????????? ? ??????????? ??/??? ????????)',
'New poll legend'    =>    '????? ???????????',
'Multiselect'    =>    '??????????? ? ??????????? ????????',
'Yesno'    =>    '??????????? ? ??????????? ??/??? ????????',
'Regular'    =>    '??????? ???????????',
'Question'    =>    '??????',
'Option'    =>    '??????? ??????',
'Optional'    =>    '(?????????????)',
'Yes'    =>    '?? (??????/????????/? ?.?.)',
'Null vote'    =>    '?? ???????',
'Poll preview'    =>    '????????',
'No'    =>    '??? (?? ??????/?? ????????/? ?.?.)',
'Create new poll' => '??????? ????? ???????????',
'Poll select'    =>    '???????? ??? ???????????',
'Already voted'    =>    '?? ??? ??????????? ? ???? ???????????',
'Vote success'    =>    '??? ????? ??? ?????',
'Empty option'            =>    '??????????? ???????? ?????? ???????? ??????.',
'No options'            =>    '??????????? ?????? ????????? ???????? ??????.',
'Low options'            =>    '??????????? ?????? ????????? ??? ? ????? ????????? ??????.',
'No question'            =>    '??????????? ?????? ????????? ??????.',
'Too long question'        =>    'Questions cannot be longer than 70 characters.',
'No yes'            =>    '??? ??????????? ?????? ????????? ???? (??).',
'Too long yes'        =>    '???????? ???? (??) ?? ????? ???? ??????? 35 ????????.',
'No no'            =>    '??? ??????????? ?????? ????????? ???? (???).',
'Too long no'        =>    '???????? ???? (???) ?? ????? ???? ??????? 35 ????????.',
'No message'            =>    '?? ?????? ?????? ?????????.',
'Too long message'        =>    '????????? ?? ????? ???? ?????? 65535 ???????? (64 ??).'
);