I have to hard diskes each 80GB mirrored into a single mirrored volume of 80GB total. But every few days (about a week) the volume resynchrosize and it has the status of "Resynching". When resynching, all network gets toooo slow, and I dont want that. I dodnt find any information on...
The situation is like this:
our local ISP uses a WAN to distribute iternet connection using the subnet 192.168.*.*, and our office is using one IP of this subnet to connect to out ISP. I am using a router to "hide" my network from my ISP network and I use the subnet 10.154.*.* . So...
Thank you
but, I dont have any control on those computers. My ISP shares the same network with all his clients. I used a router to isolate my small company network, but no use. Other people are still getting IPs from my DHCP.
How can I prevent some computers to use the DHCP server and get a lease IP. I have computers on my lan that should not take any IP from my DHCP and get into my subnet. I dont have any control on those computers whatsoever.
I have a win2000 Advanced server and I made a backup script that is executed when a user logges of which will backup all changed files from the user to the server. But the problem is that the owener of the backed up files is the administrator and not the user. And I need to make a qouta for each...
I am having trouble working with sessions in php. When i use a session by storing a variable, after about 1 minute, the session variable is reset, and i lose all the session, and i get a new session with a new ID. Please, help me get over this problem
You have to realise the difference between client-side script and server-side script. The is no connection between the variables they use whatsoever.
by the way, if u are using client-side variables, the only way to let your server know avout the values of these variables is by...
The way i use to encrypt my url is to doit myself.
instead of using
name=Salibas
i use
nm=kopijjhy
where kopijjhy is the encryption of Salibas. If you see that this is enough for you, check this site for great encryption code:
http://www.sloppycode.net/asp-components/
Salibas...
Jack:
Thank you Jack, but actually the server I am using to host my page does not have a .NET framework and I can't change that, else I have to change the hosting, and I am not planning to do this now.
just_a_guy :
Thank you, you were helpfull. But during this time, I found a great Component...
Google uses a technique called WebSpider. It actually "listenes" to web trafic on the internet, irrelevent to where the data is comming from. When an internet user makes a request from a server, google intercepts the data without affecting it, get the data it wants. That is why it is...
I am making a website that downloads MP3 files (Legal ones ;-) )
Does anyone have an idea how to do it professionally. I mean, I don't want to make a link like
<a href="folder/mymusic.mp3">My Music</a>
because, obviously, it creates lots of unwanted results, likw playing the MP3...
When it come to string search and replace, the command replace is not efficient at all!
Use the magical object RegExp. I have made a chat area that accepts smilies of any kind, like :-) or :)
here how it is used:
set regEx = new RegExp
regEx.Global = true 'make search to ALL matches...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.