(02-26-2009 08:22 AM)Kunio Wrote: [ -> ]how can script support UTF-8 because my site is Arabic language ?
i got text like this, I mean category
????????
???????
????????
???????
and how can fix this..
thanks.
Same problem here =\
There is any fix?
hello,
i have a little problms with install i thinks all it's okey but he say me when i click on add tar files "Template function template_tar_upload not found!" .... why ??
Arno
You didn't add all of the modification it seems...you need to add
Code:
function template_tar_upload() {
global $settings, $lang, $txt;
?><iframe frameborder="0" scrolling="auto" height="500" width="500" src="http://www.YOUR_DOMAIN_HERE/tarupload.php?cparea=tar_import"><iframe><?php
} // end function
Make sure you put your domain name where it says YOUR_DOMAIN_HERE
edit would need to be done in admincp.template.php after
Code:
function template_comments() {
Sounds like you did not add the appropriate code to admincp.template.php as it says in How to Install.txt file.
Check this file to ensure you added the code for the mod there. If you need some help just send me the file and I will add the code for you.
I find the problms .... i have 2 template and i change only at 1 lol.... now works but.... i have this problem when i would like add games :
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /homez.90/afrenchr/www/jeuxvideoforever/tarupload.php on line 92
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /homez.90/afrenchr/www/jeuxvideoforever/tarupload.php on line 94
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /homez.90/afrenchr/www/jeuxvideoforever/tarupload.php on line 97
The tar file is corrupted or invalid, and the game cannot be added, sorry.
What is it ??
Thanks
Quote:The tar file is corrupted or invalid, and the game cannot be added, sorry.
That usually means the file has been rezipped in the wrong format..for example all games are usually .tar and some sites have rezipped in something other than .tar, for example it could have been zipped as a .zip file and renamed to .tar, which has resulted in them being corrupted..least thats what I noticed when I got that error.
As far as the
Quote:Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /homez.90/afrenchr/www/jeuxvideoforever/tarupload.php on line 94
I am not 100% sure but did you add your site details to the tarupload.php file?
Code:
// INSERT YOUR PATH TO WWW ROOT HERE
$basepath = "/home/PUT YOUR CPANEL LOG IN NAME HERE/public_html";
"The tar file is corrupted or invalid, and the game cannot be added, sorry."
Is just a generic error, given at any failure, the tar file is most likely fine. You need to configure the basepath as mtdesign said. The path is actually given in your error -> /homez.90/afrenchr/www/jeuxvideoforever/
OKEY thanks you !!!!!!!!!!!!!!!!
i put: homez.90/afrenchr/www/jeuxvideoforever and it's : /homez.90/afrenchr/www/jeuxvideoforever/
WORKS FINE NOW
THANKS A LOT !!
Arno
hi, it's not possible to install all game in 1 time ?
Well, it could be possible, but would take a little work..you would have to code a install all option or something like that into it.