or is there anyway i let you access to my server side, take a look ??
i will create a temp id and username>>???
Printable View
or is there anyway i let you access to my server side, take a look ??
i will create a temp id and username>>???
Actually... I dont think unserialize can turn a string that long into an array... Not a file that long. The string holds to much data.
Poor developing? If the developer knows the length of the tree file I wonder why they would use it? I had a problem one time with a script only to find out later that the function being used in the script wasn't enabled on the server.
They could put the following in a file to check...
func_test.php
Upload to your server and visit that file in the browser to see the result.PHP Code:<?php
if(function_exists('unserialize')) {
echo "unserialize function is enabled";
}
else {
echo "unserialize is NOT enabled";
}
?>
unserialize might be a very common function(which I'm not familiar with), but Nile might be able to give you more info on it.
ok , i try it out and let you all know the status
thanks
for this script where should i put into the install.php or have to create a new one??
Was this resolved I have the same problem but another file installing this software.
The support of the software just say they will do the install but I'm not in the routine of allowing outsiders on my servers so if I don't sort this myself I'll have move on and use another Afiliate software package.