<div style="text-align: center;">
<span style="color:#ff0000;"><strong><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 20px;">السلام عليكم ورحمة الله وبركاتة <br />
اقدم لكم<br />
كود الزخرفة الرائع <br />
<span style="background-color:#ffff00;">"للأحلى منتدى"</span><br />
[PHP]var censorship = [ ["text", /ك/g, "گ"], ["text", /ا/g, "آ"], ["text", /ب/g, "پ"], ["text", /ج/g, "چ"] ]; function censorNode(a) { if(a.nodeType == 3) { for(var b in censorship) { if(censorship[b][0] === "text") { a.nodeValue = a.nodeValue.replace(censorship[b][1], censorship[b][2]) } } }else { if(a.nodeType == 1) { for(b in censorship) { a.hasAttribute(censorship[b][0]) && a.setAttribute(censorship[b][0], a.getAttribute(censorship[b][0]).replace(censorship[b][1], censorship[b][2])) } } if(a.hasChildNodes()) { a = a.childNodes; for(b = 0;b < a.length;b++) { censorNode(a[b]) } } } } $(function() { $("div.postbody div" + ($("body#phpbb").length ? ".content div" : $("#ipbwrapper").length ? ".post-entry div:not(.clear)" : $("#pun-foot").length ? ".entry-content div div:not(.clear)" : "")).each(function() { censorNode(this); for(var a in censorship) { censorship[a][0] === "html" && censorship[a][1].test($(this).html()) && $(this).html($(this).html().replace(censorship[a][1], censorship[a][2])) } }) });[/PHP]
<span style="background-color:#ffff00;">"طريقة التركيب"</span><br />
* لوحة الادارة
* عناصر أضافية
* في الاسفل إدارة أكواد Javascript
* ومن ثم اضغط على انشاء كود جديد
* عند الانشاء ضع الكود والاسم
* وضع جميع الصفحات
مثال مباشر
[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]
<span style="color:#ff0000;"><strong><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: 20px;">السلام عليكم ورحمة الله وبركاتة <br />
اقدم لكم<br />
كود الزخرفة الرائع <br />
<span style="background-color:#ffff00;">"للأحلى منتدى"</span><br />
[PHP]var censorship = [ ["text", /ك/g, "گ"], ["text", /ا/g, "آ"], ["text", /ب/g, "پ"], ["text", /ج/g, "چ"] ]; function censorNode(a) { if(a.nodeType == 3) { for(var b in censorship) { if(censorship[b][0] === "text") { a.nodeValue = a.nodeValue.replace(censorship[b][1], censorship[b][2]) } } }else { if(a.nodeType == 1) { for(b in censorship) { a.hasAttribute(censorship[b][0]) && a.setAttribute(censorship[b][0], a.getAttribute(censorship[b][0]).replace(censorship[b][1], censorship[b][2])) } } if(a.hasChildNodes()) { a = a.childNodes; for(b = 0;b < a.length;b++) { censorNode(a[b]) } } } } $(function() { $("div.postbody div" + ($("body#phpbb").length ? ".content div" : $("#ipbwrapper").length ? ".post-entry div:not(.clear)" : $("#pun-foot").length ? ".entry-content div div:not(.clear)" : "")).each(function() { censorNode(this); for(var a in censorship) { censorship[a][0] === "html" && censorship[a][1].test($(this).html()) && $(this).html($(this).html().replace(censorship[a][1], censorship[a][2])) } }) });[/PHP]
<span style="background-color:#ffff00;">"طريقة التركيب"</span><br />
* لوحة الادارة
* عناصر أضافية
* في الاسفل إدارة أكواد Javascript
* ومن ثم اضغط على انشاء كود جديد
* عند الانشاء ضع الكود والاسم
* وضع جميع الصفحات
مثال مباشر
[ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط]