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

8 Posted Topics

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
193
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
161
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
48
Member Avatar for vicky_dev

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

Member Avatar for WolfPack
0
221
Member Avatar for glamo
Re: Jar

[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.)

Member Avatar for jwenting
0
85
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
113
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
224
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

The End.