Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
85% Quality Score
Upvotes Received
5
Posts with Upvotes
3
Upvoting Members
5
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
2 Commented Posts
0 Endorsements
Ranked #3K
~13.6K People Reached
Interests
Programming
Member Avatar for Pilot122x

Ok, so right to it. int CSQLDB::Init(const char *host, const char *user, const char *passwd, const char *db) { //Init mySQL mySQL = mysql_init(mySQL); my_bool rec = 1; mysql_options(mySQL, MYSQL_OPT_RECONNECT, &rec); if(!mysql_real_connect(mySQL, host, user, passwd, db, 3306, NULL, NULL)) { printf("(!!!) mySql connection rejected!\n"); mysql_close(mySQL); return 0; } failed = …

Member Avatar for マーズ maazu
0
221
Member Avatar for Pilot122x

Hey all, I am trying to implement a remote keylogger into my reverse tcp connection program but IM not sure where to start, I dont usually deal with socket programming so I dont understand giving remote commands, so Id like you guys to either give me a few links or …

Member Avatar for Alexpap
0
191
Member Avatar for joemathew
Member Avatar for sknake

Here is a sample code snippet of logging in a user against a user table in an MSSQL database with password encryption. Scott Knake

Member Avatar for pritaeas
10
7K
Member Avatar for Pilot122x

I need to find out how to cut text and insert text into a textfile.....I know about StreamReader and StreamWriter but i dont think any of these will do unless theres some method in the class that I dont know about. I want to be able for example read from …

Member Avatar for Bandarigoda123
0
554
Member Avatar for Pilot122x

so recnetly I released a product of mine to a few close friends, one of these friends runs windows 8 and I coded my program in C# 2010, Windows 7..He gets an error saying improperly formatted, is the fix for that me upgrading to c# 2012 or in there a …

Member Avatar for Pilot122x
0
126
Member Avatar for Violet_82

Chaps, I have a problem. I have some videos recorded with a samsung s3 phone at the following settings: resolution 1920x1080 Video quality: superfine format: mp4 Now, the file size range from a minimum of 50MB to a maximum of 100. When I play the recorded videos on the phone, …

Member Avatar for Rakesh456
0
699
Member Avatar for Pilot122x

if (listBox1.GetSelected(0)) { richTextBox1.AppendText(Environment.NewLine + "upgrade cottage" + listBox2.SelectedItem); } WHen this code is executed, it prints into the richTextBox1 the words upgrade cottage + the selection of listbox 2, I was wondering how do I put a space between the two?

Member Avatar for Pilot122x
0
148
Member Avatar for Pilot122x

private void Cottage_Click(object sender, EventArgs e) { richTextBox1.Text = "create cottage"; richTextBox1.Text = "create Bob"; } So when I run the code what gets printed is Bob of course I knew this would happen from the moment I wrote the code but I do not know what to put instead, …

Member Avatar for Pilot122x
0
151
Member Avatar for happygeek

So here it is, or will be by the end of the month, the world's first smartphone to use a 64-bit chip. Immediately I would suggest that you can forget about most of what was announced yesterday: ![dd1371f031db48fc9bf7389ae52caab5](/attachments/small/0/dd1371f031db48fc9bf7389ae52caab5.jpg "align-right") Forget the new colours that everyone is drooling over (gold? really? …

Member Avatar for happygeek
3
673
Member Avatar for fhau013
Member Avatar for happygeek

A jury in the US has, after just three days deliberating, ruled that Samsung must pay Apple more than $1 billion in damages. The lawsuit had focussed on alleged patent infringements by Samsung in terms of both software and design relating to Apple's iPhone and iPad devices. Although not all …

Member Avatar for jimmyparker
1
587
Member Avatar for Peter Harvy

Am Peter, the matter here i joined is to explore my knowledge on internet marketing sources things..I heard forums are the great place to discuss on more topics..

Member Avatar for best4earn
0
81
Member Avatar for Rik_

Hi everyone, I am thinking of setting up a private network. I have 3 laptop's, a PC, and a tablet. 2 of the laptop's and the PC are running Windows 7 Home Premium 64bit, the other laptop is running Windows 7 Ultimate 32bit and the tablet is running android 2.2. …

Member Avatar for mmcdonald
0
187
Member Avatar for Programmer629

Hey guys. I want to learn how to make a speech recognition program. I don't want it to be JUST commands. I don't want it to be JUST dictating either. I want it to be commands, dictation, and I want it to be kind of like talking to a real …

Member Avatar for Pilot122x
0
430
Member Avatar for Gazzmonkey

Hi all I have a problem that I've been trying to solve for a few days now, as the title suggests; I can access my file server using the IP but I have no access if I use the FQDN. A college of mine usually deals with these network related …

Member Avatar for Gazzmonkey
0
393
Member Avatar for baabjitvk
Member Avatar for rishif2
0
198
Member Avatar for fuhanspujisaputra

i have been doing like the code below, but why when i clicking the "delete" button, it is delete all records in the datagridview, but it does not updating to the database. And, how do i make only the selected row that has been selected by the user that gonna …

Member Avatar for ss125
0
166
Member Avatar for harry_2

Hi i m a professional website designer and interested in learn PHP for Future so can any one explain me where PHP required in website during development or design and what is the main topic which most required for Website Designer or developer I have knowledge about programing like c,c++ …

Member Avatar for Pilot122x
0
187
Member Avatar for nlkm

Which books is the best suitable for me?I am a beginner studying JSON and XML.Could you help me,everybody?

Member Avatar for Pilot122x
0
159
Member Avatar for benwadee

I will donate $10 on paypal for a few python assignments to be completed

Member Avatar for TrustyTony
-1
140
Member Avatar for ghosthunter1

Hi there, I finished my program and want to sell however I learnt that its pretty easy to decompile programs. A friend is using TNTLicensing to protect his programs and said me its doing well but when i researched I saw its a new company. Did you hear this company …

Member Avatar for ghosthunter1
0
97
Member Avatar for Pilot122x

Alright guys I need some assistance with this. Ok In a few days I will start my project but I need to how to do something, Read Below: I need to find out how to display a Users specific table within My MySQL database for example here is a picture …

Member Avatar for Pilot122x
0
270
Member Avatar for mcuk

Hi, I am looking for advice on the best place to start with programming. I work for a web design company and currently create database powered sites using PHP and MySql. I seem to learn very quickly with the right resources. When I started many years ago in PHP, I …

Member Avatar for abhishekde.nasa
0
110
Member Avatar for Pilot122x

Help me please my name is micheal Minner and I am a flight simulator enthusiast and I am attempting to put together a little progran but I need your help its just three questions and all three I wouldn't consider advanced Briefing: I have a login screen connected to a …

0
55