Jump to content

xan

Member
  • Posts

    34
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by xan

  1. I see your point, this is very valid. However do they need the advertisement? Longhorn is talked about quite a lot without advertisement. Meh, Sounds about right anyway.
  2. I am just writing this to ask if you have noticed the increased amount of Microsoft advertisements. (Especially here in Europe). I was watching LIVINGtv and there has been 2 or 3 in the last few hours. I have reason to beleive that it is Microsoft trying to win back customers who have turned to other Operating systems. SuSE Linux is the best selling and most downloaded Linux of Europe, More and more companies and individuals are conveting to Unix/Linux systems. I personally do not think it is a significant enough rise for Microsoft to be worried as Apple have been a more powerfull opponant compared to Linux and yet they are not as powerfull as Microsoft. Mandrake, RedHat, Fedora and Debian Linux are also increadibly popular, there are a lot of downloads of these operating systems especially in Amerika, home of Microsoft. Could it be that there is a significant enough rise in Linux users that Microsoft are now afraid? Does anyone know? It does seem suspicious though, If you have any comments please add them... I am really interested and want to find out what is going on as it is bugging me that Microsoft now advertise on TV and in Magazines more than ever.
  3. Gamehead... I have the PHP equivilent: http://www.xnetworks.co.uk/xproxy
  4. They Provide me with http://dmz13.sytes.net/ Generally they are good.
  5. yeah it's TRUE, i've just seen it on a page of p2ps, that means its final version it's in stores now!! Yeh, u have been able to get Doom3 on suprnova.org for weeks I think... Strangely you can get Garfield too... but another story.
  6. P.s. Plz excuse... am a little colorblind.
  7. This one? http://www.themexp.org/preview.php?mid=569...c+Blue+Luna.zip Bit Light tho! I haven;t found anythin with Anime in tho Sorry.
  8. Thank you, I am now on 4.3.8 and have it all sussed. Cheers guys.
  9. Generally, Javascript is confined to the browser and all it's softwares used to open specific files as it is a browser language. This means you probably could control the default Media player via the browser and the default text editor (by viewing source)... I am unsure if you could be specific though as I am only a begginner... and by that I mean I got to functions in the www.w3schools.com tutorial.
  10. I prefer No-IP... it is fast so I use that.
  11. Out of those 3 the 3rd is best but... I don't really like them too much... sorry
  12. I tried 5 for like a couple of days (BETA or whatever) and I didn't really like it... made no real difference to me except the fakt it was a bit faster and took up more space on my PC so I deleted it. Even though I had luck with the GD library.
  13. Dude, I am getting back to your thread... I like it! I wouldn't change a thing. Good Work! Do you like mine?
  14. Lol, thx with your help guys... it was the problem of incompatibility... and newdles... I installed Xampp which I preffered. http://www.apachefriends.org/en/xampp.html
  15. Hey, lol... I now have a problem with installing my php_gd2.dll file to my computer. I have Apache 2 PHP 4.3.4 EDIT: 4.3.6 I have changed the php.ini in C:\PHP so that: extension=php_gd2.dll - Has been uncommented extension_dir = "C:\PHP\extensions" - is Exactly the right place to get to php_gd2.dll I then restarted Apache... then heypresto... nothin! OK, well this is the exact message (To every Capital and exery piece of punctuation) I get when I try going to a page: Proof my pc is messed up: My PHP Info Is there anyone who can tell me what I am doing wrong?!?!
  16. Hey, I am currently *ahem* Developing something and I just need to know is there a parameter for the WMP object that will stop it putting the address of the file it has just played in the address bar? Just wonderin. Thanks for your time. Here is what I have currently: <object classid='clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6' id='WindowsMediaPlayer1' width='100%' height='$newheight'> <param name='URL' value='" .$media_folder. "/" .$file. "'> <param name='rate' value='1'> <param name='balance' value='0'> <param name='currentPosition' value='0'> <param name='defaultFrame' value> <param name='playCount' value='1'> <param name='autoStart' value='-1'> <param name='currentMarker' value='0'> <param name='invokeURLs' value='-1'> <param name='baseURL' value> <param name='volume' value='50'> <param name='mute' value='0'> <param name='uiMode' value='full'> <param name='stretchToFit' value='0'> <param name='windowlessVideo' value='0'> <param name='enabled' value='-1'> <param name='enableContextMenu' value='0'> <param name='fullScreen' value='0'> <param name='SAMIStyle' value> <param name='SAMILang' value> <param name='SAMIFilename' value> <param name='captioningID' value> <param name='enableErrorDialogs' value='0'> <param name='_cx' value='6482'> <param name='_cy' value='6350'> </object> This is the script it is going in: http://dmz13.sytes.net/projects/NMAv16/ http://www.xnetworks.co.uk/nautilus-blog/music.php Note: This is the next version on from the one issued on Hotscripts if any of you have seen it.
  17. Cheers u lot, I am currently upgrading and am reading through the problem. I'll post results later.
  18. Lol, congrats... you pressed it on the only 2 minutes that allowed you to get to my site Thanks for trying... I may have a solution but... meh. Thankx.
  19. I have managed to get it to point to the remote management of the router even though I have turned it off!!! There is a small 2 mins when I can access my site on my PC before remote management kicks in.
  20. It works when I use a plain ADSL modem, I managed to make it so I was sharing files via FTP between me and some friends and occasionally I used port 80 to tell them to go to port 21.
  21. I don't know if this is in the right area exactly but it concerns my Network. I am trying to host myself and I am using the No-IP service (No - IP Page) to point to my dynamic address. Now my address is xanspc.no-ip.info which points to the IP descovered by the DUC software supplied by No-IP. I soon realised that because I am behind a firewalled router (NETGEAR DG834) I need to set up a Demilitarized Zone or DMZ which there is a setting in the admin control panel to do so. I have set it to 192.168.0.13 which is the IP designated to my PC (no other PC in the building can have that IP address except this one). Which should be allowing HTTP, HTTPS, FTP and SMTP to be accessed by the internet. I am running Windows XP with Apache 2.summut PHP 4.3.4 and some FTP thingy that isn't important right now. No Firewall is enabled on this machine and the Firewall rules have been changed to allow all appropriate incomming traffic to the hosting machine. The Problem: Whenever I type in the address (http://xanspc.no-ip.info) once the DUC has updated I still cannot see my site, It should be seen as all the computers on the network can see it by typing 192.168.0.13 but no-one else can see it by typing the no-ip address. If I change the no-ip address to 192.168.0.13 everyone on the network can use that address but no-one outside of the network can. Please could somebody help me? Thankz Xan "Nautilus" Manning.
  22. Its really bothering cos someone has just redirected a domain (which they are probably payin for) to this location... some wierdo's today
  23. Yeh, alls good. How are you buddy? Heard u got injured... u k?
×
×
  • Create New...