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 21:54 UTC
sprinkles

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

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

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

2005 Mar 21 • 6666
QUIT MESSING WITH IT YOU'RE GONNA BREAK IT!

/MOM
 
 
 
2010 Apr 17 at 00:38 UTC
sprinkles

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

2005 Mar 21 • 6666
OK!
 
 
 
2010 Apr 17 at 00:54 UTC
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 17 at 01:04 UTC
SuperJer
Websiteman

2005 Mar 21 • 6666
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 17 at 01:16 UTC
sprinkles

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

2005 Mar 21 • 6666
Yes.
 
 
 
2010 Apr 17 at 01:47 UTC
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 17 at 01:56 UTC
SuperJer
Websiteman

2005 Mar 21 • 6666
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 09:43 UTC — Ed. 2010 Apr 18 at 09:43 UTC
Page [1]