looneymoon
they/them
- AKA
- Rishi
Much better, although you could have scored more points by saying 'bitch' 'ho' or 'slag' instead of lady.
Hey this is like 'My Fair Lady' in reverse
Bitch, where the fuck are my slippers.
Much better, although you could have scored more points by saying 'bitch' 'ho' or 'slag' instead of lady.
Hey this is like 'My Fair Lady' in reverse
"Absolutely fucking reverse, you fucking ho!!"
"Holy fucking fuck! The fucker finally fucking got the fucking idea!"By jove I think he's got it!
I'll fucking come up with a fucking query when I can be fucking arsed to fucking figure out how to fucking add a fucking column to a fucking MySQL Database. I'm pretty fucking sure that's the only fucking way to fucking come up with fucking ratios.I wanna know what the fucking percentage rate of swearing is. You high posting buggers have got an advantage here; if I could actually be fucking arsed I'm sure my ratio would be fucking immense.
Jesus Christ! There are TLS awards!???
How did I not know about this!?
Neh. You just have to use 2 or 3 layer deep querys. I prefer experimenting in myPHPadmin, I never get it right on the first try.
Trick is to sort by user ID somehow. And then divide by number of total posts. But I'm too tired to think.
Jesus Christ! There are TLS awards!???
How did I not know about this!?
Damn, I guess I never knew you could do that with MySQL. Do you know the syntax for it?
Well your SQL query would be something like
SELECT count(*) AS swears, userid, username
FROM post
WHERE pagetext like '%bitch%' or pagetext like '%shit%' or pagetext like '%fuck%' or pagetext like '%cunt%' or pagetext like '%bastard%' or pagetext like '%cock%' or pagetext like '%dick%' or pagetext like '%twat%'
GROUP BY post.userid
ORDER BY swears desc
If you put that into "Query" in phpMyAdmin and just run it from there, you should get the same results. Then you could rewrite the query, like do INNER JOINs and stuff. I think you can export the results into different types of files.
I tried writing up an example but I think I need to try it out with some dummy tables... I can never remember when to use ON and when to just use subquerys directly, like
SELECT ENAME
FROM EMP
WHERE SAL = (SELECT MAX(SAL) FROM EMP WHERE JOB NOT LIKE „MANAGER‟)
And in this case, if you want to write the whole query, you need to use at least one subquery with AS.
Maybe there's a tool for this you can use with phpMyAdmin. Not sure.
Edit: Waitaminute. Maybe this can be done with PHP? Just making 2 or 3 queries, storing them as separate tables and then using PHP to pull out the result? Would make it a whole lot easier. How do you run the queries now? Directly through vBulletin admin or something?
Iiiiiinteresting. I didn't fiddle enough with this in my Databases class this spring. Hmm.
What was that Kimble? Oh right.
CK-47 said:I'm surprised I hardly swear when I type. When i'm talking every second word is either shit or fuck.