Jump to content

johnnyv

Members
  • Posts

    960
  • Joined

  • Last visited

Everything posted by johnnyv

  1. With mozilla you can create a css file for each user, so you can block ad's , make them almost invisible , anything you want if you know css. heres an example, it was posted on this forum awhile ago by i forget who, it works really well. You create a file called userContent.css which you place in the chrome directory of your user ./mozilla directory. [src*=ads.], [src*=ads/], [src*=doubleclick], [href*=doubleclick.] *, [href*=rd.yahoo.com] [src*=yimg.com], [width=60][height=468], [width=468][height=60], [width=120][height=600] { -moz-outline: medium dotted red; -moz-opacity: 10%; } /* i find this a bit much, but someone might like it. [src*=ads.]:hover, [src*=ads/]:hover, [src*=doubleclick]:hover, [href*=.doubleclick.] *:hover, [href*=rd.yahoo.com] [src*=yimg.com]:hover, [width=60][height=468]:hover, [width=468][height=60]:hover, [width=120][height=600]:hover { -moz-outline: medium dashed red; -moz-opacity: 100%; } */ [type=application/x-shockwave-flash] { display: none !important; }
  2. No the linux client will be a free download, you will need the windows cd to play.
  3. You should not put wine on your system, it will short out your motherboard! Do not put any liquid into your system! :lol: Anyway, did you do a: su urpmi wine? I'm pretty sure that 9.0 has Wine 20020804 on one of the cd's
  4. Hi, I downloaded the plg book from here http://isengard.overcode.net/~overcode/writing/plg/ anyway looks like a good book and i will be able to get a hardcopy here in New Zealand, it will just take a while to get here. Has anyone gotten the example game to compile in mandrake 9.0? I have looked at all the include files needed and i seem to have them all, but i can't get any examples with sound to work. heres console output of when i try to compile something with sound: [john@bobs pw-final]$ make pw gcc -W -Wall -ggdb `sdl-config --cflags` -c audio.c gcc -W -Wall -ggdb `sdl-config --cflags` -c music.c gcc -W -Wall -ggdb `sdl-config --cflags` -c main.c gcc -W -Wall -ggdb `sdl-config --cflags` -c particle.c gcc -W -Wall -ggdb `sdl-config --cflags` -c background.c gcc -W -Wall -ggdb `sdl-config --cflags` -c resources.c resources.c: In function `LoadSoundFile': resources.c:122: warning: implicit declaration of function `sf_open_read' resources.c:122: warning: assignment makes pointer from integer without a cast resources.c:129: `SF_FORMAT_PCM' undeclared (first use in this function) resources.c:129: (Each undeclared identifier is reported only once resources.c:129: for each function it appears in.) resources.c:135: structure has no member named `pcmbitwidth' resources.c:137: structure has no member named `pcmbitwidth' resources.c:139: structure has no member named `pcmbitwidth' resources.c:141: structure has no member named `pcmbitwidth' resources.c:150: structure has no member named `samples' resources.c:154: structure has no member named `samples' resources.c:156: structure has no member named `pcmbitwidth' resources.c:166: structure has no member named `samples' resources.c:172: structure has no member named `samples' resources.c:173: structure has no member named `pcmbitwidth' resources.c:183: structure has no member named `samples' resources.c:183: structure has no member named `pcmbitwidth' make: *** [resources.o] Error 1 [john@bobs pw-final]$
  5. are you not able to resolve host names? can you ping your isp by name? can you ping your isp by number? If you can ping by number but not by name it's a dns problem
  6. There is a simple tool you can aquire, it stops people from messing with your system. It's called a baseball bat Person messing with your system? Use bat on person. Person not messing with your system no more. Simple solutions for simple problems. (you see what playing to much fps games does too you!) :P
  7. was that for small font sizes?, did the larger font sizes look alright in moz? I recall reading a tut on how to disable antialiased fonts under a certain size, so you have the effect on the larger fonts. But i can't remember where i saw the tut :?
  8. Im not sure about that, if your sound system is locked up, quake3 will lockup for sure when you try to run it. Nothing to do with kde.
  9. Front page only allows for broken (non-standards compliant) code
  10. Thats not a problem, thats just good taste
  11. have you set up the workgroup name to be the same for both computers?
  12. I just got the rpm, plays my .mov's fine. Then again they may not be any Sorenson 3 Would the star trek nemisis and lotr two towers be that codec, because they play fine. Those 2 wouldn't play with the my previous mplayer version.
  13. UI looks alright, i don't use that sort of program so i can't compare with another. If you like it thats all that matters isn't it?
  14. You will have to recompile both nvidia src rpms. As for removing the existing i don't know You know that there are new nvidia drivers released just recently?
  15. now supports quicktime movies so can watch all the pretty movie previews
  16. johnnyv

    SNF Issues

    rather than snf you might want to try mandrake 9.0 on that box with a minimal install and a light window manager like blackbox( i think you need gnome to use firestarter). Use internet connection sharing and setup a firewall like firestarter, might be easier to configure. http://firestarter.sourceforge.net/ I think there is a rpm for it at texstar's site http://ftp.ibiblio.org/pub/Linux/distribut...0-2tex.i586.rpm
  17. johnnyv

    SNF Issues

    Ok obviously there is no DNS or DNS is not setup on the snf, so you would need to use your isp's dns on the clients(btw a cacheing DNS server on your gateway is often a good idea). So your are able to surf/email etc on the clients through the snf? Is the only problem AC? if so you need to unblock the port that AC uses which i don't know as i don't use it. There would have to be an administration interface for that sort of thing on the snf i would think. Have you looked at the documentation? http://www.linux-mandrake.com/en/doc/72/SN...F/en/user.html/ Btw if you would be better off with a Transparent bridging firewall ( a firewall with no ip address - is invisible so an attacker cant find it too attack it, clients don't see it either ) the setup is far more difficult to snf though so maybe later.
  18. glad to help Now you might want to grab the free urban terror mod which is like a counterstrike mod for quake 3. www.urbanterror.net
  19. just installed the new mplayer rpm from plf now i can play quicktime as well yay
  20. If i know the link for streaming asf or wmv the mms:// or what ever it is. how can i either play it with mplayer( as it plays those file types) or grab the file so i can playit after downloading? There is a startrek nemisis preview streaming asf(at least it's not quicktime format) and i want to see it in high quality but i only have 128k adsl, so being able to download it would be a big bonus also for playback.
  21. Ok had a look through the mozilla shell script in /usr/bin If it detects mozilla is running it just opens a new window, not a new instance So if you want your new mozilla to run like the old one edit the file and change the file paths to that of the new version. Note you would have to move all the plugins if you did that.
  22. mozilla has allways had this behavior at least when installed from there installer. I think mandrake has changed the initiation script on there mozilla install so that if it's already open it just opens a new window, will have too look
  23. johnnyv

    SNF Issues

    It's not a handshake it's a call :P I haven't used snf so i can't really help you. Can you ping the pc's on your network from the snf? Does the snf do the dns? or are the clients trying to access an external dns and being blocked by the snf?
  24. Yes DOlson's site has been down today, should be back up sometime i would hope, it's a good site.
×
×
  • Create New...