Jump to content
xisto Community

Quatrux

Members
  • Content Count

    2,285
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Quatrux

  1. sounds funny, html codes, but if you want to learn html, you can try out http://www.w3schools.com/html/default.asp
  2. Well for Windows I would suggest FileZilla which downloads much faster, also if you want to speed up your downloads, you could use a proxy, but only if it will help you, a lot of proxies can slow down your connection.
  3. Well he really was crazy if he played like that, but I agree that games can become addicting, but personally my record was less than 24 hours ~20 hours of playing, I remember I played thorugh all the night, but in the morning was quite tired and fed up with that game and went to sleep, while playing the game I drank water and had something put to my stomache but not to much of course, it is just when you have a nice/interesting time you forget about food and when you are borred.. I usually eat a lot
  4. Oh, those bots now, it is fun for some time, but they do annoy me sometimes, because after some time you see how stupid they are, yahoo im added to my list some bots too, but after a week I removed them..
  5. Yes, I always use shift delete, that is quite easy, but other given tips are quite good, I think I know one thing I can do
  6. you can place them in your site and make the extension .shtml, I didn't write perl for a long time (as a matter of fact I never wrote my perl script just edited them), but I did it like that and used an include function to later include my php file (which the serber executed), the upload script worked and it included from the perl my php script which parsed my site as I remember I had problems with paths and permissions, maybe this tips might help you, to write the right paths and the scripts in cgi-bin should be executable and stuff Yes, I wasn't much of help ? but I don't know what you have there.
  7. Well I had similar problems, but after I put an image with random numbers and letters, they stopped doing it, so it helps.. by the way I don't think cookies would help, unless it is some stupid guy attacking your guest book.. here is a quite good code to generate random numbers and letters, but i prefer numbers in the image, using gd you can make your own images as you like. <?phpfunction random_chars($length = '6') { /* Make Random Seed */ $value = ''; mt_srand((double) microtime() * 1000000); $letters = "abcdefghijklmnopqrstuvwxyz"; /* add it if needed '123456789' 'ABCDEFGHIJKLMOPQRSTUVWXZ' */ for ($i = 0; $i < $length; $i++) { $value .= substr($letters, (mt_rand()%(strlen($letters))), 1); } return $value;}?> so echo random_chars(); will make an 6 chars random value, you can set any value you want.
  8. Quatrux

    Hey All

    Welcome to the community hope you will like it here and post regulary
  9. Well thats really much better with what I can come up, sometimes I wonder how people make those, due to I didn't get much into graphics, more into programming, the second one is really great and in my opinion better than your current signature, i think it is because that I like the colour. :)keep up the good work.
  10. oh, i had no idea it does not let send any file which has and .exe extension, this is really "over protective" they better would get the mime type and scan the file for viruses.. what happens if you archive the .exe file ? or even archive it with a password :)and renaming .exe to .something-else is really annoying in my opinion :S
  11. well some things which I learned playing old games and which did not have a save option - patience, that is what I got from playing them but yeah, it is much harder now when you know what is saving and are used to it..
  12. I like to play old games, I just have a lot of amiga games and sometimes turn it on and play, now only for fun, a year ago I played one game until I finish it, but as time is my enemy now, i can't spend so much time on that, sometimes I play some new games too, but that rarely happens. ;)Your not the only one who is crazy
  13. Well it is really good that they made this virus scan thing and it wants that people wouldn't be able to send virus/spam from their smpt server that people would not want to block incomming messages from the server, for example yahoo is blocked in many places.. I just would like that the invite system could stay forever.. if someone wants to send a virus, use a different smpt server
  14. if you have a lot of members which comes quite often, when you can get Vbulletin software and use it, but if you have another quite empty forum, better go for the free ones, also remember that VBulletin can use much resources
  15. Happy Birthday OpaQue, just have a really good one I wish you further success
  16. that was posted at october start it is almost december now..
  17. Yes, it looks good and quite simple, just that it is not so 'christmas' as it could be
  18. to add what i said above you can use cgi/perl+php at one page, if you know php, perl is very easy to understand and include in your page the thing you want and there are many file uploaders written in this language.I don't know if there is no limit in perl, but it is much more than 2mb, unless the configuration here is different, as i said, i haven't done this for 2 years now..the bigger the limit is the more apache needs to work when uploading, but of course if only couple of users will be uploading, noone will notice it, so i think that is why the limit is only 2mb.
  19. Hello Andrew, hope you will like to post and read in the forums
  20. well, 2MB is the default, if the limit won't be made bigger you can use an cgi/perl script which does not have such a small limit through forms, but also if written bad there might be connection problems and not all the file will be uploaded and stuff, keep alive and stuff, you can find one of those on google/hotscripts, i didn't use them for two years though, web forms weren't designed to upload big binary files
  21. well asm sucks on an x86, as i looked around it, it is best to program assembly for the dead m68k and PPC processors, but asm is such a language, that it is quite hard to make it run smoothly in a short time, especially if the code is more serious, it is hard to port the applications written in assembly too. :/
  22. Well this is just another browser using mozzila engine, just with its own gui, i don't really see the point, just maybe the developers wanted to do something, also I don't see the difference of using browsers with ie engine just with other gui/interface it will show the same.
  23. you can fix this by putting a htaccess file, sorry i forgot the code, but on google you will find it, i need to go now, i am in rush, so thought will help atleast with what is needed to be done
  24. don't be funny, firefox is slow on all os'es, you try to browse with it for longer on bigger resolution with more tabs and you will see the difference say from other browsers i mentioned above and if the source is very big, i mean the html/css source it will be much slower than opera by scrolling and changing between tabs.. i have done css tests, try it your self, find some css tests for browsers through google or any search engine you use..
×
×
  • 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.