• There were many reasons for the change of the site software, the biggest was security. The age of the old software also meant no server updates for certain programs. There are many benefits to the new software, one of the biggest is the mobile functionality. Ill fix up some stuff in the coming days, we'll also try to get some of the old addons back or the data imported back into the site like the garage. To create a thread or to reply with a post is basically the same as it was in the prior software. The default style of the site is light colored, but i temporarily added a darker colored style, to change you can find a link at the bottom of the site.

Bob Denman has how many posts

Now that's scary...............

"Reggy is down here, and at the moment he is hunting down an electrics issue, his bike is in bits. I hope he gets it figured out and we can ride together today."

With all the "whiz bang gizmos" Reggy has on his beautiful RT, and his being the electronics wizard of LEDs, you wouldn't think he'd be having an issue at all!!!
 
It happens :shocked:... and often to the best and brightest too!
He'll whip it into shape; I'm sure of that! :thumbup:
Jim,
Have you tested any more RTs recently? ;)
 
4_18_7.gif
 
if (!strcmp(event, "spyder_general_discussion")) {
bob Denman[23,175];
struct message_t mst;
struct message_broadcast_t mbt;

if (strcmp(msg->type, "incoming_privateMessage")==0) {
trillianInitialize(mst);
mst.medium = msg->medium;
mst.connection_id = 0;
mst.name = msg->DocDoru;
mst.type = "outgoing";
sprintf(buffer, "I believe you said : %s", msg->text);
mst.text = buffer;

plugin_send(MYGUID, "messageSend", &mst);
}
}
 
Back
Top