PDA

View Full Version : 0.95c (Split)


platnum
03-14-2005, 12:14 AM
Just a quick question.. Will there be a page that shows us the codes that have been changed?.. I have a paid custom hack in ucs, would be easier if i just changed the code myself :-s :-s

Link14716
03-14-2005, 02:54 AM
I'll try to get a list tommorow. It's a one line change in some of the action files.

fly
03-14-2005, 07:21 PM
That would be great. I've modded mine heavily too...

Link14716
03-14-2005, 09:22 PM
In admindonate.php, action.changeothertitle.php, action.denyforumaccess.php, action.donate.php, action.giveforumaccess.php, and action.thief.php (all in the uttstore directory):

Find:
if ($_REQUEST['step'] == "3") {
// globalize!
$_FIELDS = uttstore_globalize_fields($fields);

Add Under:
$_REQUEST['userid'] = intval($_REQUEST['userid']);

platnum
03-20-2005, 03:18 PM
In admindonate.php, action.changeothertitle.php, action.denyforumaccess.php, action.donate.php, action.giveforumaccess.php, and action.thief.php (all in the uttstore directory):

Find:
if ($_REQUEST['step'] == "3") {
// globalize!
$_FIELDS = uttstore_globalize_fields($fields);

Add Under:
$_REQUEST['userid'] = intval($_REQUEST['userid']);

Thanks alot link!