Page 6 of 6 FirstFirst ... 456
Results 51 to 59 of 59

Thread: vShare 2.1 Release: 20070625

  1. #51
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    Quote Originally Posted by nocomp
    hi,
    why not do a simple loading bar in flash, just something showing that the file is processed.
    best regards

    This will be available in next release.

  2. #52
    Join Date
    Jun 2007
    Posts
    13

    Default

    Quote Originally Posted by mersh
    Quote Originally Posted by mashim
    when will you solve the encoding problem ?????? :? :? :? :?
    I badly need this ... please help

    http://forums.buyscripts.in/viewtopic.php?t=592
    You have to understand, that he's likely to give priority first to the problems that affect most users, before attending to those that only affect a few. Is nothing personal - I'm sure he'll get to this.
    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 !

    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 !

  3. #53
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    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 ?

  4. #54
    Join Date
    May 2007
    Posts
    394

    Default

    Quote Originally Posted by spun2u
    (FYI bandwidth is missed spelled 8) )
    you mean "misspelled"? :)

  5. #55

    Default

    Quote Originally Posted by mersh
    Quote Originally Posted by spun2u
    (FYI bandwidth is missed spelled 8) )
    you mean "misspelled"? :)
    I was testing everyone. You passed. 8)

  6. #56

    Default

    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?

  7. #57
    Join Date
    May 2007
    Posts
    686

    Default

    Yep ive been saying it for a while, once the next updates out.

  8. #58

    Default Re: vShare 2.1 Release: 20070625

    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

  9. #59
    Join Date
    Nov 2007
    Posts
    7

    Default Re: vShare 2.1 Release: 20070625

    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:
    Code:
    <?php
    session_start();
    if ($_COOKIE['vshare_user'] != "") {
      $_SESSION['USERNAME'] = $_COOKIE['vshare_user'];
    }
    ?>
    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).

    http://ActingShowcase.com/

Page 6 of 6 FirstFirst ... 456

Similar Threads

  1. Vshare release??
    By Bassel1 in forum Sales Questions
    Replies: 9
    Last Post: 03-09-2009, 01:53 PM
  2. vShare 2.1 Release 22 May 2007
    By admin in forum Announcements
    Replies: 86
    Last Post: 09-27-2007, 06:39 AM
  3. Import Video from URL for vShare 2.1 Release: 20070625
    By admin in forum Installation Support
    Replies: 24
    Last Post: 07-09-2007, 01:40 AM
  4. vShare v2 Release 22 May 2007 (Next Release)
    By admin in forum Installation Support
    Replies: 12
    Last Post: 05-22-2007, 08:04 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •