Talk:Main Page: Difference between revisions

From The Uniform Server Wiki
Jump to navigation Jump to search
(XP Firewall reply)
Line 4: Line 4:
  --[[User:Olajideolaolorun|Olajide]] 22:07, 8 Jun 2005 (PDT)
  --[[User:Olajideolaolorun|Olajide]] 22:07, 8 Jun 2005 (PDT)


== XP firewall ==


hello all, i had a few problems on XP sp2 with the firewall. I found that using these commands i can open and close the ports. Can only get this to work when installed as a service tho.
 
<code>
Im having a few problems myself I was wondering if after I run the start.bat and it starts the uniform server if i can do anything to make the W drive disappear I dotn want it to show up in MY computer, and i was wondering if i could rewrite the start.bat to do this? thanks.
<pre>
netsh firewall show state
pause
netsh firewall add portopening TCP 80 MyWebPort
pause
netsh firewall delete portopening TCP 80
pause
netsh firewall show state
pause
</pre>
</code>


== XP Firewall reply ==
== XP Firewall reply ==

Revision as of 20:35, 5 February 2007

hello world.

hello user

--Olajide 22:07, 8 Jun 2005 (PDT)


Im having a few problems myself I was wondering if after I run the start.bat and it starts the uniform server if i can do anything to make the W drive disappear I dotn want it to show up in MY computer, and i was wondering if i could rewrite the start.bat to do this? thanks.

XP Firewall reply

thosee are probably real commands for windows. it does not have anything to do with our server. whether or not the port is open on ur pc is up to you and not for the program to keep secure. ports are open for public sites so outside source can see them.

thanks --Olajide 15:31, 27 August 2006 (PDT)