اخرين ارسالات سايت بدون حركت
مهمان گرامی به ویبی اسکین خوش آمدید - برای ثبت نام کلیک کنید !
به انجمن در گوگل امتیاز دهید :

برای جستجو در سایت از این موتور جستجوی گوگل می توانید استفاده کنید

در حال بارگذاری لطفا صبر کنید
+ پاسخ به موضوع
صفحه 1 از 2 1 2 آخرینآخرین
نمایش نتایج: از شماره 1 تا 10 , از مجموع 13
  1. #1

    آخرین بازدید
    02-08-2012 [ 22:32]
    تاریخ عضویت
    Feb 2008
    محل سکونت
    تهران
    نوشته ها
    3,980
    سپاس ها
    768
    سپاس شده 4,675 در 2,196 پست

    اخرين ارسالات سايت بدون حركت

    در مديريت هكها وپلاگينها ايمپورت كنيد وگزينهoverwrite فعال باشد.
    به قسمت FORUMHOME قالب خود بريد ودر زير يكي از كدهاي زير

    کد:
     <!-- end whats going on box -->  
    يا

    کد:
     <!-- Main -->  
    كد زير را قرار بديد

    کد:
     <if condition="$show['latestXpost']">
        $latestXpost
        </if>  
    تصاویر کوچک فایل پیوست تصاویر کوچک فایل پیوست screen.jpg  
    فایل های پیوست شده
    ویرایش توسط mr.behrooz : 09-09-2008 در ساعت 01:19

  2. کاربر روبرو از پست مفید mr.behrooz سپاس کرده است .

    ali96 (07-24-2010)

  3. #2

    آخرین بازدید
    01-28-2012 [ 22:37]
    تاریخ عضویت
    Nov 2007
    نوشته ها
    55
    سپاس ها
    63
    سپاس شده 37 در 17 پست

    پیش فرض پاسخ : اخرين ارسالات سايت بدون حركت

    کد PHP:
    <?php 
    print 
    <html dir="rtl">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>www.vbskin.ir Last Posts</title>
    <style>
    .style { font-family: Tahoma ;font-size: 8pt;}
    a:link{    text-decoration: none;}
    a:visited{    text-decoration: none;}
    a:hover, a:active{    text-decoration: underline;}
    </style>
    '
    ;

    ## CUSTOMIZE SETTINGS FOR YOUR SITE ##
    $db_host "localhost"// Change this if your MySQL database host is different.
    $db_name ""// Change this to the name of your database.
    $db_user ""// Change this to your database username.
    $db_pw ""// Change this to your database password.

    $forum_url "."// Change this to reflect to your forum's URL.
    $forum_id ""
    $limit "20"// Number of posts displayed.
    $titlecolor "#000066"// This is the color of the title.
    $postedcolor "000000"// This is the color of the bottom text.
    $txtlimit "200"// This is the character limit.
    #######################################

    // Connecting to your database
    mysql_connect($db_host$db_user$db_pw
    OR die (
    "Cannot connect to your database"); 
    mysql_select_db($db_name) OR die("Cannot connect to your database"); 

    // Below is the beginning of a table. If you feel you don't need it, you may remove it.
    echo"<marquee onmouseover=this.stop() onmouseout=this.start() dir=\"rtl\" direction=\"up\" scrollAmount=\"1\" scrolldelay=\"1\">";
    echo 
    "<table dir=\"rtl\" border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"2\">";

    if (
    $forum_id) {
        
    $forumid "AND forumid=$forum_id";
    }

    if (
    $limit) {
        
    $limited "LIMIT $limit";
    }
    $thread_sql mysql_query("SELECT threadid,title,lastpost,lastposter,replycount,views FROM thread WHERE visible=1 AND open=1 $forumid ORDER BY lastpost DESC $limited");

    while(
    $thread_get=mysql_fetch_array($thread_sql))
    {
    $replycount $thread_get['replycount'];
    $views $thread_get['views'];
    $lastpost $thread_get['lastpost'];
    $poster $thread_get['lastposter'];
    $tid $thread_get['threadid'];
    $psql mysql_query("SELECT postid FROM post WHERE threadid=$tid ORDER BY postid DESC");
    $getp=mysql_fetch_array($psql);
    $pid $getp['postid'];
    $date2 date ("m/d/y h:i A" ,$lastpost);
    $title $thread_get['title'];
    $title substr($title,0,$txtlimit);
    echo 
    "<font face=\"Tahoma\"><span style=\"font-size: 8pt\"><tr dir=\"rtl\"><td dir=\"rtl\"></span></font><font face=\"Tahoma\" style=\"font-size: 9px\"><table border=\"0\" width=\"100%\" id=\"table1\" cellspacing=\"0\" cellpadding=\"0\"><tr>    <td width=\"400\"><a target=_blank href=\"$forum_url/showthread.php?t=$tid&p=$pid\">\n";
    echo 
    "    <span style=\"font-size: 8pt; text-decoration:none\"><font color=\"#000066\">$title</font></span></a></td>    </font>\n";
    echo 
    "    <td width=\"51\"><span style=\"font-size: 8pt\"><font face=\"Tahoma\">نويسنده&nbsp;     :</span></td>    \n";
    echo 
    "    <td width=\"100\" align=\"center\">\n";
    echo 
    "    <font face=\"Tahoma\" style=\"font-size: 8pt\" color=\"#003399\">$poster</td>        \n";
    echo 
    "    <td width=\"72\"><font face=\"Tahoma\" style=\"font-size: 8pt\">| مشاهده ها :</td>        \n";
    echo 
    "    <td width=\"25\" align=\"center\"><center>    \n";
    echo 
    "    <font face=\"Tahoma\" style=\"font-size: 8pt\" color=\"#003399\">$views </center></td><td width=\"59\">    <font face=\"Tahoma\" style=\"font-size: 8pt\">| پاسخ ها :</td>    <td>    \n";
    echo 
    "    <font face=\"Tahoma\" style=\"font-size: 8pt\" color=\"#003399\">$replycount</td>    </tr></table><font face=\"Tahoma\" style=\"font-size: 8pt\"></td></tr>";
    }
    echo 
    "</table>";
    echo
    "</marquee>";

    ?>

  4. #3

    آخرین بازدید
    01-28-2012 [ 22:37]
    تاریخ عضویت
    Nov 2007
    نوشته ها
    55
    سپاس ها
    63
    سپاس شده 37 در 17 پست

    پیش فرض پاسخ : اخرين ارسالات سايت بدون حركت

    کد PHP:
    <?php 
    print 
    <html dir="rtl">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>www.vbskin.ir Last Posts</title>
    <style>
    .style { font-family: Tahoma ;font-size: 8pt;}
    a:link{    text-decoration: none;}
    a:visited{    text-decoration: none;}
    a:hover, a:active{    text-decoration: underline;}
    </style>
    '
    ;

    ## CUSTOMIZE SETTINGS FOR YOUR SITE ##
    $db_host "localhost"// Change this if your MySQL database host is different.
    $db_name ""// Change this to the name of your database.
    $db_user ""// Change this to your database username.
    $db_pw ""// Change this to your database password.

    $forum_url "."// Change this to reflect to your forum's URL.
    $forum_id ""
    $limit "20"// Number of posts displayed.
    $titlecolor "#000066"// This is the color of the title.
    $postedcolor "000000"// This is the color of the bottom text.
    $txtlimit "200"// This is the character limit.
    #######################################

    // Connecting to your database
    mysql_connect($db_host$db_user$db_pw
    OR die (
    "Cannot connect to your database"); 
    mysql_select_db($db_name) OR die("Cannot connect to your database"); 

    // Below is the beginning of a table. If you feel you don't need it, you may remove it.
    echo"<marquee onmouseover=this.stop() onmouseout=this.start() dir=\"rtl\" direction=\"up\" scrollAmount=\"1\" scrolldelay=\"1\">";
    echo 
    "<table dir=\"rtl\" border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"2\">";

    if (
    $forum_id) {
        
    $forumid "AND forumid=$forum_id";
    }

    if (
    $limit) {
        
    $limited "LIMIT $limit";
    }
    $thread_sql mysql_query("SELECT threadid,title,lastpost,lastposter,replycount,views FROM thread WHERE visible=1 AND open=1 $forumid ORDER BY lastpost DESC $limited");

    while(
    $thread_get=mysql_fetch_array($thread_sql))
    {
    $replycount $thread_get['replycount'];
    $views $thread_get['views'];
    $lastpost $thread_get['lastpost'];
    $poster $thread_get['lastposter'];
    $tid $thread_get['threadid'];
    $psql mysql_query("SELECT postid FROM post WHERE threadid=$tid ORDER BY postid DESC");
    $getp=mysql_fetch_array($psql);
    $pid $getp['postid'];
    $date2 date ("m/d/y h:i A" ,$lastpost);
    $title $thread_get['title'];
    $title substr($title,0,$txtlimit);
    echo 
    "<font face=\"Tahoma\"><span style=\"font-size: 8pt\"><tr dir=\"rtl\"><td dir=\"rtl\"></span></font><font face=\"Tahoma\" style=\"font-size: 9px\"><table border=\"0\" width=\"100%\" id=\"table1\" cellspacing=\"0\" cellpadding=\"0\"><tr>    <td width=\"400\"><a target=_blank href=\"$forum_url/showthread.php?t=$tid&p=$pid\">\n";
    echo 
    "    <span style=\"font-size: 8pt; text-decoration:none\"><font color=\"#000066\">$title</font></span></a></td>    </font>\n";
    echo 
    "    <td width=\"51\"><span style=\"font-size: 8pt\"><font face=\"Tahoma\">نويسنده&nbsp;     :</span></td>    \n";
    echo 
    "    <td width=\"100\" align=\"center\">\n";
    echo 
    "    <font face=\"Tahoma\" style=\"font-size: 8pt\" color=\"#003399\">$poster</td>        \n";
    echo 
    "    <td width=\"72\"><font face=\"Tahoma\" style=\"font-size: 8pt\">| مشاهده ها :</td>        \n";
    echo 
    "    <td width=\"25\" align=\"center\"><center>    \n";
    echo 
    "    <font face=\"Tahoma\" style=\"font-size: 8pt\" color=\"#003399\">$views </center></td><td width=\"59\">    <font face=\"Tahoma\" style=\"font-size: 8pt\">| پاسخ ها :</td>    <td>    \n";
    echo 
    "    <font face=\"Tahoma\" style=\"font-size: 8pt\" color=\"#003399\">$replycount</td>    </tr></table><font face=\"Tahoma\" style=\"font-size: 8pt\"></td></tr>";
    }
    echo 
    "</table>";
    echo
    "</marquee>";

    ?>

  5. #4

    آخرین بازدید
    01-28-2012 [ 22:37]
    تاریخ عضویت
    Nov 2007
    نوشته ها
    55
    سپاس ها
    63
    سپاس شده 37 در 17 پست

    پیش فرض پاسخ : اخرين ارسالات سايت بدون حركت

    کد:
    <?php 
    print ' 
    <html dir="rtl">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>www.sat3at.com Last Posts</title>
    <style>
    .style { font-family: Tahoma ;font-size: 8pt;}
    a:link{    text-decoration: none;}
    a:visited{    text-decoration: none;}
    a:hover, a:active{    text-decoration: underline;}
    </style>
    ';
    
    ## CUSTOMIZE SETTINGS FOR YOUR SITE ##
    $db_host = "localhost"; // Change this if your MySQL database host is different.
    $db_name = ""; // Change this to the name of your database.
    $db_user = ""; // Change this to your database username.
    $db_pw = ""; // Change this to your database password.
    
    $forum_url = "."; // Change this to reflect to your forum's URL.
    $forum_id = ""; 
    $limit = "20"; // Number of posts displayed.
    $titlecolor = "#000066"; // This is the color of the title.
    $postedcolor = "000000"; // This is the color of the bottom text.
    $txtlimit = "200"; // This is the character limit.
    #######################################
    
    // Connecting to your database
    mysql_connect($db_host, $db_user, $db_pw) 
    OR die ("Cannot connect to your database"); 
    mysql_select_db($db_name) OR die("Cannot connect to your database"); 
    
    // Below is the beginning of a table. If you feel you don't need it, you may remove it.
    echo"<marquee onmouseover=this.stop() onmouseout=this.start() dir=\"rtl\" direction=\"up\" scrollAmount=\"1\" scrolldelay=\"1\">";
    echo "<table dir=\"rtl\" border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"2\">";
    
    if ($forum_id) {
        $forumid = "AND forumid=$forum_id";
    }
    
    if ($limit) {
        $limited = "LIMIT $limit";
    }
    $thread_sql = mysql_query("SELECT threadid,title,lastpost,lastposter,replycount,views FROM thread WHERE visible=1 AND open=1 $forumid ORDER BY lastpost DESC $limited");
    
    while($thread_get=mysql_fetch_array($thread_sql))
    {
    $replycount = $thread_get['replycount'];
    $views = $thread_get['views'];
    $lastpost = $thread_get['lastpost'];
    $poster = $thread_get['lastposter'];
    $tid = $thread_get['threadid'];
    $psql = mysql_query("SELECT postid FROM post WHERE threadid=$tid ORDER BY postid DESC");
    $getp=mysql_fetch_array($psql);
    $pid = $getp['postid'];
    $date2 = date ("m/d/y h:i A" ,$lastpost);
    $title = $thread_get['title'];
    $title = substr($title,0,$txtlimit);
    echo "<font face=\"Tahoma\"><span style=\"font-size: 8pt\"><tr dir=\"rtl\"><td dir=\"rtl\"></span></font><font face=\"Tahoma\" style=\"font-size: 9px\"><table border=\"0\" width=\"100%\" id=\"table1\" cellspacing=\"0\" cellpadding=\"0\"><tr>    <td width=\"400\"><a target=_blank href=\"$forum_url/showthread.php?t=$tid&p=$pid\">\n";
    echo "    <span style=\"font-size: 8pt; text-decoration:none\"><font color=\"#000066\">$title</font></span></a></td>    </font>\n";
    echo "    <td width=\"51\"><span style=\"font-size: 8pt\"><font face=\"Tahoma\">نويسنده&nbsp;     :</span></td>    \n";
    echo "    <td width=\"100\" align=\"center\">\n";
    echo "    <font face=\"Tahoma\" style=\"font-size: 8pt\" color=\"#003399\">$poster</td>        \n";
    echo "    <td width=\"72\"><font face=\"Tahoma\" style=\"font-size: 8pt\">| مشاهده ها :</td>        \n";
    echo "    <td width=\"25\" align=\"center\"><center>    \n";
    echo "    <font face=\"Tahoma\" style=\"font-size: 8pt\" color=\"#003399\">$views </center></td><td width=\"59\">    <font face=\"Tahoma\" style=\"font-size: 8pt\">| پاسخ ها :</td>    <td>    \n";
    echo "    <font face=\"Tahoma\" style=\"font-size: 8pt\" color=\"#003399\">$replycount</td>    </tr></table><font face=\"Tahoma\" style=\"font-size: 8pt\"></td></tr>";
    }
    echo "</table>";
    echo"</marquee>";
    
    ?>

  6. #5

    آخرین بازدید
    01-28-2012 [ 22:37]
    تاریخ عضویت
    Nov 2007
    نوشته ها
    55
    سپاس ها
    63
    سپاس شده 37 در 17 پست

    پیش فرض پاسخ : اخرين ارسالات سايت بدون حركت

    <?php
    print '
    <html dir="rtl">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>[برای مشاهده لینک ها شما باید عضو سایت باشید برای عضویت در سایت بر روی اینجا کلیک بکنید] Last Posts</title>
    <style>
    .style { font-family: Tahoma ;font-size: 8pt;}
    a:link{ text-decoration: none;}
    a:visited{ text-decoration: none;}
    a:hover, a:active{ text-decoration: underline;}
    </style>
    ';

    ## CUSTOMIZE SETTINGS FOR YOUR SITE ##
    $db_host = "localhost"; // Change this if your MySQL database host is different.
    $db_name = ""; // Change this to the name of your database.
    $db_user = ""; // Change this to your database username.
    $db_pw = ""; // Change this to your database password.

    $forum_url = "."; // Change this to reflect to your forum's URL.
    $forum_id = "";
    $limit = "20"; // Number of posts displayed.
    $titlecolor = "#000066"; // This is the color of the title.
    $postedcolor = "000000"; // This is the color of the bottom text.
    $txtlimit = "200"; // This is the character limit.
    #######################################

    // Connecting to your database
    mysql_connect($db_host, $db_user, $db_pw)
    OR die ("Cannot connect to your database");
    mysql_select_db($db_name) OR die("Cannot connect to your database");

    // Below is the beginning of a table. If you feel you don't need it, you may remove it.
    echo"<marquee onmouseover=this.stop() onmouseout=this.start() dir=\"rtl\" direction=\"up\" scrollAmount=\"1\" scrolldelay=\"1\">";
    echo "<table dir=\"rtl\" border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"2\">";

    if ($forum_id) {
    $forumid = "AND forumid=$forum_id";
    }

    if ($limit) {
    $limited = "LIMIT $limit";
    }
    $thread_sql = mysql_query("SELECT threadid,title,lastpost,lastposter,replycount,view s FROM thread WHERE visible=1 AND open=1 $forumid ORDER BY lastpost DESC $limited");

    while($thread_get=mysql_fetch_array($thread_sql))
    {
    $replycount = $thread_get['replycount'];
    $views = $thread_get['views'];
    $lastpost = $thread_get['lastpost'];
    $poster = $thread_get['lastposter'];
    $tid = $thread_get['threadid'];
    $psql = mysql_query("SELECT postid FROM post WHERE threadid=$tid ORDER BY postid DESC");
    $getp=mysql_fetch_array($psql);
    $pid = $getp['postid'];
    $date2 = date ("m/d/y h:i A" ,$lastpost);
    $title = $thread_get['title'];
    $title = substr($title,0,$txtlimit);
    echo "<font face=\"Tahoma\"><span style=\"font-size: 8pt\"><tr dir=\"rtl\"><td dir=\"rtl\"></span></font><font face=\"Tahoma\" style=\"font-size: 9px\"><table border=\"0\" width=\"100%\" id=\"table1\" cellspacing=\"0\" cellpadding=\"0\"><tr> <td width=\"400\"><a target=_blank href=\"$forum_url/showthread.php?t=$tid&p=$pid\">\n";
    echo " <span style=\"font-size: 8pt; text-decoration:none\"><font color=\"#000066\">$title</font></span></a></td> </font>\n";
    echo " <td width=\"51\"><span style=\"font-size: 8pt\"><font face=\"Tahoma\">نويسنده&nbsp; :</span></td> \n";
    echo " <td width=\"100\" align=\"center\">\n";
    echo " <font face=\"Tahoma\" style=\"font-size: 8pt\" color=\"#003399\">$poster</td> \n";
    echo " <td width=\"72\"><font face=\"Tahoma\" style=\"font-size: 8pt\">| مشاهده ها :</td> \n";
    echo " <td width=\"25\" align=\"center\"><center> \n";
    echo " <font face=\"Tahoma\" style=\"font-size: 8pt\" color=\"#003399\">$views </center></td><td width=\"59\"> <font face=\"Tahoma\" style=\"font-size: 8pt\">| پاسخ ها :</td> <td> \n";
    echo " <font face=\"Tahoma\" style=\"font-size: 8pt\" color=\"#003399\">$replycount</td> </tr></table><font face=\"Tahoma\" style=\"font-size: 8pt\"></td></tr>";
    }
    echo "</table>";
    echo"</marquee>";

    ?>

  7. #6

    آخرین بازدید
    01-28-2012 [ 22:37]
    تاریخ عضویت
    Nov 2007
    نوشته ها
    55
    سپاس ها
    63
    سپاس شده 37 در 17 پست

    پیش فرض پاسخ : اخرين ارسالات سايت بدون حركت

    با عرض معذرت لطفا" مدیر این بخش
    چند تا پست اضافه منو ادیت کنه
    من فکر میکردم ارسال نمیشه چون تو اخرین پست های نمی اومد الان متوجه شدم که میرفته بالا پست ها

  8. #7

    آخرین بازدید
    02-27-2009 [ 01:35]
    تاریخ عضویت
    Sep 2008
    نوشته ها
    8
    سپاس ها
    1
    سپاس شده 0 در 0 پست

    پیش فرض پاسخ : اخرين ارسالات سايت بدون حركت

    نقل قول نوشته اصلی توسط lovely_boy نمایش پست ها
    در مديريت هكها وپلاگينها ايمپورت كنيد وگزينهoverwrite فعال باشد.
    به قسمت FORUMHOME قالب خود بريد ودر زير يكي از كدهاي زير

    کد:
     <!-- end whats going on box -->  
    يا

    کد:
     <!-- Main -->  
    كد زير را قرار بديد

    کد:
     <if condition="$show['latestXpost']">
        $latestXpost
        </if>  

    خدا وكيلي ظاهر نشد !
    من خييل نياز دارم

    دو هفته است الافم

  9. #8

    آخرین بازدید
    02-08-2012 [ 22:32]
    تاریخ عضویت
    Feb 2008
    محل سکونت
    تهران
    نوشته ها
    3,980
    سپاس ها
    768
    سپاس شده 4,675 در 2,196 پست

    پیش فرض پاسخ : اخرين ارسالات سايت بدون حركت

    شما فايل last.php را داريد؟؟؟
    من اين هك را نصب نكردم خواهش ميكنم دوستاني كه نصب كردند راهنمايي كنند.

  10. #9

    آخرین بازدید
    01-28-2012 [ 22:37]
    تاریخ عضویت
    Nov 2007
    نوشته ها
    55
    سپاس ها
    63
    سپاس شده 37 در 17 پست

    پیش فرض پاسخ : اخرين ارسالات سايت بدون حركت

    نقل قول نوشته اصلی توسط lovely_boy نمایش پست ها
    شما فايل last.php را داريد؟؟؟
    من اين هك را نصب نكردم خواهش ميكنم دوستاني كه نصب كردند راهنمايي كنند.
    من فایل last.php رو نصب دارم ولی کدش رو نزاشتم
    منم این هک رو نصب کردم ولی چیزی نشون نمیده

  11. #10

    آخرین بازدید
    02-08-2012 [ 22:32]
    تاریخ عضویت
    Feb 2008
    محل سکونت
    تهران
    نوشته ها
    3,980
    سپاس ها
    768
    سپاس شده 4,675 در 2,196 پست

    پیش فرض پاسخ : اخرين ارسالات سايت بدون حركت

    كدشو بزاريد

اطلاعات موضوع

کاربرانی که در حال مشاهده این موضوع هستند

در حال حاضر 1 کاربر در حال مشاهده این موضوع است. (0 کاربران و 1 مهمان ها)

     

موضوعات مشابه

  1. اولين فراخوان توسعه آموزشي با همكاري مديران هاستينگ و شركت هاي خدمات ميزباني ايران
    توسط iranashiyane در انجمن تبادل بنر بین وب سایت ها و انجمنها
    پاسخ ها: 0
    آخرين نوشته: 09-08-2011, 13:52
  2. همكاري در شركت : شركت تهران رايانه مبين
    توسط alizambi در انجمن معاملات بین وب مسترها در خصوص همکاری
    پاسخ ها: 0
    آخرين نوشته: 11-07-2010, 22:13
  3. درخواست هك افكت براي آواتار
    توسط GraphX در انجمن در خواست هک ها و پلاگینهای ورژن vBulletin 3.x.x
    پاسخ ها: 1
    آخرين نوشته: 04-22-2010, 18:00
  4. ريدايركت كردن لينكها و يا جلوگيري از نشان دادن لينكهاي سايتهاي ديگر
    توسط mr.behrooz در انجمن هک ها و پلاگین ها vBulletin 3.7.X
    پاسخ ها: 2
    آخرين نوشته: 02-03-2009, 16:02
  5. ريدايركت كردن اتوماتيك لينكها
    توسط mr.behrooz در انجمن هک ها و پلاگین ها vBulletin 3.7.X
    پاسخ ها: 1
    آخرين نوشته: 02-03-2009, 13:45

کاربران خواننده این موضوع : 45

علاقه مندی ها (Bookmarks)

علاقه مندی ها (Bookmarks)

مجوز های ارسال و ویرایش

  • شما نمیتوانید موضوع جدیدی ارسال کنید
  • شما امکان ارسال پاسخ را ندارید
  • شما نمیتوانید فایل پیوست کنید.
  • شما نمیتوانید پست های خود را ویرایش کنید