| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
i swear i did nothing officer. :-) | ||||
![]() |
|
|
Thread Tools | Search this Thread |
#11
|
|||||||
|
|||||||
![]() ill give it a try
__________________
my mama always said if you\'re not cheating you\'re not trying! 4.0.9 |
|||||||
#12
|
|||||||
|
|||||||
![]() i dont know what to put?
heres what it says # # fopen + fread wrapper # function func_file_get($file, $is_root = false) { $fp = func_fopen($file, 'rb', $is_root); if ($fp === false) return false; while (strlen($str = fread($fp, 8192)) > 0 ) $data .= $str; fclose($fp); return $data; } # # readfile() wrapper # function func_readfile($file, $is_root = false) { $file = func_allow_file($file, $is_root); if ($file === false) return false; return readfile($file); } # # Get tmpfile content # function func_temp_read($tmpfile, $delete = false) { if (empty($tmpfile)) return false; $fp = @fopen($tmpfile,"rb"); if(!$fp) return false; while (strlen($str = fread($fp, 4096)) > 0 ) $data .= $str; fclose($fp); if ($delete) { @unlink($tmpfile); } return $data; }
__________________
my mama always said if you\'re not cheating you\'re not trying! 4.0.9 |
|||||||
#13
|
|||||||||
|
|||||||||
![]() That looks like a PHP file not a template file.
|
|||||||||
#14
|
|||||||
|
|||||||
![]() i just spent an hour going through all my folders, till i found the one i had to fix.
so i dont really have a simpile solution.
__________________
theway.net.au xcart gold version: 4.0.11 |
|||||||
#15
|
|||||||||
|
|||||||||
![]() or use the debug window to show you the templates being used in the page with the error
__________________
Looking for a reliable X-cart host ? You wont go wrong with either of these. ![]() ![]() |
|||||||||
|
|||
X-Cart forums © 2001-2020
|