Originally Posted by nocomp
This will be available in next release.
This problem is affecting the international sales ... there are houdreds of languages othe than English and among of their speakers there are many people who like to get this script but the problem it is not supporting any non-latin language .. from my experince as a software engineer .. the problem is not that big. it is just the charset to be unified .. rather than using binary or iso .. use utf-8 which is the unified charset that accept most of the languages world wide. If the script was not encoded using Zend, I would be able to fix the problem myself !Originally Posted by mersh
I realy apreciate the admin work and I admire his desire to solve any problem in the script although he didnt give my problem a priority .. however, I am so depressed and sad that I cannot enjoy using this amazing script with my native language and I cannot reliease my website !
mashim, we never worked with other languages, so not very sure about the char sets. Many of the users have modified the templates to other languages. We will look into uf8 encoding, we may need help from experts like you to do the conversion.
Now we are moving the language used in PHP script to external files. If you are using latest release, you will find this in include/language/en/ folder.
Once we have external language files, then we convert the database to uf8, it will be fine ?
you mean "misspelled"? :)Originally Posted by spun2u
I was testing everyone. You passed. 8)Originally Posted by mersh
I think with all the new features and stuff. vShare should raise the price of the script to people that want to buy it now.
But no change in current owners. Do you not agree?
Yep ive been saying it for a while, once the next updates out.
Unable to execute Query:Table 'videoann_vids.verify_password' doesn't exist
I had to reset my old admin password but when requested to enter the new one (with confirmation code) I get this error
another thing: I'm always requested to download the flash player, even if I have already downloaded it
For all those that are having issues with grabbing the cookie variable for username and plugging it in your session variable, here's a simple solution that works 100%.
In your tpl page (usually header.tpl since it loads first on every page) put this at the top right after the <body> tag:
Code:{include_php file="sc.php"}
In the sc.php page put this, and only this:
This way, you're starting your session, and technically including a cookie check. If the cookie exists, then your session username will be populated with the proper cookie username (vshare_user).Code:<?php session_start(); if ($_COOKIE['vshare_user'] != "") { $_SESSION['USERNAME'] = $_COOKIE['vshare_user']; } ?>
http://ActingShowcase.com/
Bookmarks