Medic's Revue

Medic's Revue

Video Recommend! — Page [1]
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
2007 Oct 19 • 5486
57,583 ₧
So, some medics from Edinburgh starred in the yearly revue. It's very very funny, some of it's a bit medic-y and some is a bit British, I suppose. But all the vidjas can be found here.
 
 
 
2010 Apr 16 at 14:54 PDT
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
 
 
 
2010 Apr 16 at 15:19 PDT — Ed. 2010 Apr 16 at 15:20 PDT
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
2007 Oct 19 • 5486
57,583 ₧
 
 
 
2010 Apr 16 at 16:06 PDT
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
Testing the abilities of superjer.com
 
 
 
2010 Apr 16 at 17:22 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
QUIT MESSING WITH IT YOU'RE GONNA BREAK IT!

/MOM
 
 
 
2010 Apr 16 at 17:38 PDT
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
Superjer, I gots some questions for you.
 
 
 
2010 Apr 16 at 17:44 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
OK!
 
 
 
2010 Apr 16 at 17:54 PDT
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
First question: when you or other admins change settings do you have a nice web ui, or do you guys have to hard code everything?
 
 
 
2010 Apr 16 at 18:04 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
We have a web UI for most of the important stuff. This includes creating/moving/deleting forum categories, editing posts and moving trucks, editing users, points, permissions and banning. For obscure stuff like awards we have to edit the database directly.

For new features I had to write new code. Like for the video tag and the Attn: button. But it is of course write-once. The code for that is all done now.
 
 
 
2010 Apr 16 at 18:16 PDT
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
For the database you're using MySQL, right?
 
 
 
2010 Apr 16 at 18:43 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
Yes.
 
 
 
2010 Apr 16 at 18:47 PDT
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
Does every post you make get inputed to the database?

If yes: How do you do that?
 
 
 
2010 Apr 16 at 18:56 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
Yes.

Something like this:
php code

<?php
$q
= "INSERT INTO posts (tid,aid,uid,date,edited,text,html) VALUES ('$tid','$aid','$uid','$time','$time','$text','$html')";
mysql_query($q);
?>

 
 
 
2010 Apr 18 at 02:43 PDT — Ed. 2010 Apr 18 at 02:43 PDT
Page [1]