27 Topics

Member Avatar for
Member Avatar for happygeek

Anyone who knows me will happily inform you that I am, as my username implies, rather tech obsessed. I'm not a happy geek when it comes to smartphone cases though, and it's been a long time since I've been able to say I've got the perfect case for my current …

1
952
Member Avatar for VIeditorlover

Hi everybody, I'd like to ask you if there are some ways how to protect .NET exe and dlls against decompilation. [B]I am not interested in any form of obfuscation[/B], only methods based on (or equivalent to) compiling traditional compilers to machine language. There doesn't matter if commercial or open …

Member Avatar for JOSheaIV
1
1K
Member Avatar for Michael_SB

My motherboard got fried after an update to Windows 8.1 I don't know how, it did. Before I send the laptop off for repair, I want to backup my drives. I've removed the HDD and am reading it through an exertnal HDD reader to my Win 7 laptop. Now, I …

Member Avatar for Michael_SB
0
273
Member Avatar for Zahid_4

Hi, I want to build a web application for customers to run on their local servers on their computers offline. I want that my code logic be protected and no one can edit and use my code without my permission. Even administrator(client) of that application don't have permission to edit …

Member Avatar for Zahid_4
0
313
Member Avatar for Mr.M

Hi Dw I'm working with permissions in my program I want it to protect the chosen file by permissions and now what I want is how can I make these permissions unchanged by a user? Or if not possible because I don't want even the administrator to change these permission …

Member Avatar for Mr.M
0
773
Member Avatar for chrishea

I made great progress this morning in resolving a number of problems that were plaguing my Win7 laptop. It was difficult to find good info about how to resolve these problems. I can provide more details if anyone needs them. Here are the bare bones: * **High CPU** There are …

Member Avatar for chrishea
0
315
Member Avatar for owenransen

I've been writing a technical book, but after Chapter 1 I realised that it would be more useful to people as a searchable online resource. I imagine that the customer subscribes and can then search the content for solutions. So my question is how do I protect online content and …

Member Avatar for owenransen
0
268
Member Avatar for ggeoff

Hi There is hardly a problem with adding a new hard drive to a desktop computer but how should one update the hard drive on which the operating system is installed? Hard drives fail, I have experienced only one over a period of twenty years and that was replaced under …

Member Avatar for ggeoff
0
233
Member Avatar for dasche

Hi all I need any tool which can write protect all externl storage devices in corporate network of more than 200 computers. thanks in advance

Member Avatar for erice242
0
340
Member Avatar for game4tress

I'm trying to find a solution to protect all the software developed in the company I work in. Till now we've been working with hardlocks, but we are trying to cut on expences and wanting to develop our own software protection system. I know that there some free tools, like …

Member Avatar for stultuske
0
303
Member Avatar for PhilEaton

Hi! I recently created a website that has a contact form that sends an email with the PHP Mailer class. I had to use my gmail account because I cannot get my LAMP server's SMTP protocol working... In my mail.php file, I display the password and account quite openly as …

Member Avatar for PhilEaton
0
3K
Member Avatar for code739

hi guys, i just wanna ask if you had known a link for free download for an anti virus that protects your usb i mean the anti virus that recides on your flash drives

Member Avatar for caperjack
0
238
Member Avatar for RazorRamon

Ok over the last several weeks i've been building a website for fun. Its basically a forum site, with topics and comments. I use queries in their basic form. Now that i'm trying to protect my site I'm getting the impression that i have to rewrite all of my code. …

Member Avatar for minitauros
0
280
Member Avatar for svenbro

Hello people, I have created a game for windows7 platform and want to put it on the internet and on cd for a small fee. I was wondering if anyone knows a good copy protection mechanism which i can use. I already find a few anti copy protection mechanisms, does …

Member Avatar for rubberman
0
249
Member Avatar for diafol

Hi all, I've been using ajax for a while and I've been storing my trivial php include files in the public directory tree. Then I thought, I really should be putting my classes and includes above the public document root (as I used to do before I started dabbling with …

Member Avatar for diafol
0
1K
Member Avatar for ginamarie525

I did find another thread on this topic, but it didn't fully fit my issue. I would appreciate any help in resolving this issue, which is as follows: I have McAfee Virus Plus and I suddenly began to get notifications from the program that there was no virus protection. When …

Member Avatar for jholland1964
0
376
Member Avatar for The Bl

I have been trying to create a program that asks for a username and password, and if the user gets it right exits the program, if they get it wrong asks again, and if they get it wrong again logs out of the system. TWO QUESTIONS: 1: is this possible? …

Member Avatar for TrustyTony
0
330
Member Avatar for Tehim

I find for just numbers type_digit() works great combined with addslashes() but what about for a mixture, to prevent SQL injection?

Member Avatar for digital-ether
0
780
Member Avatar for Krstevski

Hello friends, now I will show you how to make a simple anti spam protection (without using captcha) who is very effective. The original idea (for educational purposes) is taken from here: [URL="http://delicon.mk/blog/kontakt-formular-koj-ne-saka-spam-botovi/"]Part 1[/URL] [URL="http://delicon.mk/blog/kontakt-formular-koj-ne-saka-spam-botovi-2/"]Part 2[/URL] Sorry about the links and macedonian language, but I respect my friend and I …

Member Avatar for TechySafi
0
1K
Member Avatar for shabbo_03

im doing a college project in c++. it is a token system of bank(line,queue..).it waits for a enter key and then it creates a token with entry time and expected leaving time,cashier to attend to and token no. whenever i compile the program it gives no error but after runing …

Member Avatar for mbulow
0
349
Member Avatar for WibuSystems

If there are any questions on software copy protection and license management I will be very happy to answer.

0
169
Member Avatar for SSSD

Hello, recently i found one of my old USB devices but when i plugged it in and tried to delete a file it told me it was write protected. Now i have decided to format it but it doesnt let me because it is write protected. It doesnt have a …

Member Avatar for khakilang
0
373
Member Avatar for icewolf

Hello. I'm trying to find out how to make it so only certain applications I have given authorisation to can use a C DLL I have created so that when I release it with a .Net application it cannot be used by others. I found out how to check what …

Member Avatar for Bluefox815
0
182
Member Avatar for nizuya

Currently I am using a combination of .htaccess + .htpasswd to require a user name and password for a directory on my website. Is it possible to do something similar, but to only require a [I]password[/I] and NOT a user name? I would like it so the people who log …

Member Avatar for nizuya
0
139
Member Avatar for nikolabob

First i have to say that i'm have low exp in software development, so please have patience and understanding with me. Ok, my first commercial C# appl is almost done, so i wounder what should i have to do to protect it? In the way someone can't copy and use …

Member Avatar for nikolabob
0
176
Member Avatar for sujithy15

hai guys my question is regarding data protection. conisder this program [code] // This class defines an integer stack that can hold 10 values. class Stack { int stck[] = new int[10]; int tos; // Initialize top-of-stack Stack() { tos = -1; } // Push an item onto the stack …

Member Avatar for sujithy15
0
244
Member Avatar for kernel>panic

I am trying to add a user password protection to my program but it does not work it will quit if password is right or wrong. The file name "setpCS4.dll" is the file the password will be stored in. Thanks for your help.

Member Avatar for VernonDozier
0
666

The End.