No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
I've been searching Google and here, and haven't found anything that'd work for me. I'm trying to restrict access to my scripts so that they will only be accessible via the main page. On the initial page load, everything loads fine. But, if I click on a link, the define() … | |
Long story short, writing a multithreaded honey pot, and am having issues starting the honey pot servers. I'll get straight to the code, then explain the issue: Structure defs: [code=c] typedef struct __GENERIC{ int sock; char buff[MAXBUFF]; char ip[17]; int status; int port; int max_conns; // dMaxClients (Master = max … | |
Hey, long story short...I'm wondering if there's a way to use Putty to connect to a S/390 (or OS/390?) machine. I'm at work, and right now we use an IBM program (some people call it Aptis, we call it Personal Communications). I've tried connecting to it using all the default … | |
Re: [QUOTE=rnodal]...I remember windows not letting you delete files in use, so that may be the reason...[/QUOTE] Windows does have that on files (to where you can't delete a file in use). What you want to accomplish is more than likely possible, but you would have to trick Windows a little … | |
Re: [QUOTE=glamo]How to make a jar file ? can anyone tell :( me[/QUOTE] Are you using the NetBeans IDE? If so, I believe it comes w/ a JAR project file kind of setup that you can use. (Note: I don't use NetBeans, but I've seen it in various screenshots.) | |
Does anyone know how to fix the afxwin1.inl debug assertion error (I get it for line 22 of afxwin1.inl). Google gives me no help. | |
Hello all, I'm working on a program using MFC and VS6, and when I split my program into files (aka: move certain portions to a new file for easier reading and such), I get this error: [code] error C2065: 'IDD_DIALOG' : undeclared identifier error C2057: expected constant expression [/code] Here's … | |
What I want to do is transfer all my files I have my main computer, to another one in the house (like, use shared-drives, mapping, or something similar). Here's my setup:: Main computer -- D-Link Wireless-G 54 mbps router, ~4 mbps DSL, Windows XP Home Edition (SP2) Other computer -- … |
The End.