Jump to content

matrix0978

Member
  • Posts

    768
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by matrix0978

  1. If you would like one you can make one You can get Adobe Photoshop CS Free trial from www.downloads.com and then you can go to www.good-tutorials.com and check things out in there
  2. yeah, please watch the other posts!
  3. lol yeah i also do that, i just use my hosting most of the time
  4. i believe that is doing that because the other person has a differnece versiont hen you currently have. The other i dont know about, i dont know but about MSN. I have it but i just use it for IM purposes.
  5. i got here, http://support.microsoft.com/kb/255867 but thats for Windows 98 and 95 will that still work for windows XP?
  6. haha you always find the good ones!
  7. yeah there good i like using them!
  8. for the free FDISK do i just burn it to a cd?
  9. swweet. Very nice program. I usually use notepad2 but im going to try this out!
  10. bbest forum i have ever been in!
  11. Umm, not sure if you have hosting or not, and if you do have hostnig usually there is a Search Engine Submit where your site gets submitted to the top Search Engines. And just over all forums, have your webiste on forums, tell computer interested people about it. And you can become affilaites to other related sites.
  12. Yeah and have requests for websites, like customs, its a very good way to make money! if you would like any help AIM Me. Matrix0978 ohhh and another idea, i use to just make websites for small businesses or companies, and just geet paid for thats. Its a eaaassyyy job!!!!
  13. if you want any help AIM me, Matrix0978
  14. http://www.statcounter.com/free_hit_counter.html and also look at google!!!!!!
  15. you seem to be pretty good at designing and graphics, you could make a template site. like www.4templates.com ?
  16. You could probably make a counter withtout those freebies. its PHP. Put this code in your webpage whereever you want it <?php include("count.php"); ?> <br> <? And then you need to make a .php file and put this code in <?php $COUNT_FILE = "hitcounter.dat"; if (file_exists($COUNT_FILE)) { $fp = fopen("$COUNT_FILE", "r+"); flock($fp, 1); $count = fgets($fp, 4096); $count += 1; fseek($fp,0); fputs($fp, $count); flock($fp, 3); fclose($fp); } else { echo "Can't find file, check '\$file'"; } ?> <!- Hit Counter --> <center>This page has been viewed <b><?php echo $count; ?></b> times<br> and you need to make a file called 'hitcounter.dat' and put the number '0' in it(without quotes) and now your done.
  17. wasnt sure what section this should go in but.....Is there any tutorials on how to reformat from a DOS cd/FDISK?
  18. yeah thats another way i kinda forgot about. heres a good tutorial site on frames. Its not hard at all! http://www.davesite.com/webstation/html/chap14.shtml
  19. the only way i could think of doing it is using Iframes.
  20. the distance about 3 feet. i havent checked the channels. how would i go about doing so?
  21. i was setting up a wireless router for my dad, and i hooked it up and the laptop has a built in wireless card, and i turned the laptop on and it connected to the router but the signal strength was very low! it was sending like 320 packets and receiving like 40... any way to fix?
  22. but for getting a real domain name its not that much, just 8 bucks a year.
  23. i dont know, but i know gamehead has it on his site. so you could ask him
  24. I got it to work thanks guys. Thanks un4g1v3n1
×
×
  • Create New...