GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Refresh question (https://gfy.com/showthread.php?t=100886)

theking 01-17-2003 11:29 PM

Refresh question
 
Is there a way to keep a surfer from refreshing a page and playing a video over and over?

twistyneck 01-17-2003 11:32 PM

Ask Acacia, they have the patent so they should know all that stuff.

DarkBob 01-17-2003 11:34 PM

:1orglaugh

drunkmonkey 01-17-2003 11:36 PM

PHP is the only way I know how. You have to run sessions and a database.


Something like this might work.

<?php
session_start();
if( !isset($_SESSION['done']) || ($_SESSION['done'] == false) )
{
create your row here...
$_SESSION['done'] = true;
}
?>

theking 01-18-2003 03:02 AM

Anyone else have info?

Kick Ass Chat 01-18-2003 03:04 AM

Stop giving away Free Movies...make the cheapies Pay??

theking 01-18-2003 03:15 AM

Quote:

Originally posted by GirlsFreePics
Stop giving away Free Movies...make the cheapies Pay??
They are not free, but I don't want bandwidth used refreshing over and over if there is a way to prevent it. Watch the movie once and move on.


All times are GMT -7. The time now is 03:19 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123