PDA

View Full Version : Site going down soon for security update



Silver_2000
01-07-2005, 09:06 AM
Fyi

Silver_2000
01-07-2005, 09:43 AM
Upgrade complete

It likely broke a number of Hacks I installed

Please post here if you find anything broken

Dont have time to fix it now but I will get to it

Doug

Silver_2000
01-07-2005, 01:54 PM
Confirmed that the arcade is broke again - Ill fix it soon

SpeedyBolt
01-25-2005, 06:15 PM
Is the timeslip database broken to? When I go there it just pulls up a blank screen. Maybe my computer though.

Silver_2000
01-25-2005, 07:33 PM
Is the timeslip database broken to? When I go there it just pulls up a blank screen. Maybe my computer though.

Timeslips works for me - Can any one else confirm the issue ?

03LightningRocks
01-26-2005, 12:02 AM
Timeslips works for me - Can any one else confirm the issue ?


I don't know if it matters at this point, but it all is working for me as of a few minutes ago....:tu:

StormShadow
01-26-2005, 12:28 AM
I am unable to edit vehicle profile and I also cannot submit timeslip to the timeslips feature on the task bar. I can click timeslips and read everyones however when I click on submit at the bottom I get a blank page and on the lower left hand side of the IE browser it says DONE.

BC Lightning
01-26-2005, 09:20 AM
I'm having the same problems as speedy bolt and adam


vehicle profile and when I click on "Submit your timeslip data (http://www.talonclub.com/forum/profile.php?&do=edittimeslip)" it takes me to a blank screen

Silver_2000
01-26-2005, 10:25 AM
Yep - Looks like the recent security upgrade broke the timeslips as well...

The code has changed so much I have to wait for the designer of the hack to help...
Unless someone here can help me merge


In looking to fix the TD on 3.06
This section of member.php has changed from this

// CUSTOM PROFILE FIELDS
$profilefields = $DB_site->query("
SELECT profilefieldid, required, title, type, data, def, height
FROM " . TABLE_PREFIX . "profilefield
WHERE form = 0 " . iif(!can_moderate(), "
AND hidden = 0") . "
ORDER BY displayorder
");

to this
>>>>>>>>>>>>>>>>

// CUSTOM PROFILE FIELDS
$profilefields = $DB_site->query("
SELECT profilefieldid, required, title, type, data, def, height
FROM " . TABLE_PREFIX . "profilefield
WHERE form = 0 " . iif(!($permissions['genericpermissions'] & CANSEEHIDDENCUSTOMFIELDS), "
AND hidden = 0") . "
ORDER BY displayorder
");