Parašė Bucis· 2009 Bir. 23 15:06:12
#1
sveiki, gal galit paaiskinti kaip pakeisti, kad leistu ideti didesne nei 146kb foto? administration/settings_photo.php ten pakeiciau bet vistiek raso kad negali buti didesne nei 146.. :|
settings_photo.php
if (isset($_POST['savesettings'])) {
$result = dbquery("UPDATE ".$db_prefix."settings SET
thumb_w='".(isNum($_POST['thumb_w']) ? $_POST['thumb_w'] : "100")."',
thumb_h='".(isNum($_POST['thumb_h']) ? $_POST['thumb_h'] : "100")."',
photo_w='".(isNum($_POST['photo_w']) ? $_POST['photo_w'] : "400")."',
photo_h='".(isNum($_POST['photo_h']) ? $_POST['photo_h'] : "300")."',
photo_max_w='".(isNum($_POST['photo_max_w']) ? $_POST['photo_max_w'] : "1800")."',
photo_max_h='".(isNum($_POST['photo_max_h']) ? $_POST['photo_max_h'] : "1600")."',
photo_max_b='".(isNum($_POST['photo_max_b']) ? $_POST['photo_max_b'] : "1500000")."',
thumb_compression='".$_POST['thumb_compression']."',
thumbs_per_row='".(isNum($_POST['thumbs_per_row']) ? $_POST['thumbs_per_row'] : "4")."',
thumbs_per_page='".(isNum($_POST['thumbs_per_page']) ? $_POST['thumbs_per_page'] : "12")."'
");
redirect(FUSION_SELF.$aidlink);
}
Redagavo Bucis· 2010 Bal. 6 21:04:41