Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Tags
Member Avatar for raevin

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() …

Member Avatar for raevin
0
184
Member Avatar for raevin

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 …

Member Avatar for ArkM
0
159
Member Avatar for raevin

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 …

0
45
Member Avatar for vicky_dev

I came across this problem in one of my test papers. It says : Write a program that deletes itself( the exe file ) when run. Here's my first attempt and it didn't work, so I added the error-checking code. [code] /* This program tries to delete itself */ #include …

Member Avatar for WolfPack
0
217
Member Avatar for glamo
Member Avatar for jwenting
0
83
Member Avatar for raevin

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.

Member Avatar for Drowzee
0
111
Member Avatar for raevin

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 …

Member Avatar for raevin
0
213
Member Avatar for raevin

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 -- …

Member Avatar for timolthy
0
96