Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
Although in saying this it might be the case that a copy of the GAL is stored on the exchange server itself and the LDAP query just updates this when there is a change! Can't remember of the top of my head! LOL
I think the problem relates to AD sites. Set these up correctly and the machines...
Think the GAL comes from AD rather than from the exchange server. Is there an AD server in both Glasgow and Dundee?
Might be getting mixed up though LOL beena while since I have done AD/Exchange stuff!
Wrote a vbscript to backup folders and files. Just thought I would share it. Cut and paste to notpad and save it as backup.vbs and edit the variables backUpDrive, backUpLocation and toBeBackedUpArray to what ever you want.
It will take a fair while the first time you run it especialy if you...
One more thing. Again dunno if this is important to you or not. But the form is susceptible to phishing attacks. I can submit post data to http://travelderbyshire.com/register.php from anywhere I like.
All I need is the following code
<html>
<head>
</head>
<body>
<form...
Ok the way I broke it and this isn't a security thing but it is a useability thing. If I register my details then rather than clicking the link to continue I simply close the popup with the x. I can still click the register account link and get a blank pop up. Would be better if the popup said...
Would better best via HTTPS
Test for SQL injections if you are sending the details to a mysql, sql server, oracle etc database.
Other than that I would be more worried about spam. Bots could submit rubbish you could add a autogenerated graphic to stop nonsense submissions or a link in the...
put this into a file called test.vbs just make a .txt file called test.txt paste the following in then change the file extension to .vbs
msgbox "hello"
Double click the file test.vbs and see if yo get a box with "hello" in it.
Sounds like vb might not be registered correctlly it should...
Hi Guys,
Got a 2nd interview and they said they really liked me but......
Gave it to someone with financial sector experience.
Oh well :-(
Will keep trying.
D
Prepared all day yesterday as well. I just moved to London on Monday so yesterday and today are the only days I had free! The interview isn't till 5. Just want a few questions to see if my prep worked or not!
Cheers for the luck I need it LOL
I have an interview today and am bricking my self. The job is an ASP.net/JAVA consultant
I have been told there is a technical interview on ASP.net I have done .net developments but have been coding in JAVA for the last 2 years so the terminology is a bit rusty.
Anyone got example...
Site is alive again finally! www.yourlocalfarm.co.uk
Plus me and mate have set up our company website just needs content. http://www.geckointeractive.co.uk/
Low level format is reversable if you are determin enough. Reseting the disk to 0's does not destroy what was there before. As far as I know it takes multiple passes to truly kill the data.
http://www.oreillynet.com/sysadmin/blog/2005/03/please_for_the_love_of_all_tha.html
"Generally the...
I fitted a new hdd to my gfs pc and want to throw here old slow drives out.
I have cleared the data from the drives using active kill.
Snaped the ide pins off and a few controler chips.
Broken the seal on the drives and filled them with salt water then resealed them.
The drives...
Hi Furry,
The site is down just waiting for the hosts to sort it out! Grrr.
Yeah I used to work with CSS all the time when my job was more web design orientated. The last few years has been more pl sql, JAVA, and vb script and although some of it was web based I just plugged into other...
Yeah I am planning to change it to CSS this week seemelessly so it doesnt effect the client. I really just did the site using tables to get it up as quickly as possible! If you look at the code there are a few other design no nos like font and style in the html rather than in css! Naughty Dave...
Hello. Site is done now. www.yourlocalfarm.co.uk
I really appreciated the comments and advice. The client was very happy with the design so I stuck with it as it was. This does not mean I will not use the feedback for future work.
The SEO has gone well as 2 it comes up top in Google for...
Just a quick note to anyone trying this.
I was scratching my head for a while as access would not let me select ODBC databases every time I sleected this option from the linked table selection window the window simply dissapeared no error and no window to select an ODBC connection. After much...