Generating nixers introductions with the shell. - Programming On Unix
Users browsing this thread: 3 Guest(s)
|
|||
You can find the data here: http://venam.nixers.net/nixers_intro.data
It's the result from this query: Code: select mybb_threads.uid,mybb_threads.username,mybb_threads.tid,mybb_threads.subject,firstpost,message from mybb_threads,mybb_posts where mybb_threads.fid=10 and mybb_threads.firstpost=mybb_posts.pid INTO OUTFILE '/tmp/nixers_intro.data' FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n'; |
|||
Messages In This Thread |
Generating nixers introductions with the shell. - by pranomostro - 18-04-2016, 04:42 PM
RE: Generating nixers introductions with the shell. - by crypto - 18-04-2016, 04:53 PM
RE: Generating nixers introductions with the shell. - by neeasade - 18-04-2016, 04:55 PM
RE: Generating nixers introductions with the shell. - by crypto - 18-04-2016, 04:58 PM
RE: Generating nixers introductions with the shell. - by venam - 19-04-2016, 12:24 AM
RE: Generating nixers introductions with the shell. - by venam - 19-04-2016, 01:49 AM
RE: Generating nixers introductions with the shell. - by pranomostro - 19-04-2016, 05:36 AM
RE: Generating nixers introductions with the shell. - by venam - 19-04-2016, 06:04 AM
RE: Generating nixers introductions with the shell. - by pranomostro - 19-04-2016, 12:26 PM
RE: Generating nixers introductions with the shell. - by venam - 19-04-2016, 01:05 PM
|