Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Member Avatar for kodiak

I've searched quite thoroughly for audio drivers for my chipset(P4M800 CE) and I cant find them anywhere. Tried driver scans like driverguide.com, and gone to the umpteenth page on google, to no avail. The manufacturers website doesn't have them either. If anyone could point me in the right direction that'd …

Member Avatar for kodiak
0
72
Member Avatar for kodiak

Hi, I'm not sure if this is in the right forum, I apologize If its not. I have the GRUB boot loader installed on my computer, and its interfering with me installing windows from cd. I insert the windows install CD, and it says "Setup will now check your computers …

Member Avatar for HelpingHands-IT
0
137
Member Avatar for DaniWeb4Jim

I have a client who came to me with: "I lost my icons and start menu all I see is the backround image on my desktop". Anyone have this problem?

Member Avatar for DaniWeb4Jim
0
165
Member Avatar for kodiak

Hi, I have been having very frustrating problems lately with installing things. The problems start when I configure. [QUOTE]configure:24993: gcc -o conftest -g -O2 conftest.c -ldl -ldl >&5 /tmp/ccqVtOow.o: In function `main': /home/mason/Download/ettercap-NG-0.7.3/conftest.c:77: undefined reference to `lt_dlopen' collect2: ld returned 1 exit status configure:24999: $? = 1 configure: failed program …

Member Avatar for kodiak
0
133
Member Avatar for kodiak

Hi, I am an intermediate c++ programmer, and I'm looking for a tutorial on Visual C++ express edition. If anyone could point me in the right direction with a link (I've searched google, and just get loads of stuff from microsoft, or things that are irreleveant.), it would be help …

Member Avatar for Ancient Dragon
0
138
Member Avatar for kodiak

Hi, I have got a project due tomorrow =\ and it's a powerpoint. I have a microsoft office 2003 disk, and tried to install, but i get an html page with a list of stuff for service pack two. Powerpoint 2007 doesn't work on my system for some reason, I …

0
69
Member Avatar for kodiak

Hi, these classes for making a MuD are driving me crazy!!! heres my starting code, haven't had more than 15 minutes to work out some basic stuff, just trying to start small, get it to compile, then add stuff... [code=c++] #include<iostream> #include<cstdio> #include<windows.h> #include<fstream> #include<cstdlib> #include<ctime> using namespace std; int …

Member Avatar for Bench
0
220
Member Avatar for kodiak

Hi, I have absolutely no clue how to implement Ascii color into a console program. I have tried google, but it only finds irrelevant things... ~thanks!!!!!~ Kodiak!!!

Member Avatar for spider_pig
0
299
Member Avatar for kodiak

I would like to make a MUD in C++. So...=) I need to know how i would program it so that other players could attack, see, and trade with each other. I'm gonna host it on my computer, or maybe a remote shell account, so my friends and i can …

Member Avatar for Bench
0
123
Member Avatar for kodiak

Hi!!! I need to check a form for illegal characters through a whitelist(list of allowed characters) with php. A function that could do this for me would be helpful...I can't find one on google... I really have no idea how to do this.... thanks!!!! ~Kodiak

Member Avatar for stymiee
0
820
Member Avatar for kodiak

ok, so i need to insert something to my mysql database. I have seperately tested the connection, and it's good. It's just something wrong with my code. Look at it. [code=php] <?php include("db.php"); $link2=mysql_connect("$host", "$username", "$password")or die("cannot connect"); mysql_select_db("$db_name")or die("cannot select DB"); if(!$link2){ echo "could not connect.";} $myusername="test"; $mypassword="test"; $sql="insert …

Member Avatar for kodiak
0
115
Member Avatar for kodiak

Hi, I was inspired by cygwin to code my own little shell that allowed you to use ksh or bash commands(haven't decided yet.). Should I go about doing this by using the system() function, or some other way?? Thanks, Kodiak -

Member Avatar for kodiak
0
111
Member Avatar for kodiak

hi, i need help with the system() function. I need to open up a command line instance, change directory to a certain file, and open a file there. Problem is, every time call the system() function, it calls up a new command line instance. I need to do as i …

Member Avatar for Bench
1
2K
Member Avatar for kodiak

I am a beginner at C++, (thought not really to programming in general)........................... and decided to challenge myself to write something: A descrambler........... I know what I need to do. I need to: [code] (any code is pseudocode) open scrambled words file open the wordlist :loop get scrambled words get …

Member Avatar for Killer_Typo
0
286
Member Avatar for kodiak

hey guys, it's my first post!!!! Anyways, I was accepted by IBM for a Linux shell account. To activate and login to it, as part of the process, i need to enter my "RSA-shh public key"... I know what RSA is, but how would I obtain my "rsa-ssh-public key??" I …

Member Avatar for kodiak
0
83