63 Topics

Member Avatar for
Member Avatar for sheenarbw

I wrote a recursive function using System.IO stuff in order to copy a directory and all its contents to another location. I'm using Windows 7 and Visual C# 2010. It looked like a simple task but it really isn't. First, when i tried to run the code i got a …

Member Avatar for danimal1
0
1K
Member Avatar for huntaz556

I know i have already asked this question but i didn't want to reply to an old thread :) But i have made a second table in my database named members_info the other table is named members and it holds the usernames and passwords. My question is how can i …

Member Avatar for huntaz556
0
196
Member Avatar for secret-code

Hii I have a work network and all computers have the same workgroup name, but the workgroup is a part of whole bulding network. I wanted to restrict access to on of the computers to only employees at the office and I enabled guest account on that computer an set …

Member Avatar for secret-code
0
203
Member Avatar for clflyer

I have a program that I wrote that creates a database in SQL Server called States_02 as a sysadmin user. Later on I want to grant SELECT permissions to that database to another user, web I always get an error that it cannot find States_02 or I don't have permissions …

Member Avatar for bluehangook629
0
170
Member Avatar for crazyvonzipper

HI i am trying to convert a doc file to a pdf file. please see my conversion code below [CODE] private string m_SourceFilePath; private string m_DestFilePath; public bool DoConversion() { bool returnValue; Word.WdExportFormat exportFormat = Microsoft.Office.Interop.Word.WdExportFormat.wdExportFormatPDF; object paramMissing = Type.Missing; Word.ApplicationClass wordApplication = new Word.ApplicationClass(); Word.Document wordDocument = null; try …

0
134
Member Avatar for dean8710

I have upload files over the live domain. and some files are process files. how I can limit the permission of the files so user cannot type that file's name on the url address bar? example of file permission code, 0755, 0644 Can someone gives me the list, and the …

Member Avatar for dean8710
0
187
Member Avatar for iamthesgt

In writing a logging program for a SDK Engine, I have come across some problems. The logging function works fine when called with test programs, but when I run it in a full test of the SDK Engine, no file is ever created. I added some testing lines to make …

Member Avatar for iamthesgt
0
397
Member Avatar for linx_mt

Hello, I am so frustrated as I search the internet and cannot find solution for what I want to do... I want my C or C++ code be able to create a file in a directory under "C:\Program Files", for example "C:\Program Files\abc\xyz.txt". This usually triggers a security confirmation like …

Member Avatar for linx_mt
0
296
Member Avatar for rom.

Hi there, A website I'm admin for has a serious security issue. Everytime I make changes to a php script, I chmod -R 777 the var/www directory to make the script work. And if I change this to 775, the photo upload feature on the website doesn't work. So my …

Member Avatar for nonshatter
0
206
Member Avatar for rolfg

Installed Wordpress Multisite on Windows server 2008R2 and seems to be working fine EXCEPT: the update feature in WP fails or anytime when it tries to install something for you. I set up a valid / working FTP account as it sometimes asks for this, but that does not work …

Member Avatar for lasitha2005d
0
276
Member Avatar for Danarchy

Hello, As a Mac user and minor maintenance man on XP machines for friends and family, pardon my ignorance on this Windows 7 issue. I bought my father an Iomega portable 320GB HDD for Father's Day For his new HP machine with Windows 7 Home Premium 64 bit. He wants …

Member Avatar for Danarchy
0
267
Member Avatar for masterofpuppets

Hi all, Here's the problem I have. I am designing a website in HTML and I want to include a chat system using a Java applet. I have written a small example applet that just connects to my server and gets the users that are currently online. The applet works …

Member Avatar for masterofpuppets
0
284
Member Avatar for QuesoTaco

I am using Microsoft Visual Studio 08 version on a computer where I do not have admin privileges. After building my project, I want to put the .exe into the Visual Studio 08's VC folder in order to run dumpbin from the command prompt, but it won't let me copy …

Member Avatar for template<>
0
528
Member Avatar for Kingowen17

Hi there, Is it possible to lock down permissions to files on a network file server so that people who amend them can only save them back to their original network location? By this I mean can saving them to their local C:\ or sending them on via email after …

Member Avatar for jingda
0
202
Member Avatar for Valmian

Hello, I have a very strange error. I recently installed a test environment on my laptop with IIS7/PHP5/MySQL on Vista Home Premium. When I tried to install phpMyAdmin I found that it somehow failed silently, in particular, config file could not get written even though no error was shown. To …

0
191
Member Avatar for BLUEC0RE

My original plan was to pipe "ls -l", get the permission string that represented the file in question. Translate the string of 'r's 'w's 'x's '-'s into 0s and 1s then convert it from binary to octal. This seems really cumbersome and annoying and I gotta figure there is some …

Member Avatar for BLUEC0RE
0
171
Member Avatar for abd640

Hi I want to change the permission of a registry key , and I want to set it as a read only... How can I do that ??? I tried this way, but it doesn't change anything, also it doesn't give me anything. like nothing is happened... [CODE]RegistryPermission rp = …

Member Avatar for abd640
0
593
Member Avatar for judithSampathwa

i have a question in windows folder permissions and the hierarchy. say i have a folder C:Report\Level 1 what is the parent folder is it level 1 or Report ? thankx

Member Avatar for Reverend Jim
0
172
Member Avatar for RicardoE

So I writed a complete software, and I included one custom file in the installer to hold some settings the program will need to run. The thing is that the program will need to write to this file when the user changes settings. When I run the program from Visual …

Member Avatar for Momerath
0
195
Member Avatar for heals1ic

While logged into my sbs 2008 using the domain administrator account I keep getting this error when changing folder security to folders and children. [CODE]error applying security An error occurred while applying security information to: c:\folder\file.doc access denied[/CODE] All of the files and subfolders in this folder have full permissions …

Member Avatar for ComputerCharmer
0
866
Member Avatar for carinilumpyhead

My friend has two HP desktop computers running Windows XP (SP3) in his living room and entertains many, many guests daily. Guests who do not usually carry laptop/netbook with them are allowed access to these computers and their internet connections without much supervision. Most of said users are very respectful …

Member Avatar for jak0b
0
174
Member Avatar for testman84

what I'm trying is to write program that accepts list of user as its argument 1- If a user or more are given as arguments, the script should reset files permissions as follows: a. Directory ~/share to 750 (if it exists). b. All regular files inside ~/share to 744. c. …

0
146
Member Avatar for Menster

Hi Guys, I'm in the process of developing an ActiveX control which is designed to check the status of an installation and the config of that installation if it is there. I'm 5/6ths of the way there, but in one of my steps, I rely on a 3rd party DLL's …

0
96
Member Avatar for OpenBSD

Hi, I have 2 level for signup memebr . 1-member 2-supermember now i send for each user value 1 or 2 to permission. SQL Table : id | name | lastname | permission | date | desc | username | password so in user profile page i have 6 link …

Member Avatar for CyberSpatium
0
166
Member Avatar for kirtan_thakkar

I want to set all the permission in one specific folder with htaccess. What to code in htaccess for that? Please help..

Member Avatar for pritaeas
0
75
Member Avatar for saranraj.cmr2

Hi, I would like to post the stream from my website to facebook user wall by using facebook API.. 1. I have created the facebook application 2. posted the stream by application admin .. passed the parameter which required to this function.. $this->facebook->api_client->stream_publish($comments,'From:blinkbee.com',$action_link,$f_user_id,$f_user_id); 3.sucessfully posted the stream.. 4.Then i changed …

Member Avatar for saranraj.cmr2
0
162
Member Avatar for neti1987

hi! I have to check file's permissions, but I'm not sure how should I check the [B]g[/B]roup and the [B]o[/B]ther permissions. I'm not sure I did it right for the group and the user. for the other - I guess I have to use the "S_IROTH" flaf. here is my …

0
89
Member Avatar for damnpoet

Hi, I trying to create some dirs like this: [CODE]@mkdir("photos/$cat/$sku", 0777, true)[/CODE] it creates the first directory with 0777 permissions, but when it creates the second is uses 000 as it's perms, so it fails to create the third. A workaround this please? Thanks, Richard.

Member Avatar for nith
0
70
Member Avatar for glenjennings

I was able to get to my task manager and deleted av.exe several times and it finally went away. My friend helped me delete some stuff in the registry but i don't know if it is gone or not. I had Kaspersky Lab AntiVirus 2009 installed and i updated again …

Member Avatar for JemB
0
123
Member Avatar for SillyBilly

I have a question, couple of years ago, I had a system failure and windows tech support help me fix it but had me do a lot of registry entries in windows recovery console. What ended up for the fix was he had me actually put the boot files on …

Member Avatar for gerbil
0
281

The End.