PDA

View Full Version : help help !!


liem_liem440
13-09-2008, 11:55 PM
có bác nào share cho em cái code này đc ko ạ :surrender::surrender:

demo : http://trungvipvnn.org/SERVER2/

Cái mà quay hình tròn với mấy cái dòng chữ chạy chạy ấy nhá :big_smile:

Thanks Trước :beauty:

DươngThiện
14-09-2008, 12:07 AM
viewsoucre lấy đoạn java tống vào header

liem_liem440
14-09-2008, 07:07 AM
copy code đó hộ mình đi :(( , cần gấp :((

DươngThiện
14-09-2008, 10:03 AM
cái đoạn chữ chạy chạy là
<SCRIPT language=JavaScript>
msg = new Array(); //strings written in screen
msg[0] = "<h2><u><center>..::--- wWw.TrungVipVnn.Org � Security ---::..</center></u></h2>";
msg[1] = "Administrator Website TV :<font face='Tahoma' color='#FFFFFF'>TrungVip </font>";
msg[2] = "Email: <font face='Tahoma' color='#FFFFFF'>trungviplive@gmail.com</font>";
msg[3] = " --- Message To You --- !!!";
msg[4] = "Ban Se Gap Nhieu Van De Neu Ban Co Tinh Pha Hoai Website TV !";


text1 = ""; //the same as text2, only the last character is highlighted
text2 = ""; //current string, which will be written
count = 0; //char index in string text
count2 = 0; //number of strings

text = msg[0].split(""); //text - string written

function writetext() { //show strings above on screen
text1 = text2 + "<font color='00ff00'>" + text[count] + "</font>";
text2 += text[count];
document.all["nothing"].innerHTML = text1; //where to write

if (count < text.length-1){
count++;
setTimeout('writetext()', 25);
}
else { //if this string is written, get the new string
count = 0;

if (count2 != 4) { //write 4 strings
count2++;
text2 += "<p>"; //a new line
text = eval('msg['+count2+'].split("")'); //get the new string to text
setTimeout('writetext()', 25);
}
}
}
</SCRIPT>

msg = new Array(); //strings written in screen
msg[0] = "<h2><u><center>..::--- wWw.TrungVipVnn.Org � Security ---::..</center></u></h2>";
msg[1] = "Administrator Website TV :<font face='Tahoma' color='#FFFFFF'>TrungVip </font>";
msg[2] = "Email: <font face='Tahoma' color='#FFFFFF'>trungviplive@gmail.com</font>";
msg[3] = " --- Message To You --- !!!";
msg[4] = "Ban Se Gap Nhieu Van De Neu Ban Co Tinh Pha Hoai Website TV !";
thay chữ cần hiện và mã màu theo ý
còn cái đoạn quay zòng zòng hình như là
<SCRIPT>
window.scrollBy(0, 1)
window.resizeTo(0,0)
window.moveTo(0,0)
//setInterval("move()",30);
setTimeout("move()", 1);
var mxm=50
var mym=25
var mx=0
var my=0
var sv=50
var status=1
var szx=0
var szy=0
var c=255
var n=0
var sm=30
var cycle=2
var done=2
function move()
{
if (status == 1)
{
mxm=mxm/1.05
mym=mym/1.05
mx=mx+mxm
my=my-mym
mxm=mxm+(400-mx)/100
mym=mym-(300-my)/100
window.moveTo(mx,my)
rmxm=Math.round(mxm/10)
rmym=Math.round(mym/10)
if (rmxm == 0)
{
if (rmym == 0)
{
status=2
}
}
}
if (status == 2)
{
sv=sv/1.1
scrratio=1+1/3
mx=mx-sv*scrratio/2
my=my-sv/2
szx=szx+sv*scrratio
szy=szy+sv
window.moveTo(mx,my)
window.resizeTo(szx,szy)
if (sv < 0.1)
{
status=3
}
}
if (status == 3)
{
document.fgColor=0xffffFF
c=c-16
if (c<0)
{status=8}
}
if (status == 4)
{
c=c+16
document.bgColor=c*65536
document.fgColor=(255-c)*65536
if (c > 239)
{status=5}
}
if (status == 5)
{
c=c-16
document.bgColor=c*65536
document.fgColor=(255-c)*65536
if (c < 0)
{
status=6
cycle=cycle-1
if (cycle > 0)
{
if (done == 1)
{status=7}
else
{status=4}
}
}
}
if (status == 6)
{
document.title = "Cljck"
alert("Cljck")
cycle=2
status=4
done=1
}
if (status == 7)
{
c=c+4
document.bgColor=c*65536
document.fgColor=(255-c)*65536
if (c > 128)
{status=8}
}
if (status == 8)
{
window.moveTo(0,0)
sx=screen.availWidth
sy=screen.availHeight
window.resizeTo(sx,sy)
status=9
}
var timer=setTimeout("move()",0.3)
}
</SCRIPT>

hoang_tu_da_tai
14-09-2008, 10:45 AM
mình thấy caá đó chả để làm gì. Cái đấy chỉ khi nào hack web người khác để lại dòng đó cho gia chủ thôi

DươngThiện
14-09-2008, 03:38 PM
mình thấy caá đó chả để làm gì. Cái đấy chỉ khi nào hack web người khác để lại dòng đó cho gia chủ thôi
ý ông nói là cái đoạn chạy chạy đó hã
cái đó thì thuộc về sở thix thôi :2T-bunny-(52):

liem_liem440
14-09-2008, 04:41 PM
mình mới làm đc cái chạy tròn , còn chữ thì ... :(

boylikesea
15-09-2008, 05:20 PM
làm mấy cái này chỉ tổ nặng rum .. :D ...