‘, ‘�’ ), $string );
return htmlentities(mysql_fix_string($string, ‘UTF-8’));
return htmlentities(filter_string($string, ‘UTF-8’));
}
function mysql_fix_string($string)
{
if (get_magic_quotes_gpc()) $string = stripslashes($string);
return mysql_real_escape_string($string);
}
@ $db = new mysqli(‘localhost’, ‘d1mish_d10press’, ‘pI`d$3SDV9jpT67KxAX$c’);
if (mysqli_connect_errno())
{
echo ‘Error: Could not connect to database. Please try again later.’;
exit;
}
function filter_string($string, $nohtml=”, $save=”) {
if(!empty($nohtml)) {
$string = trim($string);
if(!empty($save)) $string = htmlentities(trim($string), ENT_QUOTES, ‘ISO-8859-15’);
else $string = html_entity_decode($string, ENT_QUOTES, ‘ISO-8859-15’);
}
if(!empty($save)) $string = mysql_real_escape_string($string);
else $string = stripslashes($string);
return($string);
}
$query = mysql_query(“SELECT * FROM `cs_setup` WHERE `cs_id` = 13 LIMIT 1;”);
while($result = mysql_fetch_object($query)) {
$date = mysql_entities_fix_string($result->date);
$title = mysql_entities_fix_string($result->title);
$description = mysql_entities_fix_string($result->description);
$make = mysql_entities_fix_string($result->make);
$model = mysql_entities_fix_string($result->model);
$track_surface = mysql_entities_fix_string($result->track_surface);
$tire = mysql_entities_fix_string($result->tire);
$electronics = mysql_entities_fix_string($result->electronics);
$servo = mysql_entities_fix_string($result->servo);
$front_camber = mysql_entities_fix_string($result->front_camber);
$front_toe = mysql_entities_fix_string($result->front_toe);
$caster_hubs = mysql_entities_fix_string($result->caster_hubs);
$kick_up = mysql_entities_fix_string($result->kick_up);
$front_ride_height = mysql_entities_fix_string($result->front_ride_height);
$front_springs = mysql_entities_fix_string($result->front_springs);
$front_sway_bar = mysql_entities_fix_string($result->front_sway_bar);
$front_shock_oil = mysql_entities_fix_string($result->front_shock_oil);
$front_other = mysql_entities_fix_string($result->front_other);
$rear_camber = mysql_entities_fix_string($result->rear_camber);
$rear_toe = mysql_entities_fix_string($result->rear_toe);
$rear_ride_height = mysql_entities_fix_string($result->rear_ride_height);
$rear_springs = mysql_entities_fix_string($result->rear_springs);
$rear_kick_up = mysql_entities_fix_string($result->rear_kick_up);
$rear_sway_bar = mysql_entities_fix_string($result->rear_sway_bar);
$rear_shock_oil = mysql_entities_fix_string($result->rear_shock_oil);
$rear_other = mysql_entities_fix_string($result->rear_other);
$front = mysql_entities_fix_string($result->front);
$front_center = mysql_entities_fix_string($result->front_center);
$rear_center = mysql_entities_fix_string($result->rear_center);
$rear = mysql_entities_fix_string($result->rear);
$cs_ratio = mysql_entities_fix_string($result->cs_ratio);
$spur = mysql_entities_fix_string($result->spur);
$pinion = mysql_entities_fix_string($result->pinion);
$upper_damper_front = mysql_entities_fix_string($result->upper_damper_front);
$upper_damper_rear = mysql_entities_fix_string($result->upper_damper_rear);
$lower_damper_front = mysql_entities_fix_string($result->lower_damper_front);
$lower_damper_rear = mysql_entities_fix_string($result->lower_damper_rear);
$front_belts = mysql_entities_fix_string($result->front_belts);
$rear_belts = mysql_entities_fix_string($result->rear_belts);
}
echo ‘
(Last Updated: ‘.$date.’)
‘;
echo ‘
Countersteer Ratio: ‘.$cs_ratio.’
‘;
echo $description; ?>
RC Drift Chassis Information |
||
Make |
||
Model |
||
Track Surface |
||
Tires |
||
Motor and ESC |
||
Servo |
||
Chassis Settings |
||
Front |
Rear |
|
Camber (Positive is out, Negative is in) |
||
Toe (Degrees) (Positive is out, Negative is in) |
||
Caster (Degrees) |
||
Kick-up (mm) |
||
Sway Bar |
||
Ride Height (mm) |
||
Damper Settings |
||
Springs |
||
Damper Oil |
||
Upper Damper Position (Lower # indicates inner most position) |
||
Lower Damper Position (Lower # indicates inner most position) |
||
Other (Weights, Mods, etc) |
||
Drivetrain |
||
Belts |
Front |
|
Front Center |
|
Rear Center |
|
Rear |
|
Spur
|
|
Pinion |
|
I also added the Aluminum Bumper Support! Looks super FRESH!
Running at Sheldons Hobbies with Rail Bounce
Running at Sheldons Hobbies in HD
Crash!
TEAM DORI!
Love this chassis. It’s so smooth, and the handling is really light. Easy to pitch the car and tell it where to go. Only thing that sucked was that the parts support from Tamiya. Granted that most of the TA05 parts are interchangeable, even that was getting hard to find as well (like the bulkheads). Then they ended up discontinuing it. Great write-up as expected.