Показать сообщение отдельно

  #2  
Старый 22.03.2010, 01:00
Shady3000rf
Постоянный
Регистрация: 29.12.2009
Сообщений: 445
С нами: 8615126

Репутация: 11
По умолчанию

я в php не разбираюсь, но можно ли сделать так:
вот допустим человек вводит свои логин и пароль в файле, и когда запускает, открывалась страница в контакте и автоматом вставлялся скрипт на "увеличение" рейтинга, ну я про этот:
Спойлер

javascript:var percentGold=100;var widthLeft=20;
var widthRight=179;var t;var memPerSec=10.00741833975;function d(m,j,l){var i=(m+'').indexOf(j,l);return i=== -1?false:i;};function _a(){next= -(1000/memPerSec)*Math.log(Math.random());
ge('percentGold').innerHTML=percentGold;ge('rateLe ftGold').style.width=widthLeft+"px";ge('rateRightG old').style.width=widthRight+"px";percentGold=perc entGold+1;widthLeft=Math.floor(Math.sin((percentGo ld-100)/500)*179+20);widthRight=199-widthLeft;if(widthRight",0);if(pos==false) {percentGold=parseInt(percentGold);}else percentGold=parseInt(percentGold.substr(pos+1,3)); widthLeft=parseInt(ge('rateLeft').style.width);wid thRight=parseInt(ge('rateRight').style.width);_b() ;}else{percentGold=parseInt(ge('percentGold').inne rHTML);widthLeft=parseInt(ge('rateLeftGold').style .width);widthRight=parseInt(ge('rateRightGold').st yle.width);_a();}};function _b(){next= -(1000/memPerSec)*Math.log(Math.random());ge('percent').i nnerHTML=percentGold+"%";ge('rateLeft').style.widt h=widthLeft+"px";ge('rateRight').style.width=width Right+"px";percentGold=percentGold+1;if(percentGol d>100){clearTimeout(t);ge('percent').id="percentGo ld";ge('rateLeft').id='rateLeftGold';ge('rateRig ht ').id='rateRightGold';widthLeft=20;widthRight=179; _a();}else{widthLeft=widthLeft+2;widthRight=199-widthLeft;t=setTimeout(_b,next);}};first();

Подсунуть было бы легче) Возможно ли это?
 
Ответить с цитированием