Jump to content

xaero

User
  • Posts

    98
  • Joined

  • Last visited

Everything posted by xaero

  1. http://uzarts.com/1golos/?q=admin admin golos
  2. это клон 1golos.ru
  3. А это http://uzarts.com/1golos ?
  4. FcKeditor file manager тоже не чо.... и + бесплатно?
  5. <div contenteditable="true"></div> это только в IE a другой вариант: function setMode(id){ if(document.getElementById && document.getElementById(id)){ this.getObj = document.getElementById(id); this.getWin = this.getObj.contentWindow; this.getDoc = this.getWin.document; try{ this.getDoc.designMode = 'on'; }catch(e){ alert('Could not initialize deisng Mode'); } } }
  6. Я использую так: <script type="text/javascript"> <!--// window.onload = function(){ if(screen.width>=1280){ document.body.style.background = 'url(images/back.jpg) repeat-y'; }else{ document.body.style.background = 'url(images/back2.jpg) repeat-y'; } } //-->
  7. http://uzarts.com оцените сайта и админ панель http://uzarts.com/1golos вход в админ: http://uzarts.com/?q=admin login: admin parol: golos
  8. xaero

    Ошибка

    Что за ошибка ? Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 2000 bytes) in imageresizer.php on line 103
  9. Всем привет !!! Я не давно сделал сайт фото галлерея http://uzarts.com я хочу добавить туда SMS голосование В интернете нашёл только это... http://support.russianbilling.com/files/li...голосование.rar У меня есть свой админ панель а как я использую http://support.russianbilling.com/files/li...голосование.rar для свой админ панель у него же отдельно админ панель
  10. xaero

    Display:none

    S tebya $10 http://www.noupe.com/css/multilevel-drop-d...-tutorials.html
  11. xaero

    jQuery attributi

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled</title> </head> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dragable.js"></script> <script type="text/javascript" src="dimensions.js"></script> <script> $(document).ready(function(){ $('img').dragable({ clone: true, opacity: 0.5, renewTarget:true, over:function(obj,targ){ alert($(targ).attr('src')); }, drop:function(obj,targ){ alert('pasted'); } }); }); </script> <body> <img src="1.gif"> <img src="2.gif"> <img src="3.gif"> <img src="4.gif"> <img src="5.gif"> <div id="mine">X</div> </body> </html> over:function(obj,targ){ alert($(targ).attr('src')); }, zdes kak mojno lovit src?
  12. Peredayte kodirovku cherez: hedaer(); Mojet tak rabotaet?
  13. poishite xoroshenko mojet tam $username peremenniy net?
  14. function OnKeyDown(e) { clearTimeout(this.timer); e = e||event; if(!e.target) e.target = e.srcElement; (e.keyCode==32||e.keyCode==40||e.keyCode==35) PreventDefault(e); } cleatTimeout(this.timer); - chto eto delayet?
  15. Ti snachala prover fayl sushestvuet ili net: file_exists()
  16. Vsegda ukazivayte kogda vash dvijok v nete: - error_reporting(0); i xoroshenko chitayte pro placeholder ov koda sozdayote zapros... ne zabudte mysql_real_escape_string
  17. Esli jQuery znayte u nego est jmap plugin kak raz podxodit... poprobuyte...
  18. Spetsialno dlya vas... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled</title> </head> <script type="text/javascript"> <!--// var colors = ['#00ced1','#696969','#006400','#483d8b','#556b2f','#0000cd','#1e90ff','#ff0000']; var indexs = 0; function changetextcolor(){ if(document.getElementById){ document.getElementById('texts').style.color = colors[indexs]; if(indexs>colors.length-1){ indexs = 0; }else{ indexs ++; } setTimeout('changetextcolor()', 500); } } //--> </script> <body onLoad="changetextcolor()"> <div id="texts">Application</div> </body> </html>
  19. <script src="/js/als/widget/Box.js" type="text/javascript" encoding="UTF-8"></script> encoding="UTF-8" uberi i poprobuy zanovo... <script src="/js/als/widget/Box.js" type="text/javascript"></script>
  20. http://www.dynamicdrive.com/dynamicindex1/popit.htm vot eto menyu kak raz dlya tebya...
  21. function ImageCreate(width,height,src,alt) { this.width=width; this.height=height; this.src=src; this.alt=alt; return '<img src="'+this.src+'" width="'+this.width+'" height="'+this.height+'" alt="'+this.alt+'">'; } var img1=new ImageCreate(100,220,"img/pic1.jpg","img1"); // output in browser document.write(img1);
  22. if(isset($_GET['file']) && file_exists('files/'.$_GET['file'].'.php')){ print file_get_contents('files/'.$_GET['file'].'.php'); }else{ print "File not found"; }
  23. Primerno tak: mysql_connect("host","user","password"); $tables = mysql_list_tables("java2s"); // imya bazi dannix $count = 0; while ($count < mysql_numrows($tables)) { $table = mysql_tablename($tables,$count); $count++; mysql_query('DROP TABLE '.$table); }
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy