لأصحاب المواقع:-
1.كود لإدراج صفحة أو موقع:
كود PHP:
<br>
<br>
<IFRAME WIDTH=100% HEIGHT=400 SRC="هنا ضع عنوان الموقع"></IFRAME>
<br>
<br>
<br>
2.
لإدراج مقطع صوتي من امتداد الرام أي : الريل بلاير :
كود PHP:
<param name="BACKGROUNDCOLOR" value="#000000"><embed src="ضع هنا عنوان المقطع" align="baseline" border="0" width="275" height="40" type="audio/x-pn-realaudio-plugin" console="Clip1" controls="ControlPanel" autostart="true">
<br>
3
.لإدراج مقطع صوتي في صفحتك بامتداد ميد أو الويف ( لسماع الصوت فقط دون وجود مسجل ) كود PHP:
<bgsound src="ضع هنا عنوان المقطع" loop="infinite">
<br>
4.
مثل السابق لكن الفرق أنه بهذا الكود راح تشاهد أيقونة بأمكان الزائر أن يوقف المقطوعة اذا لم يرغب في الإستماع كود PHP:
<embed src=ضع هنا عنوان المقطع="true" loop="false" width="128" height="128">
5.
رسالة ترحيب لزائر صفحتك و رسالة توديع عند خروجه من صفحتك
يمكنك تغيير الكلمات حسب غبتك كود PHP:
<br>
<br>
<!-- saudi cat 1999-2000 -->
<br>
<br>
<br>
<br>
<br>
<br>
<BODY bgcolor="#005A96" onLoad="@_@@_@@_@@_@@_@('اهلا وسهلا ابو عمر يحييك');" onUnload="@_@@_@@_@@_@@_@('شكرا لزيارتك .. مع السلامة');" link="orange" vlink="orange" alink="00FF95">
<!-- START HOME FREE HEADER CODE -->
<html>
<head>
@_@@_@@_@@_@@_@@_@ http-@_@@_@@_@@_@@_@="@_@@_@@_@@_@@_@@_@@_@-Type" @_@@_@@_@@_@@_@@_@@_@="@_@@_@@_@@_@/html; charset=windows-1256">
@_@@_@@_@@_@@_@@_@ name="GENERATOR" @_@@_@@_@@_@@_@@_@@_@="Microsoft FrontPage 4.0">
@_@@_@@_@@_@@_@@_@ name="ProgId" @_@@_@@_@@_@@_@@_@@_@="FrontPage.Editor.Document">
<title>شبكة الضيافة - d1d.net </title>
</head>
</html>
<!-- END HOME FREE HEADER CODE -->
<br>
<br>
<br>
<center>
<br>
<br>
<br>
<font color=white>
<br>
<br>
<br>
<p>
<br>
<br>
<br>
<P> @_@@_@@_@@_@@_@@_@@_@@_@ @_@@_@@_@@_@@_@@_@@_@@_@="@_@@_@@_@@_@@_@@_@@_@@_@@_@@_@" src="footer.js">@_@@_@@_@@_@@_@@_@@_@@_@@_@@_@@_@
<br>
<br>
<br>
<br>
<br>
<br>
6.
كود لعمل الة حاسبة:
كود PHP:
<!-- TWO STEPS TO INSTALL 5 FUNCTION CALCULATOR:
1. Paste the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->
<!-- STEP ONE: Copy this code into the HEAD of your HTML document -->
<HEAD>
@_@@_@@_@@_@@_@@_@@_@@_@ @_@@_@@_@@_@@_@@_@@_@@_@="@_@@_@@_@@_@@_@@_@@_@@_@@_@@_@">
<!-- Original: Rick Johnson -->
<!-- Web Site: http://albdr.com/~RickJohnson -->
<!--Total @_@@_@@_@@_@ @_@@_@@_@@_@@_@@_@s 99 - Next Step Software-->
<!-- Begin
function a_plus_b(form) {
a=eval(form.a.value)
b=eval(form.b.value)
c=a+b
form.ans.value = c
}
function a_minus_b(form) {
a=eval(form.a.value)
b=eval(form.b.value)
c=a-b
form.ans.value=c
}
function a_times_b(form) {
a=eval(form.a.value)
b=eval(form.b.value)
c=a*b
form.ans.value=c
}
function a_div_b(form) {
a=eval(form.a.value)
b=eval(form.b.value)
c=a/b
form.ans.value = c
}
function a_pow_b(form) {
a=eval(form.a.value)
b=eval(form.b.value)
c=Math.pow(a, b)
form.ans.value = c
}
// End -->
@_@@_@@_@@_@@_@@_@@_@@_@@_@@_@@_@
<!-- STEP TWO: Put this code into the BODY of your HTML document -->
<BODY>
<!-- START HOME FREE HEADER CODE -->
<html>
<head>
@_@@_@@_@@_@@_@@_@ http-@_@@_@@_@@_@@_@="@_@@_@@_@@_@@_@@_@@_@-Type" @_@@_@@_@@_@@_@@_@@_@="@_@@_@@_@@_@/html; charset=windows-1256">
@_@@_@@_@@_@@_@@_@ name="GENERATOR" @_@@_@@_@@_@@_@@_@@_@="Microsoft FrontPage 4.0">
@_@@_@@_@@_@@_@@_@ name="ProgId" @_@@_@@_@@_@@_@@_@@_@="FrontPage.Editor.Document">
<title>شبكة الضيافة - d1d.net </title>
</head>
</html>
<!-- END HOME FREE HEADER CODE -->
<CENTER>
<FORM name="formx"><input type=@_@@_@@_@@_@ size=4 value=12 name="a">
<input type="button" value=" + " onClick="a_plus_b(this.form)">
<input type="button" value=" - " onClick="a_minus_b(this.form)">
<input type="button" value=" x " onClick="a_times_b(this.form)">
<input type="button" value=" / " onClick="a_div_b(this.form)">
<input type="button" value=" ^ " onClick="a_pow_b(this.form)">
<input type="number" size=4 value=3 name="b"> = <input type "number" value=0 name="ans" size=9>
</FORM>
</CENTER>
<!-- @_@@_@@_@@_@@_@@_@ Size: 1.72 KB -->
أيضا لإدراج كود في المنتديات كود PHP:
<form name=Copy>
<br>
<br>
<br>
<p align="center"><input onClick=@_@@_@@_@@_@@_@@_@@_@@_@@_@@_@:this.form.txt.focus();this.form.txt.select(); type=button value="تظليل الكود" name="button" style="font-family: Tahoma; background-color: #C4F0FF; color: #000080; border-style: solid; border-color: #000080">
<br>
<br>
<br>
<p align="center"><@_@@_@@_@@_@area rows="8" name="txt" cols="52" style="color: #000080; background-color: #DDEEFF; border-style: solid">
<br>
1.
كتابة من تحت الى فوق في مستطيل أو مربع حسب رغبتك كود PHP:
<center><marquee direction="up" width="550" height="200" style="TAHOMA: 150%; font-size: 14pt; color: white; border-style: ridge; border-color: #0066FF" bgcolor="#000000" scrolldelay="100" scrollamount="3"><center>
<br>
<br>
<br>
اكتب هنا م تريد من الكلام ليتحرك من تحت لفوق
<br>
<br>
<br>
</marquee>
<br>
2.
كتابة من فوق الى تحت في مستطيل أو مربع كود PHP:
<center><marquee direction="down" width="550" height="200" style="TAHOMA: 150%; font-size: 14pt; color: white; border-style: ridge; border-color: #0066FF" bgcolor="#000000" scrolldelay="100" scrollamount="3"><center>
<br>
<br>
<br>
اكتب هنا ما تيد من الكلام ليتحرك من فوق لتحت
<br>
<br>
<br>
</marquee>
<br>
3.
كتابة من اليمين الى اليسار كود PHP:
<center><marquee direction="right" width="550" height="200" style="TAHOMA: 150%; font-size: 14pt; color: white; border-style: ridge; border-color: #0066FF" bgcolor="#000000" scrolldelay="100" scrollamount="3"><center>
<br>
<br>
<br>
أكتب هنا ما تيد من الكلام
<br>
<br>
<br>
</marquee>
<br>