PDA

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : مشكل با بسته ضد ربات (درخواست كمك)



ads_chatkonid
01-01-2011, 06:15 PM
با سلام
خسته نباشيد
يه بسته ضد رباط نصب كردم كه هنگام عضويت يه جمع دو تا عدد هم اضافه شد
اينم لينك بسته:

<b><font color=red>فقط کاربران عضو انجمن می توانند لینک ها را مشاهده کنند</font></b>
بعدش ديدم خرابه پاكش كردم اشتباهي كه كردم حذف فایل اصلی بسته رو زدم به جاي حذف بسته
الان كاربرا نميتونند عضو بشن چون اون مع و تفريقه هنگام عضويت هستش
و منم از قسمت مديريت عضوشون ميكنم ميزنه در حال حاضر شما قادر به ورود به انجمن نميباشيد
از يكي پرسيدم گفتش اينكارو كن :
از روی فایلهای نصب تغییراتی که این بسته اعمال می کنه رو بخونین، تغییرات ایجاده شده ای که برنامه حذف نتونسته پاک کنه رو به صورت دستی پاک کنین
راستش من بلد نيستم يكي راهنماييم كنه حد اقل؟
و مشكل دومم يه بسته ويرايشگر براي پاسخ سريع نسخه (1.1.12)ميخوام كه كد هاي بي بي و صورتك ها رو بهش اضافه كنه
شاد و سلامت در پناه ایزد

ads_chatkonid
01-02-2011, 09:59 AM
كسي نبود راهنمايي كنه؟

نوید
01-02-2011, 10:02 AM
سلام
فایل xml بسته را باز کنید و هر تغییری را که مشخص کرده شما حذف کنید تا درست بشه
موفق باشید

ads_chatkonid
01-02-2011, 11:38 AM
دیدن فایل های ABRP_v1.2.0.1b.zip:

nstall1.1.xml (13212 بایت)
install2.0.xml (14230 بایت)
package-info.xml (855 بایت)
readme.txt (3911 بایت)

اخه كدوم xml???

نوید
01-02-2011, 03:41 PM
سلام
install1.1.xml

ads_chatkonid
01-02-2011, 04:14 PM
دیدن سورس فایل install1.1.xml:


&lt;?xml version=&quot;1.0&quot;?&gt;
&lt;!DOCTYPE modification SYSTEM &quot;<b><font color=red>فقط کاربران عضو انجمن می توانند لینک ها را مشاهده کنند</font></b>
&lt;modification xmlns=&quot;<b><font color=red>فقط کاربران عضو انجمن می توانند لینک ها را مشاهده کنند</font></b> xmlns:smf=&quot;<b><font color=red>فقط کاربران عضو انجمن می توانند لینک ها را مشاهده کنند</font></b>
&lt;name&gt;Anti-Bot Registration Puzzles&lt;/name&gt;
&lt;id&gt;Nas:antibotregistration&lt;/id&gt;
&lt;version&gt;1.2.0.1b&lt;/version&gt;
&lt;file name=&quot;$sourcedir/Register.php&quot;&gt;
&lt;operation&gt;
&lt;search position=&quot;after&quot;&gt;&lt;![CDATA[// Are they under age, and under age users are banned?
]]&gt;&lt;/search&gt;
&lt;add&gt;&lt;![CDATA[
// Start of Anti-bot Registration Puzzles Mod
// Checks whether field was completed, if not it goes to an error screen
if(empty($_SESSION&#91;&#039;puzzle_dynamic_input&#039;]) || empty($_POST[$_SESSION&#91;&#039;puzzle_dynamic_input&#039;]]))
fatal_lang_error(&#039;puzzle_incomplete&#039;, false);
// If puzzle was answered incorrectly
elseif (md5(strtolower($_POST[$_SESSION&#91;&#039;puzzle_dynamic_input&#039;]])) != $_SESSION&#91;&#039;puzzle_code&#039;])
fatal_lang_error(&#039;puzzle_incorrect&#039;, false);
// End of Anti-bot Registration Puzzles Mod

]]&gt;&lt;/add&gt;
&lt;/operation&gt;
&lt;operation&gt;
&lt;search position=&quot;before&quot;&gt;&lt;![CDATA[
// Under age restrictions?
if (!empty($modSettings&#91;&#039;coppaAge&#039;]))
{
$context&#91;&#039;show_coppa&#039;] = true;
$context&#91;&#039;coppa_desc&#039;] = sprintf($txt&#91;&#039;register_age_confirmation&#039;], $modSettings&#91;&#039;coppaAge&#039;]);
}
]]&gt;&lt;/search&gt;
&lt;add&gt;&lt;![CDATA[
// Start of Anti-bot Registration Puzzles Mod
$puzzles = array(
&#039;shapes&#039; =&gt; create_function(&#039;&#039;, &#039;
$a = array(0 =&gt; &quot;sides&quot;, 1 =&gt; &quot;corners&quot;);
$b = rand(0,1);
$c = array(\&#039;square\&#039; =&gt; 4, \&#039;rectangle\&#039; =&gt; 4, \&#039;pentagon\&#039; =&gt; 5,
\&#039;hexagon\&#039; =&gt; 6, \&#039;heptagon\&#039; =&gt; 7, \&#039;octagon\&#039; =&gt; 8);

$d = array_rand($c); // randomly select a shape
$e = $c[$d]; // the answer
global $txt;
$txt[\&#039;puzzle_shapes\&#039;] = sprintf(($d == \&#039;octagon\&#039; ? $txt[\&#039;puzzle_shapes2\&#039;] : $txt[\&#039;puzzle_shapes\&#039;]), $txt[\&#039;puzzle_\&#039;.$a[$b]], $txt[\&#039;puzzle_\&#039;.$d]);
return array(\&#039;shapes\&#039;, \&#039;\&#039;, md5($e));
&#039;),
&#039;math&#039; =&gt; create_function(&#039;&#039;, &#039;
$a = array();
$a[0] = rand(5,19);
$a[1] = rand(1,$a[0]-2);
$a[2] = rand(1,($a[0]-$a[1]-2));
$a[3] = array(&quot;+&quot;,&quot;-&quot;);
$a[4] = $a[3][array_rand($a[3])];
$a[5] = $a[3][array_rand($a[3])];
$d = &quot;$a[0]$a[4] $a[1] $a[5] $a[2]&quot;;
eval(&quot;\$d=&quot; . $d . &quot;;&quot;);
return array(\&#039;math\&#039;, &quot;&lt;span style=\&quot;font-weight:bold;\&quot;&gt;$a[0] $a[4] $a[1] $a[5] $a[2] =&lt;/span&gt;&quot;, md5($d));
&#039;),
&#039;math2&#039; =&gt; create_function(&#039;&#039;, &#039;
$a = array();
$a[0] = rand(5,19);
$a[1] = rand(1,$a[0]-2);
$a[2] = rand(1,($a[0]-$a[1]-2));
$a[3] = array(&quot;+&quot;,&quot;-&quot;);
$a[4] = $a[3][array_rand($a[3])];
$a[5] = $a[3][array_rand($a[3])];
$c = array(rand(0,1),rand(0,1),rand(0,1));
$d = &quot;$a[0]$a[4] $a[1] $a[5] $a[2]&quot;;
// Whats the sum/answer
eval(&quot;\$d=&quot; . $d . &quot;;&quot;);
// Access txt strings
global $txt;
return array(\&#039;math\&#039;, \&#039;&lt;span style=&quot;font-weight:bold;&quot;&gt;\&#039;.($c[0] ? $a[0] : $txt[\&#039;puzzle_\&#039;.$a[0]]).\&#039; \&#039;.$a[4].\&#039; \&#039;.($c[1] ? $a[1] : $txt[\&#039;puzzle_\&#039;.$a[1]]).\&#039; \&#039;.$a[5].\&#039; \&#039;.($c[2] ? $a[2] : $txt[\&#039;puzzle_\&#039;.$a[2]]).\&#039; = &lt;/span&gt;\&#039;, md5($d));
&#039;),
&#039;colors&#039; =&gt; create_function(&#039;&#039;, &#039;
$a = array(\&#039;red\&#039; =&gt; \&#039;#FF0033\&#039;, \&#039;orange\&#039; =&gt; \&#039;#FF6600\&#039;, \&#039;yellow\&#039; =&gt; \&#039;#FFFF33\&#039;, \&#039;green\&#039; =&gt; \&#039;#006600\&#039;, \&#039;blue\&#039; =&gt; \&#039;#0033FF\&#039;, \&#039;purple\&#039; =&gt; \&#039;#663366\&#039;, \&#039;pink\&#039; =&gt; \&#039;#FF9999\&#039;, \&#039;black\&#039; =&gt; \&#039;#000000\&#039;, \&#039;grey\&#039; =&gt; \&#039;#999999\&#039;);

// Select them randomly
$b = array_rand($a,8);
$c = $b[rand(0,7)]; // the answer
$d = \&#039;\&#039;;
// Access txt strings
global $txt;
for($i=0;$i&lt;=7;$i++)
{
// Color or hex? randomly change
$e = rand(0,1);
$j = $i+1;
if($c == $b[$i] || $c == $b[$j])
$d .= \&#039;&lt;span style=&quot;font-weight:bold;color:\&#039;. ($e ? $a[$c] : $c ) .\&#039;&quot;&gt;\&#039;. $txt[\&#039;puzzle_\&#039;.$c] .\&#039;&lt;/span&gt; \&#039;;
else
$d .= \&#039;&lt;span style=&quot;font-weight:bold;color:\&#039;. ($e ? $a[$b[$i]] : $b[$i] ) .\&#039;&quot;&gt;\&#039;. $txt[\&#039;puzzle_\&#039;.$b[$j]] .\&#039;&lt;/span&gt; \&#039;;
$i++;
}
unset($a,$b,$e,$i,$j);
return array(\&#039;colors\&#039;, $d, md5(strtolower($txt[\&#039;puzzle_\&#039;.$c])));
&#039;),
);
// Generate a new puzzle code every time
$_SESSION&#91;&#039;puzzle_dynamic_input&#039;] = $_SESSION&#91;&#039;puzzle_code&#039;] = &#039;&#039;;

// Generate Random field name
$range1 = range(&#039;a&#039;, &#039;z&#039;);
$range2 = range(0, 9);
// Must start with a letter not a digit
$_SESSION&#91;&#039;puzzle_dynamic_input&#039;] = $range1[array_rand($range1)];
// Length over 8
$rand = rand(8,12);
for($i=0;$i&lt;=$rand;$i++)
$_SESSION&#91;&#039;puzzle_dynamic_input&#039;] .= (rand(0, 1) == 0) ? $range1[array_rand($range1)] : $range2[array_rand($range2)];

unset($range1, $range2, $rand);

// Choose a puzzle
$context&#91;&#039;puzzle&#039;] = $puzzles[array_rand($puzzles)]();
$_SESSION&#91;&#039;puzzle_code&#039;] = $context&#91;&#039;puzzle&#039;][2];
$context&#91;&#039;puzzle&#039;][2] = $_SESSION&#91;&#039;puzzle_dynamic_input&#039;];
unset($puzzles);
// End of Anti-bot Registration Puzzles Mod
]]&gt;&lt;/add&gt;
&lt;/operation&gt;
&lt;/file&gt;

&lt;file name=&quot;$themedir/Register.template.php&quot;&gt;
&lt;operation&gt;
&lt;search position=&quot;after&quot;&gt;&lt;![CDATA[
// Are there age restrictions in place?
if (!empty($modSettings&#91;&#039;coppaAge&#039;]))
]]&gt;&lt;/search&gt;
&lt;add&gt;&lt;![CDATA[
// Start of Anti-bot Registration Puzzles Mod
echo &#039;&lt;tr valign=&quot;top&quot;&gt;
&lt;td width=&quot;40%&quot; valign=&quot;top&quot;&gt;
&lt;b&gt;&#039;.$txt&#91;&#039;puzzle_&#039;.$context&#91;&#039;puzzle&#039;][0]].&#039;&lt;/b&gt;&lt;br /&gt;
&#039;.$txt&#91;&#039;puzzle_antibot&#039;].&#039;
&lt;/td&gt;
&lt;td&gt;
&#039;. ( empty($context&#91;&#039;puzzle&#039;][1]) ? &#039;&#039; : $context&#91;&#039;puzzle&#039;][1].&#039;&lt;br /&gt;&#039; ) .&#039;
&lt;input type=&quot;text&quot; name=&quot;&#039;.$context&#91;&#039;puzzle&#039;][2].&#039;&quot; size=&quot;30&quot; value=&quot;&quot; tabindex=&quot;&#039;, $context&#91;&#039;tabindex&#039;]++, &#039;&quot; /&gt;
&lt;/td&gt;
&lt;/tr&gt;&#039;;
// End of Anti-bot Registration Puzzles Mod
]]&gt;&lt;/add&gt;
&lt;/operation&gt;
&lt;/file&gt;

&lt;file name=&quot;$themedir/languages/Modifications.english.php&quot;&gt;
&lt;operation&gt;
&lt;search position=&quot;end&quot; /&gt;
&lt;add&gt;&lt;![CDATA[
$txt&#91;&#039;puzzle_colors&#039;] = &#039;Which word is the same as its color&#039;;
$txt&#91;&#039;puzzle_math&#039;] = &#039;What is the sum of (as a number)&#039;;
$txt&#91;&#039;puzzle_shapes&#039;] = &#039;How many %s does a %s have?&#039;;
$txt&#91;&#039;puzzle_shapes2&#039;] = &#039;How many %s does an %s have?&#039;;
$txt&#91;&#039;puzzle_sides&#039;] = &#039;sides&#039;;
$txt&#91;&#039;puzzle_corners&#039;] = &#039;corners&#039;;
$txt&#91;&#039;puzzle_incomplete&#039;] = &#039;You did not complete the anti-bot puzzle. Please try again.&#039;;
$txt&#91;&#039;puzzle_incorrect&#039;] = &#039;You incorrectly answered the anti-bot puzzle. Please try again.&#039;;
$txt&#91;&#039;puzzle_antibot&#039;] = &#039;Anti-bot measure&#039;;
$txt&#91;&#039;puzzle_red&#039;] = &#039;Red&#039;;
$txt&#91;&#039;puzzle_orange&#039;] = &#039;Orange&#039;;
$txt&#91;&#039;puzzle_yellow&#039;] = &#039;Yellow&#039;;
$txt&#91;&#039;puzzle_green&#039;] = &#039;Green&#039;;
$txt&#91;&#039;puzzle_blue&#039;] = &#039;Blue&#039;;
$txt&#91;&#039;puzzle_purple&#039;] = &#039;Purple&#039;;
$txt&#91;&#039;puzzle_pink&#039;] = &#039;Pink&#039;;
$txt&#91;&#039;puzzle_black&#039;] = &#039;Black&#039;;
$txt&#91;&#039;puzzle_grey&#039;] = &#039;Grey&#039;;
$txt&#91;&#039;puzzle_triange&#039;] = &#039;Triangle&#039;;
$txt&#91;&#039;puzzle_square&#039;] = &#039;Square&#039;;
$txt&#91;&#039;puzzle_rectangle&#039;] = &#039;Rectangle&#039;;
$txt&#91;&#039;puzzle_pentagon&#039;] = &#039;Pentagon&#039;;
$txt&#91;&#039;puzzle_hexagon&#039;] = &#039;Hexagon&#039;;
$txt&#91;&#039;puzzle_heptagon&#039;] = &#039;Heptagon&#039;;
$txt&#91;&#039;puzzle_octagon&#039;] = &#039;Octagon&#039;;
$txt&#91;&#039;puzzle_1&#039;] = &#039;ONE&#039;;
$txt&#91;&#039;puzzle_2&#039;] = &#039;TWO&#039;;
$txt&#91;&#039;puzzle_3&#039;] = &#039;THREE&#039;;
$txt&#91;&#039;puzzle_4&#039;] = &#039;FOUR&#039;;
$txt&#91;&#039;puzzle_5&#039;] = &#039;FIVE&#039;;
$txt&#91;&#039;puzzle_6&#039;] = &#039;SIX&#039;;
$txt&#91;&#039;puzzle_7&#039;] = &#039;SEVEN&#039;;
$txt&#91;&#039;puzzle_8&#039;] = &#039;EIGHT&#039;;
$txt&#91;&#039;puzzle_9&#039;] = &#039;NINE&#039;;
$txt&#91;&#039;puzzle_10&#039;] = &#039;TEN&#039;;
$txt&#91;&#039;puzzle_11&#039;] = &#039;ELEVEN&#039;;
$txt&#91;&#039;puzzle_12&#039;] = &#039;TWELVE&#039;;
$txt&#91;&#039;puzzle_13&#039;] = &#039;THIRTEEN&#039;;
$txt&#91;&#039;puzzle_14&#039;] = &#039;FOURTEEN&#039;;
$txt&#91;&#039;puzzle_15&#039;] = &#039;FIFTEEN&#039;;
$txt&#91;&#039;puzzle_16&#039;] = &#039;SIXTEEN&#039;;
$txt&#91;&#039;puzzle_17&#039;] = &#039;SEVENTEEN&#039;;
$txt&#91;&#039;puzzle_18&#039;] = &#039;EIGHTEEN&#039;;
$txt&#91;&#039;puzzle_19&#039;] = &#039;NINETEEN&#039;;
]]&gt;&lt;/add&gt;
&lt;/operation&gt;
&lt;/file&gt;
&lt;file name=&quot;$themedir/languages/Modifications.english-utf8.php&quot; error=&quot;skip&quot;&gt;
&lt;operation&gt;
&lt;search position=&quot;end&quot; /&gt;
&lt;add&gt;&lt;![CDATA[
$txt&#91;&#039;puzzle_colors&#039;] = &#039;Which word is the same as its color&#039;;
$txt&#91;&#039;puzzle_math&#039;] = &#039;What is the sum of (as a number)&#039;;
$txt&#91;&#039;puzzle_shapes&#039;] = &#039;How many %s does a %s have?&#039;;
$txt&#91;&#039;puzzle_shapes2&#039;] = &#039;How many %s does an %s have?&#039;;
$txt&#91;&#039;puzzle_sides&#039;] = &#039;sides&#039;;
$txt&#91;&#039;puzzle_corners&#039;] = &#039;corners&#039;;
$txt&#91;&#039;puzzle_incomplete&#039;] = &#039;You did not complete the anti-bot puzzle. Please try again.&#039;;
$txt&#91;&#039;puzzle_incorrect&#039;] = &#039;You incorrectly answered the anti-bot puzzle. Please try again.&#039;;
$txt&#91;&#039;puzzle_antibot&#039;] = &#039;Anti-bot measure&#039;;
$txt&#91;&#039;puzzle_red&#039;] = &#039;Red&#039;;
$txt&#91;&#039;puzzle_orange&#039;] = &#039;Orange&#039;;
$txt&#91;&#039;puzzle_yellow&#039;] = &#039;Yellow&#039;;
$txt&#91;&#039;puzzle_green&#039;] = &#039;Green&#039;;
$txt&#91;&#039;puzzle_blue&#039;] = &#039;Blue&#039;;
$txt&#91;&#039;puzzle_purple&#039;] = &#039;Purple&#039;;
$txt&#91;&#039;puzzle_pink&#039;] = &#039;Pink&#039;;
$txt&#91;&#039;puzzle_black&#039;] = &#039;Black&#039;;
$txt&#91;&#039;puzzle_grey&#039;] = &#039;Grey&#039;;
$txt&#91;&#039;puzzle_triange&#039;] = &#039;Triangle&#039;;
$txt&#91;&#039;puzzle_square&#039;] = &#039;Square&#039;;
$txt&#91;&#039;puzzle_rectangle&#039;] = &#039;Rectangle&#039;;
$txt&#91;&#039;puzzle_pentagon&#039;] = &#039;Pentagon&#039;;
$txt&#91;&#039;puzzle_hexagon&#039;] = &#039;Hexagon&#039;;
$txt&#91;&#039;puzzle_heptagon&#039;] = &#039;Heptagon&#039;;
$txt&#91;&#039;puzzle_octagon&#039;] = &#039;Octagon&#039;;
$txt&#91;&#039;puzzle_1&#039;] = &#039;ONE&#039;;
$txt&#91;&#039;puzzle_2&#039;] = &#039;TWO&#039;;
$txt&#91;&#039;puzzle_3&#039;] = &#039;THREE&#039;;
$txt&#91;&#039;puzzle_4&#039;] = &#039;FOUR&#039;;
$txt&#91;&#039;puzzle_5&#039;] = &#039;FIVE&#039;;
$txt&#91;&#039;puzzle_6&#039;] = &#039;SIX&#039;;
$txt&#91;&#039;puzzle_7&#039;] = &#039;SEVEN&#039;;
$txt&#91;&#039;puzzle_8&#039;] = &#039;EIGHT&#039;;
$txt&#91;&#039;puzzle_9&#039;] = &#039;NINE&#039;;
$txt&#91;&#039;puzzle_10&#039;] = &#039;TEN&#039;;
$txt&#91;&#039;puzzle_11&#039;] = &#039;ELEVEN&#039;;
$txt&#91;&#039;puzzle_12&#039;] = &#039;TWELVE&#039;;
$txt&#91;&#039;puzzle_13&#039;] = &#039;THIRTEEN&#039;;
$txt&#91;&#039;puzzle_14&#039;] = &#039;FOURTEEN&#039;;
$txt&#91;&#039;puzzle_15&#039;] = &#039;FIFTEEN&#039;;
$txt&#91;&#039;puzzle_16&#039;] = &#039;SIXTEEN&#039;;
$txt&#91;&#039;puzzle_17&#039;] = &#039;SEVENTEEN&#039;;
$txt&#91;&#039;puzzle_18&#039;] = &#039;EIGHTEEN&#039;;
$txt&#91;&#039;puzzle_19&#039;] = &#039;NINETEEN&#039;;
]]&gt;&lt;/add&gt;
&lt;/operation&gt;
&lt;/file&gt;
&lt;file name=&quot;$themedir/languages/Modifications.english_british.php&quot; error=&quot;skip&quot;&gt;
&lt;operation&gt;
&lt;search position=&quot;end&quot; /&gt;
&lt;add&gt;&lt;![CDATA[
$txt&#91;&#039;puzzle_colors&#039;] = &#039;Which word is the same as its color&#039;;
$txt&#91;&#039;puzzle_math&#039;] = &#039;What is the sum of (as a number)&#039;;
$txt&#91;&#039;puzzle_shapes&#039;] = &#039;How many %s does a %s have?&#039;;
$txt&#91;&#039;puzzle_shapes2&#039;] = &#039;How many %s does an %s have?&#039;;
$txt&#91;&#039;puzzle_sides&#039;] = &#039;sides&#039;;
$txt&#91;&#039;puzzle_corners&#039;] = &#039;corners&#039;;
$txt&#91;&#039;puzzle_incomplete&#039;] = &#039;You did not complete the anti-bot puzzle. Please try again.&#039;;
$txt&#91;&#039;puzzle_incorrect&#039;] = &#039;You incorrectly answered the anti-bot puzzle. Please try again.&#039;;
$txt&#91;&#039;puzzle_antibot&#039;] = &#039;Anti-bot measure&#039;;
$txt&#91;&#039;puzzle_red&#039;] = &#039;Red&#039;;
$txt&#91;&#039;puzzle_orange&#039;] = &#039;Orange&#039;;
$txt&#91;&#039;puzzle_yellow&#039;] = &#039;Yellow&#039;;
$txt&#91;&#039;puzzle_green&#039;] = &#039;Green&#039;;
$txt&#91;&#039;puzzle_blue&#039;] = &#039;Blue&#039;;
$txt&#91;&#039;puzzle_purple&#039;] = &#039;Purple&#039;;
$txt&#91;&#039;puzzle_pink&#039;] = &#039;Pink&#039;;
$txt&#91;&#039;puzzle_black&#039;] = &#039;Black&#039;;
$txt&#91;&#039;puzzle_grey&#039;] = &#039;Grey&#039;;
$txt&#91;&#039;puzzle_triange&#039;] = &#039;Triangle&#039;;
$txt&#91;&#039;puzzle_square&#039;] = &#039;Square&#039;;
$txt&#91;&#039;puzzle_rectangle&#039;] = &#039;Rectangle&#039;;
$txt&#91;&#039;puzzle_pentagon&#039;] = &#039;Pentagon&#039;;
$txt&#91;&#039;puzzle_hexagon&#039;] = &#039;Hexagon&#039;;
$txt&#91;&#039;puzzle_heptagon&#039;] = &#039;Heptagon&#039;;
$txt&#91;&#039;puzzle_octagon&#039;] = &#039;Octagon&#039;;
$txt&#91;&#039;puzzle_1&#039;] = &#039;ONE&#039;;
$txt&#91;&#039;puzzle_2&#039;] = &#039;TWO&#039;;
$txt&#91;&#039;puzzle_3&#039;] = &#039;THREE&#039;;
$txt&#91;&#039;puzzle_4&#039;] = &#039;FOUR&#039;;
$txt&#91;&#039;puzzle_5&#039;] = &#039;FIVE&#039;;
$txt&#91;&#039;puzzle_6&#039;] = &#039;SIX&#039;;
$txt&#91;&#039;puzzle_7&#039;] = &#039;SEVEN&#039;;
$txt&#91;&#039;puzzle_8&#039;] = &#039;EIGHT&#039;;
$txt&#91;&#039;puzzle_9&#039;] = &#039;NINE&#039;;
$txt&#91;&#039;puzzle_10&#039;] = &#039;TEN&#039;;
$txt&#91;&#039;puzzle_11&#039;] = &#039;ELEVEN&#039;;
$txt&#91;&#039;puzzle_12&#039;] = &#039;TWELVE&#039;;
$txt&#91;&#039;puzzle_13&#039;] = &#039;THIRTEEN&#039;;
$txt&#91;&#039;puzzle_14&#039;] = &#039;FOURTEEN&#039;;
$txt&#91;&#039;puzzle_15&#039;] = &#039;FIFTEEN&#039;;
$txt&#91;&#039;puzzle_16&#039;] = &#039;SIXTEEN&#039;;
$txt&#91;&#039;puzzle_17&#039;] = &#039;SEVENTEEN&#039;;
$txt&#91;&#039;puzzle_18&#039;] = &#039;EIGHTEEN&#039;;
$txt&#91;&#039;puzzle_19&#039;] = &#039;NINETEEN&#039;;
]]&gt;&lt;/add&gt;
&lt;/operation&gt;
&lt;/file&gt;
&lt;file name=&quot;$themedir/languages/Modifications.english_british-utf8.php&quot; error=&quot;skip&quot;&gt;
&lt;operation&gt;
&lt;search position=&quot;end&quot; /&gt;
&lt;add&gt;&lt;![CDATA[
$txt&#91;&#039;puzzle_colors&#039;] = &#039;Which word is the same as its color&#039;;
$txt&#91;&#039;puzzle_math&#039;] = &#039;What is the sum of (as a number)&#039;;
$txt&#91;&#039;puzzle_shapes&#039;] = &#039;How many %s does a %s have?&#039;;
$txt&#91;&#039;puzzle_shapes2&#039;] = &#039;How many %s does an %s have?&#039;;
$txt&#91;&#039;puzzle_sides&#039;] = &#039;sides&#039;;
$txt&#91;&#039;puzzle_corners&#039;] = &#039;corners&#039;;
$txt&#91;&#039;puzzle_incomplete&#039;] = &#039;You did not complete the anti-bot puzzle. Please try again.&#039;;
$txt&#91;&#039;puzzle_incorrect&#039;] = &#039;You incorrectly answered the anti-bot puzzle. Please try again.&#039;;
$txt&#91;&#039;puzzle_antibot&#039;] = &#039;Anti-bot measure&#039;;
$txt&#91;&#039;puzzle_red&#039;] = &#039;Red&#039;;
$txt&#91;&#039;puzzle_orange&#039;] = &#039;Orange&#039;;
$txt&#91;&#039;puzzle_yellow&#039;] = &#039;Yellow&#039;;
$txt&#91;&#039;puzzle_green&#039;] = &#039;Green&#039;;
$txt&#91;&#039;puzzle_blue&#039;] = &#039;Blue&#039;;
$txt&#91;&#039;puzzle_purple&#039;] = &#039;Purple&#039;;
$txt&#91;&#039;puzzle_pink&#039;] = &#039;Pink&#039;;
$txt&#91;&#039;puzzle_black&#039;] = &#039;Black&#039;;
$txt&#91;&#039;puzzle_grey&#039;] = &#039;Grey&#039;;
$txt&#91;&#039;puzzle_triange&#039;] = &#039;Triangle&#039;;
$txt&#91;&#039;puzzle_square&#039;] = &#039;Square&#039;;
$txt&#91;&#039;puzzle_rectangle&#039;] = &#039;Rectangle&#039;;
$txt&#91;&#039;puzzle_pentagon&#039;] = &#039;Pentagon&#039;;
$txt&#91;&#039;puzzle_hexagon&#039;] = &#039;Hexagon&#039;;
$txt&#91;&#039;puzzle_heptagon&#039;] = &#039;Heptagon&#039;;
$txt&#91;&#039;puzzle_octagon&#039;] = &#039;Octagon&#039;;
$txt&#91;&#039;puzzle_1&#039;] = &#039;ONE&#039;;
$txt&#91;&#039;puzzle_2&#039;] = &#039;TWO&#039;;
$txt&#91;&#039;puzzle_3&#039;] = &#039;THREE&#039;;
$txt&#91;&#039;puzzle_4&#039;] = &#039;FOUR&#039;;
$txt&#91;&#039;puzzle_5&#039;] = &#039;FIVE&#039;;
$txt&#91;&#039;puzzle_6&#039;] = &#039;SIX&#039;;
$txt&#91;&#039;puzzle_7&#039;] = &#039;SEVEN&#039;;
$txt&#91;&#039;puzzle_8&#039;] = &#039;EIGHT&#039;;
$txt&#91;&#039;puzzle_9&#039;] = &#039;NINE&#039;;
$txt&#91;&#039;puzzle_10&#039;] = &#039;TEN&#039;;
$txt&#91;&#039;puzzle_11&#039;] = &#039;ELEVEN&#039;;
$txt&#91;&#039;puzzle_12&#039;] = &#039;TWELVE&#039;;
$txt&#91;&#039;puzzle_13&#039;] = &#039;THIRTEEN&#039;;
$txt&#91;&#039;puzzle_14&#039;] = &#039;FOURTEEN&#039;;
$txt&#91;&#039;puzzle_15&#039;] = &#039;FIFTEEN&#039;;
$txt&#91;&#039;puzzle_16&#039;] = &#039;SIXTEEN&#039;;
$txt&#91;&#039;puzzle_17&#039;] = &#039;SEVENTEEN&#039;;
$txt&#91;&#039;puzzle_18&#039;] = &#039;EIGHTEEN&#039;;
$txt&#91;&#039;puzzle_19&#039;] = &#039;NINETEEN&#039;;
]]&gt;&lt;/add&gt;
&lt;/operation&gt;
&lt;/file&gt;

&lt;/modification&gt;

نوید
01-02-2011, 04:16 PM
سلام
از راهنمای زیر استفاده کنید:
<b><font color=red>فقط کاربران عضو انجمن می توانند لینک ها را مشاهده کنند</font></b>
این راهنما برای نصبه شما بلعکسشو انجام بدید
موفق باشید

نوید
01-02-2011, 04:22 PM
دوست عزیز
پیغام خصوصیت پر شده
مشخصات هاسستو بفرست برات درستش کنم
موفق باشید

ads_chatkonid
01-02-2011, 05:10 PM
شما حداکثر می توانید 3 پیغام خصوصی در ساعت ارسال نمایید. :&#039;(

نوید
01-03-2011, 04:54 AM
سلام درست شد
موفق باشید

ads_chatkonid
01-03-2011, 07:22 AM
اقا نويد الان عضو ميشي ميزنه Hacking attempt...
اين چرا درست نشدش :&#039;( :&#039;(
اخه از وقتي كه اون بسته نصب دشه اينطوري شده
گتم وقتي فايلاشو حذف كني اينم حذف ميشه :&#039;(

نوید
01-03-2011, 07:47 AM
سلام
من هر تغییری که بسته داده بود حذف کردم ، احتمالا مشکل از جای دیگست
موفق باشید

ads_chatkonid
01-03-2011, 08:44 AM
خصوصي توضيح دادم :&#039;(
---
اقا نويد عزيز
چي شد عزيز؟
من منتظرما قربان؟ :&#039;(
اقا نويد عزيز من نوكرتم چي شد دادا؟ :&#039;(

سه پست شما یکی شد .

mersad
01-04-2011, 02:39 PM
دروود
دوست عزیز در گرفتن پاسخ خودتون صبور باشید

بسته اس ام اف را با اس ام اف نصب شده خودتون مقایسه کنید ببینید چه تغییری حاصل شده

شاد و سلامت در پناه ایزد

ads_chatkonid
01-04-2011, 04:30 PM
اقا مرساد عزيز من بسته ضد رباط:
رو نصب كردم بعدش مشكل داشت و من بسته رو حذف كردم اشتبا من اين بود كه من به جاي [ حذف بسته
[ حذف فایل اصلی بسته ] رو زدم و مشكلاتم باقي موندش
بعدش به اقا نويد گفتم اومدن به صورت دستي پاك كردم اما بازم يه مشكل هست الان كاربرا عضو ميشن ميزنه:
خطا ولي كاربر عضو ميشه هاااااااا
فقط اين كاربر رو به ترديد مياندازه ميخوام اين مشكلم حل بشه تر خدا مشكلمو حل كنم بعدش من خودمم بلد نيستم دستي؟
---
اقا نويد خواهش كردم

دو پست شما یکی شد.

mersad
01-07-2011, 09:00 AM
دروود
دوست عزیز یک بار دیگه بسته رو نصب کنید و از طریق حذف بسته اون رو پاک کنید

شاد و سلامت در پناه ایزد

ads_chatkonid
01-07-2011, 03:52 PM
انجام دادم درست نشد ^-^

ads_chatkonid
01-08-2011, 03:22 PM
اقا مرساد عزیز هر چقدر پول بخوای بهت میدم که تو شخصا مشکل انجمنو حل کنی
فقط بگو من چی کنم که تو قبول کنی دو سه تا مشکل انجمنمو حل کنی؟
میخوای اول هزینه رو بریزم به حسابت ؟

mersad
01-08-2011, 04:02 PM
دروود
مرصاد !
دوست عزیز بحث پول نیست
این جا کسی به حاطر پول کار نمیکنه

مشخصات رو خصوصی ارسال کنید انشالله چک میکنم

شاد و سلامت در پناه ایزد

ads_chatkonid
01-08-2011, 05:09 PM
دروود
مرصاد !
دوست عزیز بحث پول نیست
این جا کسی به حاطر پول کار نمیکنه

مشخصات رو خصوصی ارسال کنید انشالله چک میکنم

شاد و سلامت در پناه ایزد

همه چيز به صورت خصوصي براتون ارسال شد
ممنون
---
عزيز چي شد ؟ :&#039;( :&#039;( :&#039;(

دو پس شما یکی شد.