WebTrafficKings.com - Крупнейшая ассоциация систем обработки web-трафика.
Им принадлежат кликандер, трафка.ру, тизи, старый форум БиПартнер сейчас работает только в архивном режиме и находится здесь http://old.webtalking.ru/
ну они не админы а модераторы, но хуже их это не делает :)
а где рефку увидели :) в теме нету!
кстати, єтот форум принадлежит ВТК, они бипартнер закрыли, сделали ребрендинг...
10link.ru добавил 10.07.2010 в 17:46
я ужэ привык :)
Код Чать 2
// remove layers from table for ns6+/mozilla (overflow/clip bug?)function positionGecko() { if (navigator.userAgent.indexOf(\"Gecko\")>-1) { for (var i=0; i<scrollerObj.ar.length; i++) { if (scrollerObj.ar.holder) { scrollerObj.ar.holder.removeChild(scrollerObj.ar.scrWndo.el); document.body.appendChild(scrollerObj.ar.scrWndo.el); scrollerObj.ar.scrWndo.css.zIndex = 1000; var x = scrollerObj.ar.holder.offsetLeft + scrollerObj.ar.x; var y = scrollerObj.ar.holder.offsetTop + scrollerObj.ar.y; scrollerObj.ar.scrWndo.shiftTo(x,y); } } }}// ns6+/mozilla need to reposition layers onresizefunction rePosGecko() { for (var i=0; i<scrollerObj.ar.length; i++) { var x = scrollerObj.ar.holder.offsetLeft + scrollerObj.ar.x; var y = scrollerObj.ar.holder.offsetTop + scrollerObj.ar.y; scrollerObj.ar.scrWndo.shiftTo(x,y); }}function setMouseEvents() { for (var i=0; i<scrollerObj.ar.length; i++) { scrollerObj.ar.scrCont.el.onmouseover = new Function(\"haltScroll(\"+i+\")\") scrollerObj.ar.scrCont.el.onmouseout = restartScroll; }}function haltScroll(num) { clearTimeout(scrollerObj.ar[num].timerId);}function restartScroll(e) { // get numeric portion of id (after scrCont) var num = parseInt(this.id.slice(7)) - 1; e = e? e: window.event? window.event: \"\"; if (e) { var current = this; var related = e.relatedTarget? e.relatedTarget: e.toElement? e.toElement: \"\"; if (related) { if (current != related && !contains(current, related)) scrollerObj.ar[num].controlScroll(); } else scrollerObj.ar[num].controlScroll(); // ns4 }}// adapted from http://www.brainjar.com/dhtml/events/default6.aspfunction contains(a, b) { // extra checks in case alt-tab away while over menu if (b && b.parentNode) { // Return true if node a contains node b. while (b.parentNode) if ((b = b.parentNode) == a) return true; return false; } else if (b && b.parentElement) { while (b.parentElement) if ((b = b.parentElement) == a) return true; return false; }}/* dw_core.js version date: April 2003 This code is from Dynamic Web Coding at http://www.dyn-web.com/ Copyright 2001-3 by Sharon Paine See Terms of Use at http://www.dyn-web.com/bus/terms.html Permission granted to use this code as long as this entire notice is included.*//////////////////////////////////////////////////////////////////////// dynObj constructor// arguments: id (required): id of positioned div.// left,top,width,height optional arguments./////////////////////////////////////////////////////////////////////function dynObj(id,x,y,w,h) { this.el = (document.getElementById)? document.getElementById(id): (document.all)? document.all[id]: (document.layers)? getLyrRef(id,document): null; if (!this.el) return null; this.doc = (document.layers)? this.el.document: this.el; this.css = (this.el.style)? this.el.style: this.el; var px = (document.layers||window.opera)? \"\": \"px\"; this.x = x || 0; if (x) this.css.left = this.x+px; this.y = y || 0; if (y) this.css.top = this.y+px; this.width = w? w: (this.el.offsetWidth)? this.el.offsetWidth: (this.css.clip.width)? this.css.clip.width: 0; this.height = h? h: (this.el.offsetHeight)? this.el.offsetHeight: (this.css.clip.height)? this.css.clip.height: 0; // if w/h passed, set style width/height if (w){ (document.layers)? this.css.clip.width=w+px: this.css.width=w+px;} if (h){ (document.layers)? this.css.clip.height=h+px: this.css.height=h+px;} this.obj = id + \"_dynObj\"; eval(this.obj + \"=this\");}dynObj.prototype.show = function () { this.css.visibility = \"visible\"; }dynObj.prototype.hide = function () { this.css.visibility = \"hidden\"; }dynObj.prototype.shiftTo = function (x,y) { if (x!=null) this.x=x; if (y!=null) this.y=y; // rounded below (this.x/y can hold decimals) if (this.css.moveTo) { this.css.moveTo(Math.round(this.x),Math.round(this.y)); } else { this.css.left=Math.round(this.x)+\"px\"; this.css.top=Math.round(this.y)+\"px\"; }}dynObj.prototype.shiftBy = function (x,y) { this.shiftTo(this.x+x,this.y+y);}dynObj.prototype.writeLyr = function (cntnt) { if (typeof this.doc.innerHTML!=\"undefined\") { this.doc.innerHTML = cntnt; } else if (document.layers) { this.doc.write(cntnt); this.doc.close(); }}dynObj.prototype.setBgClr = function (bg) { if (document.layers) this.doc.bgColor=bg; else this.css.backgroundColor=bg;}// get reference to nested layer for ns4// from dhtmllib.js by Mike Hall of www.brainjar.comfunction getLyrRef(lyr,doc) { if (document.layers) { var theLyr; for (var i=0; i<doc.layers.length; i++) { theLyr = doc.layers; if (theLyr.name == lyr) return theLyr; else if (theLyr.document.layers.length > 0) if ((theLyr = getLyrRef(lyr,theLyr.document)) != null) return theLyr; } return null; }}//--></script>";echo "<script type=\"text/javascript\"><!--/*This code is from Dynamic Web Codingat http://www.dyn-web.com/Copyright 2001-3 by Sharon PaineSee Terms of Use at http://www.dyn-web.com/bus/terms.htmlPermission granted to use this codeas long as this entire notice is included.*/function initScrollerObjs() { /* PERSONALIZE YOU MODULE */ /* Change 125(width) and 150(height) to your needs */ scroller1 = new scrollerObj(0,0,125,150,\"center\",\"holder\");"; foreach($rows as $row) { $img = "$thumbnailpath$row->imgthumbname"; $img_code = '<div align="center">'; $img_code .= '<a href="' . sefRelToAbs("index.php?option=com_datsogallery&Itemid=$Itemid&func=detail&id=$row->id") . '">'; $img_code .= '<img src=' . $img . ' style="border:' . $border_width . 'px;border-style:' . $border_style . ';border-color:' . $border_color . ';padding:' . $padding . 'px;background-color:' . $bg_color . '">'; $img_code .= '<br />' . $row->imgtitle . '</a></div>'; echo "scroller1.addItem('$img_code');";} echo " scroller1.create(); setMouseEvents(); // set up pause/restart onmouseover/out}window.onload = initScrollerObjs;//--></script><!-- PERSONALIZE YOU MODULE */ --><!-- CHANGE height: 150px to your needs --><div style=\"height: 150px; width: 100%;\"><div id=\"holder\"></div></div>";/*foreach($rows as $row) { $img = "$thumbnailpath$row->imgthumbname"; echo '<div align="center">'; echo '<a href="' . sefRelToAbs("index.php?option=com_datsogallery&Itemid=$Itemid&func=detail&id=$row->id") . '">'; echo '<img src=' . $img . ' style="border:' . $border_width . 'px;border-style:' . $border_style . ';border-color:' . $border_color . ';padding:' . $padding . 'px;background-color:' . $bg_color . '">'; echo '<br />' . $row->imgtitle . '</a></div>';} */?>
почему сразу спамер, в подписи лин на мой блог, а форму пиарить даже не нужно, просто дейстрительно интересно мнение других
Cтихи спер!
А яша и впрям достала!
В принцыпе немного подправил, у меня работать не хотел. Сейчас работает все кроме выбора категории куда постить
Что генерировало разных авторов
формат ввода:
Если будут проблемы с кодировкой просто поменяйте ее в скрипте
строка
под 8.5 не проверялось, но поля в таблицах с новостями не отличается то должен работать.
скрипт только сделан и нормально не тестировался, на даный момент сгенерировано 15 сателитов для проверки индексации
10link.ru добавил 07.07.2010 в 13:24
P.S. Поправил некоторые баги и перезалил скрипт
Пример сателита http://sat2.pp.ua/
Кстати для нормальной работы скрипта должен быть установлен CURL
Перезалил, это скрин с кипера
http://s57.radikal.ru/i157/1007/6b/f2f1e9414bec.png
Выплаты раз в месяц потому что в основному слив идет на партнеров которые платят разв месяц, выплаты били, вот скрин.
http://s48.radikal.ru/i121/1007/1b/295c0bb359a6.jpg
а что для вас показатель? грамматика или работа?
На даный момент все заявки на выплату обработаны