❤❤یـــانەی کوردژیـن/Kurd Zhin❤❤/ / چالاككردنی كۆدی MP3 له‌یانه‌كه‌ت

.

نازناو:  وشه‌ی تێپه‌ڕبوون:    |  

ئاگاداری

‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌به‌ڕێزان : هه‌رکاتێک کێشه‌یه‌ک یان په‌یامێکی ناشیاوت به‌رچاو که‌وت له‌یانه‌دا ئه‌توانن په‌یوه‌ندی بکه‌ن به‌ :_

1- بەڕێوەبەری یانە Hemn Zanko لە کوردستان بە ئمێڵی ( hemn_kurdzhin@yahoo.com ) .. ژمارەی مۆبایل ( 07824521572 ) .

2- به‌ڕێوه‌به‌ری گشتی ( ReKaN ) له‌ ئه‌وروپا به‌ ئیمێڵی ( Rekan_uk@hotmail.com ) ، ژماره‌ ته‌له‌فوونی( 00447754007706) .

New Page 1

    بابه‌ته‌ گرنگه‌کانی به‌کارهێنانی یانه‌  

#1 2011-05-19 10:19:28

Eng-Xalat
کازیوەی یانە
شوێن: سلێمانی
ڕێكه‌وتی به‌ ئه‌ندامبوون‌: 2008-11-16
دواترین سه‌ردان: 2014-10-03
په‌یامه‌كان: 3708
WindowsFirefox

چالاككردنی كۆدی MP3 له‌یانه‌كه‌ت

سڵاو هاوڕێیانی ئه‌زیزو خۆشه‌ویستم ،،،

  له‌م بابه‌ته‌دا باسی چۆنیه‌تی چالاككردنی كۆدی مپ 3 ( MP3 ) ده‌كه‌م ØŒ بۆئه‌وه‌ی بتوانی گۆرانی یاخود ئاوازێك ئان مۆسیقایه‌ك له‌ ناو بابه‌ت له‌یانه‌كه‌ت دابنێیت Ùˆ
راسته‌وخۆ ئه‌ندامان بتوانن گوێ ی لێبگرن ..


وه‌ك ئه‌م نموونه‌یه‌ : Flash not detected
بێگومان گه‌ر له‌یانه‌كه‌تدا ئاماده‌كاری بۆ نه‌كه‌یت پیشانی نایات !

ئه‌زیزان بۆئه‌م كاره‌ پێویستمان به‌ مۆدێك ده‌بێت ،،             



پاشان پێویسته‌ چه‌ند كارێك ئه‌نجام بده‌ین ، فه‌رموو لێره‌ بۆم روونكردوونه‌ته‌وه‌ ...


كۆد:

#---------[ 2. به‌رزیان بكه‌وه‌ بكه‌وه‌ ]-------------------------------------------------------
#

install_mod.php to /
AP_Allow_HTML.php to /plugins/AP_Allow_HTML.php

#
#---------[ 3. پاشان دایبمه‌زرێنه‌ ]----------------------------------------------------------
#

install_mod.php

#
#---------[ 4. پاش دامه‌زراندن بیسره‌وه‌ ]-------------------------------------------------------
#

install_mod.php

#
#---------[ 5. بیكه‌وه‌ ]---------------------------------------------------------
#

include/parser.php

#
#---------[ 6. بیدۆزه‌وه‌ له‌ دێڕی: 375) ]---------------------------------------------
#

function parse_message($text, $hide_smilies)

#
#---------[ 7. بیگۆڕه‌ به‌مه‌ ]---------------------------------------------
#

function parse_message($text, $hide_smilies, $allow_html = false)

#
#---------[ 8. بیدۆزه‌وه‌ (line: 375) ]---------------------------------------------
#

         // Convert applicable characters to HTML entities
         $text = pun_htmlspecialchars($text);

#
#---------[ 9. بیگۆڕه‌ به‌مه‌ ]---------------------------------------------
#

         // Convert applicable characters to HTML entities
         if(!$allow_html) $text = pun_htmlspecialchars($text);

#
#---------[ 10. بیكه‌وه‌ ]---------------------------------------------------------
#

viewtopic.php

#
#---------[ 11. بیدۆزه‌وه‌ (line: 185) ]----------------------------------------------
#

// Retrieve the posts (and their respective poster/online status)
$result = $db->query('SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM '.$db->prefix.'posts AS p INNER JOIN '.$db->prefix.'users AS u ON u.id=p.poster_id INNER JOIN '.$db->prefix.'groups AS g ON g.g_id=u.group_id LEFT JOIN '.$db->prefix.'online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id='.$id.' ORDER BY p.id LIMIT '.$start_from.','.$pun_user['disp_posts'], true) or error('Unable to fetch post info', __FILE__, __LINE__, $db->error());

#
#---------[ 12. بیگۆره‌ به‌مه‌ ]-------------------------------------------------
#

// Retrieve the posts (and their respective poster/online status)
$result = $db->query('SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online, g.g_allow_html AS allow_html FROM '.$db->prefix.'posts AS p INNER JOIN '.$db->prefix.'users AS u ON u.id=p.poster_id INNER JOIN '.$db->prefix.'groups AS g ON g.g_id=u.group_id LEFT JOIN '.$db->prefix.'online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id='.$id.' ORDER BY p.id LIMIT '.$start_from.','.$pun_user['disp_posts'], true) or error('Unable to fetch post info', __FILE__, __LINE__, $db->error());

#
#---------[ 13. بیدۆزه‌وه‌ (line: 297) ]----------------------------------------------
#

         // Perform the main parsing of the message (BBCode, smilies, censor words etc)
         $cur_post['message'] = parse_message($cur_post['message'], $cur_post['hide_smilies']);

#
#---------[ 14. بیگۆره‌ به‌مه‌ ]-------------------------------------------------
#

         // Perform the main parsing of the message (BBCode, smilies, censor words etc)
         $cur_post['message'] = parse_message($cur_post['message'], $cur_post['hide_smilies'], $cur_post['allow_html']);

#
#---------[ 15. بیكه‌وه‌]---------------------------------------------------------
#

post.php

#
#---------[ 16. بیدۆزه‌وه‌ (line: 443) ]----------------------------------------------
#

         $preview_message = parse_message($message, $hide_smilies);

#
#---------[ 17. بیگۆره‌ به‌مه‌ ]-------------------------------------------------
#

         $preview_message = parse_message($message, $hide_smilies, $pun_user['g_allow_html']);

#
#---------[ 18. بیدۆزه‌وه‌ (line: 548) ]----------------------------------------------
#

         $result = $db->query('SELECT poster, message, hide_smilies, posted FROM '.$db->prefix.'posts WHERE topic_id='.$tid.' ORDER BY id DESC LIMIT '.$pun_config['o_topic_review']) or error('Unable to fetch topic review', __FILE__, __LINE__, $db->error());

#
#---------[ 19. بیگۆره‌ به‌مه‌ ]-------------------------------------------------
#

         $result = $db->query('SELECT p.poster, p.message, p.hide_smilies, p.posted, g.g_allow_html AS allow_html FROM '.$db->prefix.'posts AS p, '.$db->prefix.'users AS u, '.$db->prefix.'groups AS g WHERE p.topic_id='.$tid.' AND p.poster_id = u.id AND u.group_id = g.g_id ORDER BY p.id DESC LIMIT '.$pun_config['o_topic_review']) or error('Unable to fetch topic review', __FILE__, __LINE__, $db->error());

#
#---------[ 20. بیدۆزه‌وه‌ (line: 567) ]----------------------------------------------
#

                  $cur_post['message'] = parse_message($cur_post['message'], $cur_post['hide_smilies']);

#
#---------[ 21. بیگۆره‌ به‌مه‌ ]-------------------------------------------------
#

                  $cur_post['message'] = parse_message($cur_post['message'], $cur_post['hide_smilies'], $cur_post['allow_html']);

#---------[ 22. بیكه‌وه‌ ]---------------------------------------------------------
#

edit.php

#
#---------[ 23. بیدۆزه‌وه‌ (line: 178) ]----------------------------------------------
#

         $preview_message = parse_message($message, $hide_smilies);

#
#---------[ 24. بیگۆره‌ به‌مه‌ ]-------------------------------------------------
#

         $preview_message = parse_message($message, $hide_smilies, $pun_user['g_allow_html']);

#
#---------[ 25. له‌ كۆتایدا پاشه‌كه‌وتیان بكه‌و به‌زرییان بكه‌وه‌ بۆ سه‌ر راژه‌كه‌ت ]-------------------------------------------------
#

هه‌ر پرسیارێكت هه‌بێت ده‌توانیت بیكه‌یت ..

سه‌ركه‌وتووبن .



ئاماده‌كردنی : خــه‌ڵات هه‌ڵه‌بجه‌یی

Kurdzhin
له‌ 01-01-2011 ه‌وه‌ http://cb.amazingcounters.com/counter.php?i=2929747&c=8789554 جـــــار بابه‌ت و په‌یامه‌كانم بینراوه‌!
http://kurdzhin.org/up//uploads/images/kurdzhin-b19ac2cfbc.gif

له‌سه‌ر هێڵ نی‌یه‌

 

#2 2011-05-19 19:44:44

HemN_94
جوانی کوردژین
شوێن: kurdistan
ڕێكه‌وتی به‌ ئه‌ندامبوون‌: 2009-02-06
دواترین سه‌ردان: 2014-11-10
په‌یامه‌كان: 689
ویبگه‌
WindowsSafari

Re: چالاككردنی كۆدی MP3 له‌یانه‌كه‌ت

ده‌ستت خۆش بێت برا گیان به‌سوده‌.. بێگومان ئه‌مه‌ش بۆ  PunBB 1.3  ده‌بێت

Kurdzhin
http://www.kurdupload.com/images/RUm8gz1350399533/wazhw.jpg

ئه‌مڕۆ ده‌ستپێكی هێنانه‌دی ئامانجه‌كه‌مه‌ ØŒ به‌یانی  ...... !

له‌سه‌ر هێڵ نی‌یه‌

 

#3 2011-05-20 16:43:36

Goran mhamad
جوانی کوردژین
ڕێكه‌وتی به‌ ئه‌ندامبوون‌: 2010-06-06
دواترین سه‌ردان: 2014-07-09
په‌یامه‌كان: 632
WindowsMSIE7

Re: چالاككردنی كۆدی MP3 له‌یانه‌كه‌ت

كاكه‌ خه‌ڵات هه‌نگاوه‌كانم كرد به‌ڵام هه‌ر وه‌ك لینك ده‌ر كه‌وت

له‌سه‌ر هێڵ نی‌یه‌

 

#4 2011-05-20 18:25:41

Eng-Xalat
کازیوەی یانە
شوێن: سلێمانی
ڕێكه‌وتی به‌ ئه‌ندامبوون‌: 2008-11-16
دواترین سه‌ردان: 2014-10-03
په‌یامه‌كان: 3708
WindowsFirefox

Re: چالاككردنی كۆدی MP3 له‌یانه‌كه‌ت

سوپاس کاکە هێمن گیان ,,

کاکە گۆران گیان چۆن MP3 یەکە دادەنێیت لەیانە کۆدەکەى بنووسە ؟؟

له‌سه‌ر هێڵ نی‌یه‌

 


خوارووی مه‌كۆ

Your IP Address : 18.118.12.222
Powered by PunBB 1.2.15
© Copyright 2007 – 2011
Translated By : Webchin.Org
Design And Style By : Kurdzhin.net