access

WMI Access denied issue

I am using C# & WMI to retrieve REMOTE COMPUTER services. The connection is made using ConnectionOptions with username & password. Username has administrative privilege. I can query Win32_OperatingSystem OR Win32_LogicalDisk without any problem. But when I query SELECT * FROM Win32_Service then I get Access Denied issue. I give permissio...

How to Store MPMediaItemCollection object in NSUserDefault?

Hi All, In My Application i access ipod Library and choose the song. i want store that Song in NSUserDefault for save that song for reuse. But when i reload the application i get error and application get crashed. I use NSData to store that MPMediaItemCollection object. I use following code... Save collection is my MPMediaItemColl...

Recommendations for Webbased Archive

Requirements for archival type software 1. Data/Image/possibly video.... upload/search/retrevial/edit from web. 2. Easily implemented user defined Custom Fields 3. Easy backup. 4. Low cost ... either opensource or very low cost I am a very novice programmer. My primary goal is to manage a collection and publish it to the web. Options ...

Access individual frames of video streamed from the Internet on iPhone

Hi, I am wondering if it is possible to access individual frames of video streamed from the Internet using the latest iOS4 SDK? What I would like to do is to access every frame in real time, manipulate it and display back on the screen. Thanks, Andrzej ...

ASP issue in retrieving datas

set rs6= objconn.execute("select TotalDays from newbank where " & _ "newbank.empid= '" & session("EmpID") & "' and newbank.LeaveType = 23") Here 23 is the value in the Field name LeaveType.But TotalDays are not retrieving.Can help to solve this Thank You ...

Getting "execute" permission for an area of memory

I am using C++, and would like to get the permission to execute on an area of memory. Is there a way I can do this? Right now when I just try to execute it, I get an access violation error. ...

JSP deny direct access to URL by non-logged in user

I have a login and a user info page which is displayed after login. How can I block user info page from direct access by user? How can I implement that with session? ...

How can I restrict / authorize access to PHP script ?

There is this PHP script on my website which I don't want people to be able to run by just typing its name in the browser. Ideally I would like this script to be run only by registered users and only from within a Windows app (which I will have to provide). Can this be done ? Alternatively, how can I protect this script so that it can ...

mysql phpmyadmin user password for database

i am using phpmyadmin; i created a database; now i want to locate the username and password for this new database i created. note, i am not sys admin, i am only the developer, but i do have access to create db on mysql in phpmyadmin. does my sys admin needs to tell me the username and password to access this db, or i can telnet and get i...

Accessing the Java call stack

I would like to know if it's possible to access the call stack from within a method to see which method in which package called the one we are in now? Or perhaps there is another way of doing this? Thanks, ExtremeCoder P.S. This is all in Java ...

Website Access Test From China

To all the Chinese members of StackOverflow, a quick request. I'm performing a series of tests on a university website and want to ascertain if it can be accessed from all parts of China. So far, sites like JustPing have reported success from major cities like Shanghai, Beijing etc. I'd still like to go ahead and get a report from the av...

C++ msvcp90d.dll Access violation exception

I was writing a c++/cli wrapper for a native c++ application, and when I finished writing code, it builds so well. The native c++ is built to a static library (.lib) file, and I referenced it in my c++/cli wrapper, then I wrote a c# console application to test the wrapper. However, the debugger can be launched.If I commented the lines w...

RBAC Access Control in tree structure

I am implimenting role based access control in a tree structure (organization) that normally would be stored in LDAP but this time is in MySQL. Part of my requirement is to give people acccess to part of the tree. In LDAP I would use a ACI to filter part of the tree. I am just not sure on the best way to do this in PHP/MySQL. What is th...

Drupal 7 access control for nodes/content

I installed Drupal 7 but the only access control option available is for viewing published content. I want to be able to set different access control options for the different content I create. Some pages should be viewable by some people and other pages shouldn't. Drupal 6 has the Node Access module which is capable of this but it's ...

Prevent applications to log in on Oracle Database

Hello, Does anybody knows how could I make a trigger or anything else to prevent people to connect on my database with any kind of applications besides mine? Note that the super-old-and-unsecure trigger to block few .exe such TOAD or watever does NOT really works, since you can just rename the EXE to MyApplication.exe. Hints? ...

Why is IE7 and IE8 Giving me "Access Denied" when calling jQuery?

I am using the Google CDN to call the jQuery 1.4.2 Min File into my application. One FF, Chrome, Safari everything is working great. But for some reason, i get a "Access Denied" error for the jquery.min.js file on line 127...? I don't get it. Anyone have a clue why this is acting up in this way? I am totally clueless. ! Screenshot a...

ASP - Microsoft Access Providers - userID unique after deleting user or reuse?

Hello, I'm building a website in ASP (C#). I'm using the Microsoft Access Membership Provider. I was wondering if the userID will stay unique after removing the user or if it will be used again when creating a new user. Hope somebody knows the answer. Greet, Jesper ...

Getting Access Denied when trying to view or delete a MySite in SharePoint 2007 Moss

Hello, Im the SharePoint Administrator at my company. When i try to go to someones site to delete it. using this path> Central Administration site > SharedServices1 Home page > User Profiles and Properties > View user profiles. I then select the userid that has the site i wish to delete. Then try to manage Personal site. I then get...

joomla direct access to folder for logged users

Hi, I'm totally scripting noob, so sorry for my question. I create folder in my joomla instalation. Users should be access to this folder directly but only when they logged in joomla. Is this possible? ...

Common Log format bytes - access log : Clarification

I thought I knew this, but am confused :( Need some clarification on it - In the CLF format (access log for httpd, tomcat, jboss, weblogic etc etc), what does the "bytes" field indicate ? Is it the bytes transferred from the server to the client or client to the server ? I believe its the former ; but in that case what happens when the ...