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.7K 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
224
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

Do you know any languages? If you do why not tell us so we don't have to guess Also there are many online website hosting services that do the very thing your asking

Member Avatar for michealbay
-1
250
Member Avatar for sknake
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
128
Member Avatar for Violet_82

First before I attempt to assist let me ask you these: By old videos do you mean other videos recorded with the high resolution? If so then sometimes when you convert a video, the converter will have an option of how high Quality you want the video,Obviously the higher it …

Member Avatar for Rakesh456
0
700
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
Member Avatar for fhau013

I see nothing to help if there is no code. I don't know the error unless the error is "pls help". The only way we help with these kind of things is if there's code, where not here to guess.

Member Avatar for fhau013
0
186
Member Avatar for happygeek

Hold on, Before I say what I want to let me just point out I have not favorites of phones. While apple may be thinking they won something and are skyrocketing in cash, this isn't the case and ill explain why. People say Steve jobs wasn't smart an inventor/innovated but …

Member Avatar for jimmyparker
1
589
Member Avatar for Peter Harvy

Welcome Peter, Hope you enjoy your time here and yes what you said is true so more questions more knowledge :)

Member Avatar for best4earn
0
81
Member Avatar for Rik_
Member Avatar for mmcdonald
0
187
Member Avatar for Programmer629

Fairly advanced don't you think but here's what I found: http://www.codeproject.com/Articles/380027/Csharp-Speech-to-Text http://www.codeproject.com/Articles/483347/Speech-recognition-speech-to-text-text-to-speech-a http://www.se7ensins.com/forums/threads/c-speech-recognition-tutorial.908221/ Btw speech recognition is sooo old school, K do brain wave recognition lmao Hope I helped :)

Member Avatar for Pilot122x
0
430
Member Avatar for Gazzmonkey

I'm not extremely good at this are but what I can say is that for networks, tripping over a cable could be as simple as "Just plug it back in" or it may escalate to even more server weaknesses but the point is I believe it had something to do …

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

So from what I read above the code, you want to delete just a single record? I don't see you specifying that within the code unless I missed it(Terrible sight today) so that's what I suggest you do if you still wish for the code tell me in your reply …

Member Avatar for ss125
0
166
Member Avatar for harry_2

First PHP wouldn't really be used for designing. Second PHP is script-sided ex. Databases Third I won't explain because the makers themselves has a good explanation. http://php.net/manual/en/intro-whatcando.php

Member Avatar for Pilot122x
0
187
Member Avatar for nlkm

Hey bro take a look here and you'll get some ebooks. http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books I can't really tell you which one is suitable for you sine I don't know how you learn so I would suggest you read thought a page or two of each XML/JSON ebook and see if it suits …

Member Avatar for Pilot122x
0
159
Member Avatar for benwadee

Just a tip. Paying people who now are professionals wont help you become one. The smart thing to do is to tell us what this assignment is and we will try to help you with it. If it was a regular project I would take the money and try to …

Member Avatar for TrustyTony
-1
142
Member Avatar for ghosthunter1

Never heard of them, Id suggest you wait until youve got more people to vouche for them

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
271
Member Avatar for mcuk

I also use homeAnlearn it is advices you read about three times unless you have some seriously good memory I sometimes even read it while I'm making a new program

Member Avatar for abhishekde.nasa
0
112
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