Navigation

    H7

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Gabriel Mazzotti
    3. Posts
    G
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by Gabriel Mazzotti

    • RE: Where to host it and the transmision is per-2-per?

      MySQL database can be host in Amazon S3?

      posted in General Discussion
      G
      Gabriel Mazzotti
    • RE: Ban user in the moment, not next time

      What is the file I have to rewrite and what I have to put it?

      If doing an .htaccess what I have to put on it? Please attach one so I can use it as a model

      posted in Development/Features
      G
      Gabriel Mazzotti
    • RE: SVC questions

      @'Video:

      This will be a little more complex than copy-paste… I would hire a coder: https://www.scriptlance.com/do/postproject

      Are you saying that for using a funcion that is shown in the demo of the script I have to hire a coder? This is like a scam or something?

      Please give me instrucions of how to do this exactly, if it is on the demo you have to give enought documentation for doing it!

      posted in Installation/Upgrade/Documentation
      G
      Gabriel Mazzotti
    • RE: Ban user in the moment, not next time

      Please can you tell me what exactly I have to change in the config.php file to get this instant banning funcion?

      posted in Development/Features
      G
      Gabriel Mazzotti
    • RE: Admin sees the videos from backend

      And when it will be ready?

      posted in Development/Features
      G
      Gabriel Mazzotti
    • RE: Ban by Id and by IP?

      And how I configurate this instant banning? Because now when a user gets reports he is not ban, he just get his video image scumble (blurry)?

      posted in Development/Features
      G
      Gabriel Mazzotti
    • RE: Where to host it and the transmision is per-2-per?

      I know that insted of hosting all the site in Amazon S3 I can host only the files that use Flash Media Server (that are the ones ban in hostgator) and keep the rest of the site in Hostgator. Please can you tell me which are those files and if I have to any changes to the files that are keep on hostgator?

      posted in General Discussion
      G
      Gabriel Mazzotti
    • RE: SVC questions

      @'RVC:

      Here is the relevant code we use to request facebook info and pass it to SVC (it won't work with older versions of SVC or RVC since the software needs to be ready to understand these values):

      1. gather the data from facebook (and display some of it)

       $svcfb_appID,
      	'secret' => $svcfb_secret,
      	'cookie' => true,
      ));
      
      $session = $facebook->getSession();
      
      $me = null;
      $friends = null;
      
      if ($session) {
      	try {
      		//$uid = $facebook->getUser();
      		$me = $facebook->api('/me');
      		if ( $me['location'] ) {
      			$me['country'] = $me['location']['name'];
      			$me['country_id'] = $me['location']['id'];
      		} else if ( $me['hometown'] ) {
      			$me['country'] = $me['hometown']['name'];
      			$me['country_id'] = $me['hometown']['id'];
      		} else {
      			$me['country'] = "N/A";
      			$me['country_id'] = "";
      		}
      		$me['age'] = getAge($me['birthday']);
      		
      	} catch (FacebookApiException $e) {
      		error_log($e);
      	}
      }
      
      function show_me($me) {
      	
      	$name = $me['name'];
      	$first_name = $me['first_name'];
      	$uid = $me['id'];
      	$href = $me['link'];
      	$gender = $me['gender'];
      	$picture = "https://graph.facebook.com/" . $uid . "/picture?type=square";
      	$country = $me['country'];
      	
      	echo '
      	
      		[![' . $name . '](' . $picture . ')](' . $href . ')
      	
      	
      		 Logged in as
      
      			[' . $first_name . '](' . $href . ')
      
      			(' . $gender . ')
      
      			' . $country . ' 
      	
      	
      	';
      }
      ?>
      
      

      2. pass data to SVC as flash variables

      For logging users in with facebook, here is the solution we used: http://developers.facebook.com/docs/authentication/

      Please can you expecify in exacly in which file and line this 2 code has to be paste?

      posted in Installation/Upgrade/Documentation
      G
      Gabriel Mazzotti
    • Ban user in the moment, not next time

      When a user is reported in SVC he is not banned, his image get scumble (blurry), I try 2 report the same user 2 times and the user never get blurry. Can this be fix so the user is put out of the site insted of put him burry? If a user is bad reported (a user reported without a reason) there is a way he get his video without blurry (normal)?

      I understand that as when the user is reported you get his IP/Id you can ban him to not enter next time he tries to enter the site but my problem is how to ban them to get them out of the site in the moment, not next time, I don´t think this can be done from the .htaccess file because as the user don´t reload the page at any time (because it is a flash site) he won´t reload the -htaccess file. There is anyway that the user can be ban and get him out of the site in the moment?

      posted in Development/Features
      G
      Gabriel Mazzotti
    • Ban by Id and by IP?

      I can configurate the config.php to ban both by Ip and ID?

      I think it is usful because if the user has dynamic ip he just turn on/off his modem and has a new ip (so ip ban is not usefull) and if the user change his id the ip ban is not usfull, so I think use both it will be more effective, it can be done?

      posted in Development/Features
      G
      Gabriel Mazzotti
    • Admin sees the videos from backend

      I think that a good new funcion will be that the admin could see the videos from backend, and that way he could report porn content in a more efficent way than users (many users when see porn content just press the next button and not report it, so the porn content is there for other users to see it)

      I understand that the admin can´t see 100 videos simultaneously (because of a bandwidth problem)but he can see very little seconds of one video and in that seconds he can see if it porn content or not, and have 2 buttons "Report" and "Next". If there is Porn content he report it and ban the user, if it is normal content just click on next and see the next video, most users that show porn content show porn content all the time so little seconds will be enough to see if the user is showing porn content or not. I know this funcion is not on the script, I´m describing it because perhpas you can add it in next versions

      It can be done?

      posted in Development/Features
      G
      Gabriel Mazzotti
    • Where to host it and the transmision is per-2-per?

      I normally use hostgator for hosting but they don´t accept this script, so, which hosting do you recomend for it? There is anyone that is cheap?

      Anyone has expirience with Amazon Simple Storage? How much it cost monthly and how many users did you had in that month?

      Also the video transmision is done per-2-per or is done thought the hosting (I´m mean if I have many user I will need a very big hosting or the transmision is done per–2-per so the hosting usage won´t be so big?)

      posted in General Discussion
      G
      Gabriel Mazzotti
    • RE: Which Hosting?

      What is the "web-service only" the mysql files?

      posted in Installation and Configuration problems
      G
      Gabriel Mazzotti