Hello,
Our website is designed as follows:
There is a header.php file, a footer.php file and there are several content files, like personel.php which use the templates for the header and footer.
In the header.php file is all the javascript.
We would like to implement an image popup when our...
Hello,
I have a query which shows several campaigns with their belonging information.
What I try to do is to display the grouped campaigns which start with the same 3 charactersers. Each campaign has a main id. These 3 characters can be different per main id.
Example of the fields which...
Hello,
I use the below query to display the count for the records which where entered the last 30 minutes.
The problem I have is that it doesn't go over the night.
We enter records from 21.00 hours until 09.00 hour the next day.
When I use this code it doesn't go to the day before.
For example...
I can email you the output off a script we have. It search for an user in the AD using the php script above. If found it displayes the information which is stored in the AD.
Maybe it is usefull for you.
Regards,
Age
I remembered we also had a problem connecting to the AD with a php script. The problem there was that our domain includes the .nl in it.
We now connect with (in php):
var $_account_suffix="@domain.nl";
var $_base_dn = "DC=domain,DC=nl";
var $_domain_controllers = array...
On my pc it gives the popup off the not-excisting account in the AD.
On the test pc and the other client pc it gives popups for directories of excisting accounts in the AD and off not-excisting account in the AD. On that pc it doesn't mind if I use my login account or a normal user account.
On...
I thought all account have local admin rights.
I noticed in our login script the following:
Set UserObj = GetObject("WinNT://" & nUser.UserDomain & "/" & nUser.Username)
Perhaps our AD is different than normal?
Kind regards,
Age
On the other pc with my account is also gives all the popups... I guess there is something different between my pc and the client pc's. But I don't know what it can be.
Kind regards,
Age
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.