Click here to Skip to main content
16,011,358 members
Home / Discussions / Spam and Abuse Watch
   

Spam and Abuse Watch

This board allows members to report the accounts of spammers and others who abuse the forums in order to give other members the chance to vote to close the offending account.

 
GeneralRe: Spammer from moderation queue (Inventor Man) Pin
Nelek25-Jun-17 8:28
protectorNelek25-Jun-17 8:28 
GeneralSpammer from moderation queue (Agada Healthcare) Pin
OriginalGriff22-Jun-17 20:59
mveOriginalGriff22-Jun-17 20:59 
GeneralSpam would be article - gone Pin
OriginalGriff22-Jun-17 20:26
mveOriginalGriff22-Jun-17 20:26 
GeneralSpam accounts - All gone Pin
Cmmdr6422-Jun-17 19:53
Cmmdr6422-Jun-17 19:53 
GeneralRe: Spam accounts - All gone Pin
Richard Deeming23-Jun-17 6:27
mveRichard Deeming23-Jun-17 6:27 
GeneralSpam accounts - All gone Pin
Cmmdr6422-Jun-17 19:45
Cmmdr6422-Jun-17 19:45 
GeneralRe: Spam accounts - All gone Pin
Richard Deeming23-Jun-17 6:27
mveRichard Deeming23-Jun-17 6:27 
GeneralPlagiarised QA answer Pin
Richard Deeming22-Jun-17 9:21
mveRichard Deeming22-Jun-17 9:21 
Plagiarist: Member 13213262 - Professional Profile[^]
Plagiarism: Member questions & answers[^]

Posting a new answer to a solved question from 2013 would be bad enough. Making that answer almost an exact copy of an answer posted four years ago is just taking the piss.

Solution #5: Posted 22-Jul-13 16:25pm

SqlConnection vcon = new SqlConnection(ConfigurationManager.ConnectionStrings["BBAConnectionString1"].ToString());
Vcon.Open();
SqlCommand cmd = new Sqlcommand (select phonenumber from Tablename,Vcon);
label1.Text = Convert.ToString(cmd.ExcuteScalar());
Vcon.Close();


Solution #7: Posted 3hrs 15mins ago

sqlconnection con = new sqlconnection(Data source=.; initial catalog= Your database name; User ID= ; password= Wink | ;)
con.open();
SqlCommand cmd = new Sqlcommand (select phonenumber from Tablename,con);
label1.Text = Convert.ToString(cmd.ExcuteScalar());
con.Close();


He's replaced the valid first line with an invalid connection string, and made the class name lower-case.
He's changed Vcon to con.
And he's removed the <pre> block.

Other than that, it's identical, even down to the incorrect case of Sqlcommand, the missing quotes around the query, and the default control name.

And it looks like there's a sock-puppet: someone up-voted his answer. D'Oh! | :doh:



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer



modified 22-Jun-17 15:42pm.

GeneralRe: Plagiarised QA answer Pin
Wendelius22-Jun-17 10:24
mentorWendelius22-Jun-17 10:24 
GeneralSpam accounts - All gone Pin
Cmmdr6422-Jun-17 6:30
Cmmdr6422-Jun-17 6:30 
GeneralSpam accounts - All gone Pin
Cmmdr6422-Jun-17 4:15
Cmmdr6422-Jun-17 4:15 
GeneralRe: Spam accounts - All gone Pin
Richard Deeming22-Jun-17 4:22
mveRichard Deeming22-Jun-17 4:22 
GeneralSpam accounts - All gone Pin
Cmmdr6422-Jun-17 4:13
Cmmdr6422-Jun-17 4:13 
GeneralRe: Spam accounts - All gone Pin
Richard Deeming22-Jun-17 4:21
mveRichard Deeming22-Jun-17 4:21 
GeneralSpam accounts - All gone Pin
Cmmdr6422-Jun-17 4:11
Cmmdr6422-Jun-17 4:11 
GeneralRe: Spam accounts - All gone Pin
Richard Deeming22-Jun-17 4:33
mveRichard Deeming22-Jun-17 4:33 
GeneralI let this through, but now I'm not so sure... Pin
OriginalGriff22-Jun-17 3:12
mveOriginalGriff22-Jun-17 3:12 
GeneralRe: I let this through, but now I'm not so sure... Pin
Richard Deeming22-Jun-17 4:19
mveRichard Deeming22-Jun-17 4:19 
GeneralSpammers from moderation Pin
Thanks787222-Jun-17 2:20
professionalThanks787222-Jun-17 2:20 
GeneralSpam would be article (wellness) - gone Pin
Jochen Arndt22-Jun-17 1:59
professionalJochen Arndt22-Jun-17 1:59 
GeneralSite-driving Spam Pin
Richard Deeming22-Jun-17 0:56
mveRichard Deeming22-Jun-17 0:56 
Generalspam wannabe article Pin
Nelek22-Jun-17 0:40
protectorNelek22-Jun-17 0:40 
GeneralSpammer from moderation queue (ielts without exam) Pin
OriginalGriff21-Jun-17 23:53
mveOriginalGriff21-Jun-17 23:53 
GeneralAbusive behaviour from moderation queue Pin
OriginalGriff21-Jun-17 23:24
mveOriginalGriff21-Jun-17 23:24 
GeneralRe: Abusive behaviour from moderation queue Pin
Nelek22-Jun-17 0:44
protectorNelek22-Jun-17 0:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.