Jump to content
xisto Community

gogoily

Members
  • Content Count

    99
  • Joined

  • Last visited

Everything posted by gogoily

  1. I suggest you not store images into mysql database. Instead, just store the images' path into mysql. Then you can verify the images by their path.
  2. If your website contents are not updated frequently, you can just use HTML. Otherwise, I suggest you use PHP.
  3. U can write some codes to do this or use google search codes which you can find in https://www.google.de/?gfe_rd=cr&ei=BwkjVKfAD8uH8QfckIGgCQ&gws_rd=ssl
  4. Is your IP address a local address or WAN address ?
  5. I use both IE7 and FirefoxBecause I'm a PHP programmer, I have to make sure the webpages that I made can display normally in them.
  6. Which language do you want ? Here's a whole site codes: http://www.haocodes.com/soft/6584.htm
  7. I use Windows XP, because it's easier to use and there's lots of softwares running on this platform.
  8. Thank you very muchThese tips are really helpful to me !!
  9. You have to install DHCP service and you need a DHCP server to assign a dynamic ip to your computer.Sygate can assign dynamic ip.
  10. Maybe you should update your MSN or reinstall it.
  11. I like WinRAR more, it can release more kinds of compressed files.
  12. Actually I use TTplayer to play mp3It's a player which can get lyrics automaticlly from internet.
  13. gogoily

    Point System

    Well, maybe you should google it :)Or change to other bbs codes
  14. Try this codes: function changeFontSize(s){ document.body.style.fontSize = s;}
  15. See 16 and 17 line in your codes
  16. I'd like to use KasperSkyBut, Thank you, anyway.
  17. They're both used.But google doesn't seem to care much about Meta tag, it concerns your page contents more.
  18. You can make it without .htaccess Try this code: $ip = $_SERVER['REMOTE_ADDR'];if($ip != YourIP1 && $ip != YourIP2 && $ip != YourIP3) die("You're not welcome here.");
  19. Try this one: var count = 0;var o = document.getElementById("char_list").getElementsByTagName("div");for(var i=0;i<o.length;i+){ if(o[i].className == "char_node") count ++;}alert(count);//You get your Div number here;)
  20. I've test this code, but it works very well in firefox.... Here's my codes: <marquee><script LANGUAGE='JavaScript'><!--var currentdate = 0;var core = 0;function initArray() {this.length = initArray.arguments.length; for (var i = 0; i < this.length; i++) { this[i] = initArray.arguments[i]; }}link = new initArray("http://darkzone3.net","http://adminarea.invisionplus.net");//I replace your image to local image path in my computerimage = new initArray("desktop.jpg","desktop2.jpg");text = new initArray("Come Chat For Free At Dark Zone","Have an Invision Plus Board Join other who do here");var currentdate = new Date();var core = currentdate.getSeconds() % image.length;var ranlink = link[core];var ranimage = image[core];var rantext = text[core];document.write('<a href=\"' +ranlink+ '\" target=\"_blank\"><img width="50" height="25" src=\"'+ranimage+'\" border="1" alt=\"'+rantext+'\"></a>');//--></SCRIPT></marquee>
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | 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.