Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> A Nice Script!, Try it...
nini
post Apr 13 2006, 10:14 PM
Post #1


Newbie [ Level 2 ]
Group Icon

Group: Banned
Posts: 16
Joined: 12-April 06
Member No.: 12,714



this is a very nice and useful script that just need some pictures.
it makes an effect on your picture just with some scripts.

to install:
step 1:
copy and past each of codes you want(they are similar but diffrent in location) in a text page and save ot as a htm or html file.
then make a folder with name "uo_home_files" and put your gif files there.
you can edit it so easy.
just press Ctrl+F and find the name you want change!
these are codes(i'm not spamming,i didnt find any other way)


CODE

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0047)http://www.aftabgardan-cc.com/other/up_home.htm -->
<HTML dir=rtl><HEAD><TITLE>title</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1256">
<script>
nereidFadeObjects = new Object();
nereidFadeTimers = new Object();

/* object - image to be faded (actual object, not name);
* destop - destination transparency level (ie 80, for mostly solid)
* rate - time in milliseconds between transparency changes (best under 100)
* delta - amount of change each time (ie 5, for 5% change in transparency)
*/

function nereidFade(object, destOp, rate, delta){
if (!document.all)
return
if (object != "[object]"){ //do this so I can take a string too
setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);
return;
}

clearTimeout(nereidFadeTimers[object.sourceIndex]);

diff = destOp-object.filters.alpha.opacity;
direction = 1;
if (object.filters.alpha.opacity > destOp){
direction = -1;
}
delta=Math.min(direction*diff,delta);
object.filters.alpha.opacity+=direction*delta;

if (object.filters.alpha.opacity != destOp){
nereidFadeObjects[object.sourceIndex]=object;
nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);
}
}
</SCRIPT>

<STYLE fprolloverstyle>A:hover {
COLOR: #000000; FONT-FAMILY: Tahoma; TEXT-DECORATION: underline overline
}
</STYLE>

<META content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY style="TEXT-ALIGN: right">
<DIV align=center>
<TABLE width=455 border=0>
<TBODY>
<TR>
<TD vAlign=top align=middle width=73>
<P
style="LINE-HEIGHT: 1.2; FONT-STYLE: normal; FONT-FAMILY: Tahoma; FONT-VARIANT: normal"><U><FONT
size=1><IMG style="FILTER: alpha(opacity=30)" alt="[yyyyyyyyy]"
src="up_home_files/Fale.gif" border=0 name=majidbanner7></FONT></U></P></TD>
<TD vAlign=top align=middle width=72>
<P
style="LINE-HEIGHT: 1.2; FONT-STYLE: normal; FONT-FAMILY: Tahoma; FONT-VARIANT: normal"><U><FONT
size=1><IMG style="FILTER: alpha(opacity=30)"
alt="[yyyyyyyyyyyyyyyyyyyyy]"
src="up_home_files/Gallery.gif" border=0
name=majidbanner8></FONT></U></P></TD>
<TD vAlign=top align=middle width=73>
<P
style="LINE-HEIGHT: 1.2; FONT-STYLE: normal; FONT-FAMILY: Tahoma; FONT-VARIANT: normal"><U><FONT
size=1><IMG style="FILTER: alpha(opacity=30)"
alt="yyyyyyyyyyyyyyyyyyyyyy]"
src="up_home_files/Linksbox.gif" border=0
name=majidbanner3></FONT></U></P></TD>
<TD vAlign=top align=middle width=73>
<P
style="LINE-HEIGHT: 1.2; FONT-FAMILY: Tahoma; FONT-VARIANT: normal"><U><FONT
size=1><IMG style="FILTER: alpha(opacity=30)"
alt="[yyyyyyyyyyyyy]"
src="up_home_files/Yadegari.gif" border=0
name=majidbanner></FONT></U></P></TD>
<TD vAlign=top align=middle width=73>
<P
style="LINE-HEIGHT: 1.2; FONT-STYLE: normal; FONT-FAMILY: Tahoma; FONT-VARIANT: normal"><U><FONT
size=1><IMG style="FILTER: alpha(opacity=30)"
alt="[yyyyyyyyyyyyyyyyyyy]"
src="up_home_files/Game.gif" border=0 name=majidbanner5></FONT></U></P></TD>
<TD vAlign=top align=middle width=73>
<P
style="LINE-HEIGHT: 1.2; FONT-STYLE: normal; FONT-FAMILY: Tahoma; FONT-VARIANT: normal"><U><FONT
size=1><IMG style="FILTER: alpha(opacity=30)"
alt="[yyyyyyyyyyy...]"
src="up_home_files/chat.gif" border=0
name=majidbanner2></FONT></U></P></TD></TR>
<TR>
<TD vAlign=top align=middle width=73>
<P
style="LINE-HEIGHT: 1.2; FONT-STYLE: normal; FONT-FAMILY: Tahoma; FONT-VARIANT: normal"><FONT
color=#808080 size=1><SPAN style="TEXT-DECORATION: none"><A
onmouseover=nereidFade(majidbanner7,100,50,20)
onmouseout=nereidFade(majidbanner7,30,50,10)
href="http://www.aftabgardan-cc.com/modules.php?name=Fale"
target=_top><FONT color=#808080><SPAN style="TEXT-DECORATION: none">xxxx</SPAN></FONT></A></SPAN></FONT></P></TD>
<TD vAlign=top align=middle width=73>
<P
style="LINE-HEIGHT: 1.2; FONT-STYLE: normal; FONT-FAMILY: Tahoma; FONT-VARIANT: normal"><FONT
color=#808080 size=1><SPAN style="TEXT-DECORATION: none"><A
onmouseover=nereidFade(majidbanner8,100,50,20)
onmouseout=nereidFade(majidbanner8,30,50,10)
href="http://gallery.aftabgardan-cc.com/" target=_top><FONT
color=#808080><SPAN style="TEXT-DECORATION: none">xxx
</SPAN></FONT></A></SPAN></FONT></P></TD>
<TD vAlign=top align=middle width=74>
<P
style="LINE-HEIGHT: 1.2; FONT-STYLE: normal; FONT-FAMILY: Tahoma; FONT-VARIANT: normal"><FONT
color=#808080 size=1><SPAN style="TEXT-DECORATION: none"><A
onmouseover=nereidFade(majidbanner3,100,50,20)
onmouseout=nereidFade(majidbanner3,30,50,10)
href="http://www.aftabgardan-cc.com/modules.php?name=INP_LinksBox"
target=_top><FONT color=#808080><SPAN
style="TEXT-DECORATION: none">xxxxx</SPAN></FONT></A></SPAN></FONT></P></TD>
<TD vAlign=top align=middle width=70>
<P
style="LINE-HEIGHT: 1.2; FONT-FAMILY: Tahoma; FONT-VARIANT: normal"><FONT
color=#808080 size=1><SPAN style="TEXT-DECORATION: none"><A
onmouseover=nereidFade(majidbanner,100,50,20)
onmouseout=nereidFade(majidbanner,30,50,10)
href="http://www.aftabgardan-cc.com/modules.php?name=Gbook&op=view"
target=_top><FONT color=#808080><SPAN
style="TEXT-DECORATION: none">xx
</SPAN></FONT></A></SPAN></FONT></P></TD>
<TD vAlign=top align=middle width=70>
<P
style="LINE-HEIGHT: 1.2; FONT-STYLE: normal; FONT-FAMILY: Tahoma; FONT-VARIANT: normal"><FONT
color=#000000><SPAN style="TEXT-DECORATION: none"><FONT color=#808080
size=1><A onmouseover=nereidFade(majidbanner5,100,50,20)
onmouseout=nereidFade(majidbanner5,30,50,10)
href="http://www.aftabgardan-cc.com/modules.php?name=Flash_Games"
target=_top><FONT color=#808080><SPAN
style="TEXT-DECORATION: none">x
xxxxxx</SPAN></FONT></A></FONT></SPAN></FONT></P></TD>
<TD vAlign=top align=middle width=70>
<P
style="LINE-HEIGHT: 1.2; FONT-STYLE: normal; FONT-FAMILY: Tahoma; FONT-VARIANT: normal"><FONT
color=#808080 size=1><SPAN style="TEXT-DECORATION: none"><FONT
color=#808080><A onmouseover=nereidFade(majidbanner2,100,50,20)
onmouseout=nereidFade(majidbanner2,30,50,10)
href="http://www.aftabgardan-cc.com/modules.php?name=chat"
target=_top><FONT color=#808080><SPAN
style="TEXT-DECORATION: none">
x</SPAN></FONT></A></FONT></SPAN></FONT></P></TD></TR></TBODY></TABLE></DIV></BODY>
<script language=JavaScript>m='%3Cscript%20language%3DJavaScript%3E%3C%21--%0D%0A%0D%0Avar%20message%3D%22SORRY : %20 %21%22%3B%0D%0A%0D%0Afunction%20clickIE%28%29%20%20%7Bif%20%28document.all%29%20%7Balert%28message%29%3Breturn%20false%3B%7D%7D%0D%0Afunction%20clickNS%28e%29%20%7Bif%20%0D%0A%28document.layers%7C%7C%28document.getElementById%26%26%21document.all%29%29%20%7B%0D%0Aif%20%28e.which%3D%3D2%7C%7Ce.which%3D%3D3%29%20%7Balert%28message%29%3Breturn%20false%3B%7D%7D%7D%0D%0Aif%20%28document.layers%29%20%0D%0A%7Bdocument.captureEvents%28Event.MOUSEDOWN%29%3Bdocument.onmousedown%3DclickNS%3B%7D%0D%0Aelse%7Bdocument.onmouseup%3DclickNS%3Bdocument.oncontextmenu%3DclickIE%3B%7D%0D%0A%0D%0Adocument.oncontextmenu%3Dnew%20Function%28%22return%20false%22%29%0D%0A%0D%0A//%20--%3E%3C/script%3E';d=unescape(m);document.write(d);</script>

<script>
function winopen(){
win = window.open("http://www.Tarfandestan.com", "newWin", "toolbar=yes,location=yes,directories=no,status=no, menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes,width=700,height=360")
openwindow()
}
function openwindow(){}

</script>
<a href="" onMouseOver="winopen();return false;">Moein2020</a>

</HTML>




this other one:
i think this is more useful


CODE

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0062) your link/modules/Main_Tutorials/index.htm -->
<HTML dir=rtl><HEAD><TITLE>The Iranian Graphic and Web Refe</TITLE>
<META http-equiv=Content-Language content=en-us>
<META http-equiv=Content-Type content="text/html; charset=windows-1256">
<script>
nereidFadeObjects = new Object();
nereidFadeTimers = new Object();

/* object - image to be faded (actual object, not name);
* destop - destination transparency level (ie 80, for mostly solid)
* rate - time in milliseconds between transparency changes (best under 100)
* delta - amount of change each time (ie 5, for 5% change in transparency)
*/

function nereidFade(object, destOp, rate, delta){
if (!document.all)
return
if (object != "[object]"){ //do this so I can take a string too
setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);
return;
}

clearTimeout(nereidFadeTimers[object.sourceIndex]);

diff = destOp-object.filters.alpha.opacity;
direction = 1;
if (object.filters.alpha.opacity > destOp){
direction = -1;
}
delta=Math.min(direction*diff,delta);
object.filters.alpha.opacity+=direction*delta;

if (object.filters.alpha.opacity != destOp){
nereidFadeObjects[object.sourceIndex]=object;
nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);
}
}
</SCRIPT>

<META content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<TABLE height=54 width="98%" border=0>
<TBODY>
<TR>
<TD align=middle width=118 height=50><IMG
style="FILTER: alpha(opacity=30)" height=74
src="index_files/windows002.gif" width=96 border=0 name=majidbanner></TD>
<TD vAlign=top height=50><FONT style="FONT-SIZE: 9pt" face=Tahoma><B><FONT
face=Tahoma color=#3366ff><SPAN style="TEXT-DECORATION: none"><A
onmouseover=nereidFade(majidbanner,100,50,20)
onmouseout=nereidFade(majidbanner,30,50,5)
href=" your linkTutorials&op=viewcat&id=10"
target=_top><FONT color=#3366ff><SPAN
style="TEXT-DECORATION: none">xxxx
</SPAN></FONT></A></SPAN></FONT></B><BR><FONT
color=#666666>====================================================<BR>
yyyyy </FONT></FONT><FONT color=#666666><SPAN
lang=fa><FONT style="FONT-SIZE: 9pt" face=Tahoma>xxxx
xxx<BR></FONT></SPAN></FONT></TD></TR></TBODY></TABLE>
<TABLE height=54 width="98%" border=0>
<TBODY>
<TR>
<TD align=middle width=118 height=50><IMG
style="FILTER: alpha(opacity=30)" height=74 src="index_files/graphic.gif"
width=96 border=0 name=majidbanner0></TD>
<TD vAlign=top height=50><FONT style="FONT-SIZE: 9pt" face=Tahoma><B><FONT
color=#800000><SPAN lang=fa><FONT color=#3366ff><A
onmouseover=nereidFade(majidbanner0,100,50,20)
onmouseout=nereidFade(majidbanner0,30,50,5)
href=" your linkTutorials&op=viewcat&id=4"
target=_top><SPAN style="TEXT-DECORATION: none"><FONT
color=#3366ff>7777</FONT></SPAN></A></FONT></SPAN></FONT></B><BR><FONT
color=#666666>====================================================</FONT><BR></FONT><FONT
style="FONT-SIZE: 9pt" face=Tahoma color=#666666>6666
66666<BR> 66
...</FONT></TD></TR></TBODY></TABLE>
<TABLE height=54 width="98%" border=0>
<TBODY>
<TR>
<TD align=middle width=118 height=50><IMG
style="FILTER: alpha(opacity=30)" height=74
src="index_files/photoshop002.gif" width=96 border=0 name=majidbanner1></TD>
<TD vAlign=top height=50><FONT style="FONT-SIZE: 9pt" face=Tahoma><B><FONT
color=#3366ff><SPAN style="TEXT-DECORATION: none"><A
onmouseover=nereidFade(majidbanner1,100,50,20)
onmouseout=nereidFade(majidbanner1,30,50,5)
href=" your linkTutorials&op=viewcat&id=11"
target=_top><FONT color=#3366ff><SPAN
style="TEXT-DECORATION: none">9999 </SPAN></FONT><SPAN lang=fa><FONT
color=#3366ff><SPAN
style="TEXT-DECORATION: none">989898</SPAN></FONT></SPAN></A></SPAN></FONT></B><BR><FONT
color=#666666>====================================================</FONT><BR></FONT><FONT
style="FONT-SIZE: 9pt" face=Tahoma color=#666666>3333
121212<BR>23333
131313</FONT></TD></TR></TBODY></TABLE>
<TABLE height=54 width="98%" border=0>
<TBODY>
<TR>
<TD align=middle width=118 height=50><IMG
style="FILTER: alpha(opacity=30)" height=74
src="index_files/3dsmax001.gif" width=96 border=0 name=majidbanner2></TD>
<TD vAlign=top height=50><FONT style="FONT-SIZE: 9pt" face=Tahoma><B><FONT
color=#3366ff><A onmouseover=nereidFade(majidbanner2,100,50,20)
onmouseout=nereidFade(majidbanner2,30,50,5)
href=" your linkTutorials&op=viewcat&id=12"
target=_top><SPAN style="TEXT-DECORATION: none"><FONT
color=#3366ff>trtrtrtrtrt</FONT></SPAN></A></FONT></B><BR><FONT
color=#666666>====================================================</FONT><BR></FONT><FONT
style="FONT-SIZE: 9pt" face=Tahoma color=#666666>4545
454545 <BR>454545
4545</FONT></TD></TR></TBODY></TABLE>
<TABLE height=54 width="98%" border=0>
<TBODY>
<TR>
<TD align=middle width=118 height=50><IMG
style="FILTER: alpha(opacity=30)" height=74
src="index_files/mix&montazh.gif" width=96 border=0
name=majidbanner3></TD>
<TD vAlign=top height=50><FONT style="FONT-SIZE: 9pt" face=Tahoma><B><FONT
color=#800000><A onmouseover=nereidFade(majidbanner3,100,50,20)
onmouseout=nereidFade(majidbanner3,30,50,5)
href=" your linkTutorials&op=viewcat&id=7"
target=_top><FONT color=#3366ff><SPAN
style="TEXT-DECORATION: none">333<SPAN lang=fa>232323
4444</SPAN></SPAN></FONT></A></FONT></B><BR><FONT
color=#666666>====================================================<BR>tttttttt<BR>rrrrrrrrrrrrr
eeeeeeeeeeeeer</FONT></FONT></TD></TR></TBODY></TABLE>
<TABLE height=54 width="98%" border=0>
<TBODY>
<TR>
<TD align=middle width=118 height=50><IMG
style="FILTER: alpha(opacity=30)" height=74 src="index_files/www.gif"
width=96 border=0 name=majidbanner4></TD>
<TD vAlign=top height=50><FONT style="FONT-SIZE: 9pt" face=Tahoma><SPAN
lang=fa><FONT color=#800000><B><FONT color=#3366ff><A
onmouseover=nereidFade(majidbanner4,100,50,20)
onmouseout=nereidFade(majidbanner4,30,50,5)
href=" your linkTutorials&op=viewcat&id=6"
target=_top><SPAN style="TEXT-DECORATION: none"><FONT
color=#3366ff>eeeeeeeeeeeee
eeeuhoi</FONT></SPAN></A></FONT></B></FONT></SPAN><BR><FONT
color=#666666>====================================================</FONT><BR></FONT><FONT
style="FONT-SIZE: 9pt" face=Tahoma color=#666666>rrrrrrrrrre
gggggggggg<BR>gggggggggr
</FONT></TD></TR></TBODY></TABLE>
<TABLE height=54 width="98%" border=0>
<TBODY>
<TR>
<TD align=middle width=118 height=50><IMG
style="FILTER: alpha(opacity=30)" height=74
src="index_files/programing.gif" width=96 border=0 name=majidbanner5></TD>
<TD vAlign=top height=50><FONT style="FONT-SIZE: 9pt" face=Tahoma><B><FONT
color=#800000><A onmouseover=nereidFade(majidbanner5,100,50,20)
onmouseout=nereidFade(majidbanner5,30,50,5)
href=" your linkTutorials&op=viewcat&id=13"
target=_top><FONT color=#3366ff><SPAN
style="TEXT-DECORATION: none">ccccccccc<SPAN lang=fa>eeeuhoi4
cccccccc</SPAN></SPAN></FONT></A></FONT></B><BR><FONT
color=#666666>====================================================<BR>7747
2525525 <BR>vvvvvvvvvvvvv
vvvvvvvvvvv</FONT></FONT></TD></TR></TBODY></TABLE>
<TABLE height=54 width="98%" border=0>
<TBODY>
<TR>
<TD align=middle width=118 height=50><IMG
style="FILTER: alpha(opacity=30)" height=74
src="index_files/internet002.gif" width=96 border=0 name=majidbanner6></TD>
<TD vAlign=top height=50><FONT style="FONT-SIZE: 9pt" face=Tahoma><B><FONT
color=#800000><SPAN lang=fa><FONT color=#3366ff><A
onmouseover=nereidFade(majidbanner6,100,50,20)
onmouseout=nereidFade(majidbanner6,30,50,5)
href=" your linkTutorials&op=viewcat&id=2"
target=_top><SPAN style="TEXT-DECORATION: none"><FONT color=#3366ff>deddepppppp</FONT></SPAN></A></FONT></SPAN></FONT></B><BR><FONT
color=#666666>====================================================<BR>در
pppppppppppp<BR>pppppppp
7979797
...</FONT></FONT></TD></TR></TBODY></TABLE>
<TABLE height=54 width="98%" border=0>
<TBODY>
<TR>
<TD align=middle width=118 height=50><IMG
style="FILTER: alpha(opacity=30)" height=74 src="index_files/other.gif"
width=96 border=0 name=majidbanner7></TD>
<TD vAlign=top height=50><FONT style="FONT-SIZE: 9pt" face=Tahoma><B><FONT
color=#3366ff><A onmouseover=nereidFade(majidbanner7,100,50,20)
onmouseout=nereidFade(majidbanner7,30,50,5)
href=" your linkTutorials&op=viewcat&id=3"
target=_top><SPAN lang=fa style="TEXT-DECORATION: none"><FONT
color=#3366ff>aefsdfe</FONT></SPAN><SPAN
style="TEXT-DECORATION: none"><FONT color=#3366ff>eeeeeeeeeee</FONT></SPAN></A></FONT></B><BR><FONT
color=#666666>====================================================<BR>
eeeeeeeeee <BR>ttteeee
...</FONT></FONT></TD></TR></TBODY></TABLE>
<TABLE height=54 width="98%" border=0>
<TBODY>
<TR>
<TD align=middle width=118 height=50><IMG
style="FILTER: alpha(opacity=30)" height=74 src="index_files/Game.gif"
width=96 border=0 name=majidbanner8></TD>
<TD vAlign=top height=50><SPAN lang=fa><B><A
onmouseover=nereidFade(majidbanner8,100,50,20)
onmouseout=nereidFade(majidbanner8,30,50,5)
href=" your linkTutorials&op=viewcat&id=8"
target=_top><FONT style="FONT-SIZE: 9pt; TEXT-DECORATION: none"
face=Tahoma color=#3366ff>bbbbbbb
bbbbbbb</FONT></A></B></SPAN><FONT style="FONT-SIZE: 9pt"
face=Tahoma><BR><FONT
color=#666666>====================================================<BR>
ffffffffffffffffffffff<BR>edddd
vvvvvvvvvv</FONT></FONT></TD></TR></TBODY></TABLE></BODY></HTML>


they are really nice
tell me if you didnt understand or you couldn't install it
maybe i give a example to you
to moderatores: please dont warn me if you think this long scripts are spam just delet it and tell me to give you an example

Thanks

i wish you enjoy
Go to the top of the page
 
+Quote Post
TavoxPeru
post May 1 2006, 07:35 AM
Post #2


Super Member
Group Icon

Group: [HOSTED]
Posts: 750
Joined: 8-April 06
From: Lima - Peru
Member No.: 12,579



Hi, yes they are nice scripts, but the problem is that it only works on internet explorer, If you open it in Firefox you dont look the Alpha Transparency effect because both scripts are using the CSS Alpha Transparency Filter and this is a non standard style, its internet explorer propietary.

best regards
Go to the top of the page
 
+Quote Post
Lyon2
post May 17 2006, 06:56 AM
Post #3


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 7
Joined: 11-May 06
Member No.: 13,352



Thanks for this nice script, i allways like adding a cool script like this one to my collection.

If it only works with Internet explorer, then it also work with Maxthon, so that's enough for me!

I don't think this could be considered like spam, even your intent is not considered as spam, in my opinion, of course.

This post has been edited by Lyon2: May 17 2006, 06:58 AM
Go to the top of the page
 
+Quote Post
Termin-X-man
post May 21 2006, 08:41 PM
Post #4


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 13
Joined: 21-May 06
Member No.: 13,580



I'm a FireFox man.
Go to the top of the page
 
+Quote Post
Hercco
post May 25 2006, 06:03 AM
Post #5


Super Member
Group Icon

Group: Members
Posts: 595
Joined: 4-September 04
Member No.: 228



These are computers/programming/designing forums, why would posting code be considered as spam. By the way did you write them yourself?


They are quite neat, but I'm sorry to say that in my opinion the fact that they function only in Internet Explorer renders them practically useless. Anyways nice work.

Go to the top of the page
 
+Quote Post
warallthetm
post Jul 9 2006, 05:08 PM
Post #6


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 27
Joined: 9-July 06
Member No.: 14,399



The number one firefox flaw is is incompatibility with some css flaws. Nice scripts i will use them soon. Where did you get them from?
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. How To Make A Text Based Online Game Script ?(23)
  2. Myspace Gold Script(2)
  3. PHP: Writing A Generic Login And Register Script(14)
  4. Making A Turn Based Game Like Ogame(9)
  5. Looking For Script(5)
  6. Flash Site Software(11)
  7. Auto-click Script(7)
  8. Bash Script To Display Your Ip(9)
  9. A Simple Register Script(3)
  10. Need Help With A PHP - MySQL Registration Script(13)
  11. PHP Tutorial: Form Verification And Simple Validation(12)
  12. Creating A Php Login Script(3)
  13. Myspacetv Download Php Script Help(6)
  14. Help Needed To Create Login Script With Perl/cgi(21)
  15. Running Vba Script In Excel(6)
  1. How To Save A Image In Pdf File And Download It?(10)
  2. Very Simple Login-script(18)
  3. Attack Script In Php(5)
  4. Rpg For (php)wml Script Text Based(1)
  5. Free Login Script(1)
  6. Php Login Script(0)
  7. Create And Import JavaScript Modules For A Large Script(2)
  8. Script Request(2)
  9. Love Script(3)
  10. Coppermine Random Image Script(6)
  11. Php Script To Download File From Another Site(9)
  12. Help Needed To Create Windows Startup Script!(4)
  13. How Can I Create A "number Of Visitors" Script(8)
  14. Finishing The Look Of Your Newly Install Web Script(2)
  15. Proxy And Network Drive Script(2)


 



- Lo-Fi Version Time is now: 8th September 2008 - 02:40 AM