Author Topic: safemode hack configuration  (Read 2889 times)

0 Members and 1 Guest are viewing this topic.

Offline mats

  • Newbie
  • *
  • Posts: 22
    • View Profile
safemode hack configuration
« on: March 15, 2006, 03:52:55 PM »
Hi im working on installing hack to bypassing safemod but dont understand one thing:

I need to replace 2 lines in script: 4images/data/media and 4images/data/thumbnails to what???



$msg = "";
$clickstream = "";
define('MEDIA_PATH_FTP', "/4images/data/media");
define('THUMB_PATH_FTP', "/4images/data/thumbnails");
define('MEDIA_PATH', ROOT_PATH.MEDIA_DIR);
define('THUMB_PATH', ROOT_PATH.THUMB_DIR);
define('MEDIA_TEMP_PATH', ROOT_PATH.MEDIA_TEMP_DIR);
define('THUMB_TEMP_PATH', ROOT_PATH.THUMB_TEMP_DIR);
define('TEMPLATE_PATH', ROOT_PATH.TEMPLATE_DIR."/".$config['template_dir']);
define('ICON_PATH', ROOT_PATH.TEMPLATE_DIR."/".$config['template_dir']."/icons");

Offline IcEcReaM

  • Hero Member
  • *****
  • Posts: 714
    • View Profile
    • My little Testboard
Re: safemode hack configuration
« Reply #1 on: March 15, 2006, 09:24:06 PM »
then it would be better, if you posting directly into the relating thread of the mod you tring to use.
Coding is a everlasting competition between programmers who tries to write larger, better and idiot-safe programs and the universe producing larger and stupider idiots...
...so far the universe won
bump