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...
...regEx.Global = true 'make search to ALL matches
regEx.Pattern = "b\Wu\Wg\Wg\We\Wr"
msgLine = regEx.Replace (strString,"b****r") 'make replacement
'to test match only
if reqEx.test (strString) then response.redirect "swear.asp"
focus on the Pattern...
I want to add a record to the database on my server by sending an email to my server:
ex: I send e-mail to sql@mydomain.com
the server checkes the account sql@mydomain.com and executed the SQL command. ie, adds the record
...Authentication is enabled, the premission on the folder and/or file was changed. Make sure that the Users group, especially the IUSER_* have the right permission to read/write/modify the directory of the text file and the text file itself. Also check the security permission of the IIS of the...
The previous programmer must have added the function formatcurrency which puts the pound sign at each currency. You should remove this function and instead use the function formatnumber to make your number look the way you want, plus add the dollar sign before the currency value.
for ease, make...
I have my computer connected to a local network. The network has a proxy.
My computer has a private IP 10.154.237.127 and the proxy viewed by my computer has an IP of 192.168.0.1 .
I can get the public IP that my ISP use to connect me to the internet. How can i connect to my computer By FTP...
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.