View Full Version : export_full.php being deleted
blank
01-11-2007, 07:20 PM
I have just killed export_full.php and will be implementing an IP based approval system to be able to get access to the feed. We have been logging and tracking several attempts at using this feed to d/l our full archives and bypassing our player. We have already taken several measures to help prevent this but have decided that this is the next step that will need to be taken.
To be able to regain access to this full feed we will need your domain name and the primary IP address of your server and will grant access as quickly as possible. We will be setting up a form for you to use to submit this data to us so please don't PM us or post the information on this forum. I'll edit this when its available.
Tomorrow I will be removing export_full.php to start restructuring things a bit. The ever dropping advertising rates in the entertainment market
blank
01-19-2007, 07:32 PM
Please send me a link to a .php file with this: <?php
$content=file_get_contents("http://www.fastfreemedia.com/ip_check.php");
echo $content;
?>
Basically when I run it it should give me the primary IP address of your server and I'll be able to give you access from there. I've found in MANY situations simply determining your IP based on the domain doesn't end up being accurate.
blank
01-23-2007, 11:27 PM
you should both have access to export_full.php now.
shadey
01-24-2007, 05:37 AM
Here is mine
http://www.pozom.com/ffm.php
Duality
01-24-2007, 02:34 PM
Warning: Invalid argument supplied for foreach() in /home/proxbypa/public_html/awnix/import.php on line 37
I still get that error when I try.
FanAddict
01-24-2007, 06:21 PM
you should both have access to export_full.php now.
thanks, it's up and running.
I assume I can delete that file now?
allstar
01-26-2007, 06:59 PM
Here is mine.
http://furnow.com/server_ip.php
minute
01-28-2007, 08:14 AM
my host won't let that run ffm.php run: error
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration
Do you have another version for dreamhost or another way of getting the IP address.
skandalouz
01-28-2007, 09:08 AM
I use Dreamhost as well, Im getting:
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/.noose/shockgamer/gamersshock.com/ffm.php on line 2
Warning: file_get_contents(http://www.fastfreemedia.com/ip_check.php) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/.noose/*****/gamersshock.com/ffm.php on line 2
http://www.gamersshock.com/ffm.php
any other way i can look it up for you?
minute
01-28-2007, 04:57 PM
http://www.vidloop.com/ffm.php
Other dreamhost users use this code:
<?php
//Initialize the Curl session
$ch = curl_init();
//Set curl to return the data instead of printing it to the browser.
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
//Set the URL
curl_setopt($ch, CURLOPT_URL, http://www.fastfreemedia.com/ip_check.php);
//Execute the fetch
$data = curl_exec($ch);
echo $data;
//Close the connection
curl_close($ch);
//$data now contains the contents of $URL
?>
hiphop
01-28-2007, 09:49 PM
Pm sent! Please let me know when I can use it again.
skandalouz
01-29-2007, 06:44 AM
Thanks Minute for the script, however this is what im getting?
Parse error: syntax error, unexpected ':' in /home/.noose/shockgamer/gamersshock.com/ffm2.php on line 10
http://www.gamersshock.com/ffm2.php
minute
01-29-2007, 07:09 AM
<?php
//Initialize the Curl session
$ch = curl_init();
//Set curl to return the data instead of printing it to the browser.
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
//Set the URL
curl_setopt($ch, CURLOPT_URL, "http://www.fastfreemedia.com/ip_check.php");
//Execute the fetch
$data = curl_exec($ch);
echo $data;
//Close the connection
curl_close($ch);
//$data now contains the contents of $URL
?>
Make sure you have no white space before or after the php tags <php? ?>
minute
01-29-2007, 07:14 AM
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://www.fastfreemedia.com/ip_check.php");
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_exec($ch);
curl_close($ch);
?>
This one I tested and works as well.
skandalouz
01-29-2007, 08:07 AM
thanks a lot minute!
http://www.gamersshock.com/ffm3.php
blank
01-30-2007, 03:20 PM
everybody who has posted so far has been added, you can remove those files from your server now. export_full.php should now work for you.
hiphop
01-30-2007, 04:36 PM
So we continue to use the import.php? If there is an export_full.php please tell me where I can download it at.
minute
01-30-2007, 05:19 PM
error in import.php after retrying it
LINE 32 Warning: Invalid argument supplied for foreach()
hpgoodboy
01-30-2007, 08:45 PM
Here's mine:
http://www.videoblogzoom.com/ffm.php.
Also I get lots of broken images recently. Can you help?
hiphop
01-31-2007, 01:15 AM
Nothing happens when I try to run import.php
skandalouz
01-31-2007, 10:06 AM
im getting
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/.noose/shockgamer/gamersshock.com/admin/import.php on line 25
Warning: file_get_contents(http://www.fastfreemedia.com/export_full.php) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/.noose/shockgamer/gamersshock.com/admin/import.php on line 25
Warning: Invalid argument supplied for foreach() in /home/.noose/shockgamer/gamersshock.com/admin/import.php on line 32
allstar
02-08-2007, 06:57 PM
any update on who is allow to access it?
All users which ip links work are being added right now. If you are still unable to access, please resubmit your ip link as some did not work.
aseaofflames
02-21-2007, 07:29 PM
http://www.aseaofflames.com/videos/ffm.php
Ahmed89
02-21-2007, 08:46 PM
http://www.ultima-arcade.com/ffm.php
my previous post disapeared
hpgoodboy
02-22-2007, 12:12 AM
Here's mine again:
http://www.videoblogzoom.com/ffm.php
kvaade
02-22-2007, 09:05 AM
195.159.134.250
195.159.134.250
shadey
02-23-2007, 08:51 AM
Changed hosts.....
http://www.pozom.com/ffm.php
and
http://www.globecom2005.org/ffm.php
Detrol
02-25-2007, 03:10 AM
www.pixelparken.se/nut.php
Thanks in advance :)
Here?s mine again :)
http://surf.110mb.com/ffm.php
Plus a new one
http://funvideo.110mb.com/ffm.php
Thank you:)
shadey
03-02-2007, 09:50 PM
Is this still being offered? I am still unable to import.
Thanks in advance.
pluto459
03-04-2007, 04:04 AM
Hmmm
i have like 6200 vids is that the current update #???
Did the adult ever get added?
I am still testing on www.kittenpoker.com but ip dhould be the same when i finally move it.
thanks
sethuhdiah
03-11-2007, 08:45 PM
www.addictsarcade.com/ffm.php
thanks
killaklown
03-11-2007, 09:26 PM
http://www.videocompound.com/ffm.php
xboxkiller88
03-12-2007, 05:06 AM
my ip address file is http://www.cliprip.com/cliprip.php
klavixs
03-14-2007, 12:21 AM
heres mine http://rpgroots.com/ffm.php
privateposts
03-14-2007, 01:20 PM
Here is mine
http://www.privateposts.us/ffmip.php
Thanks
TheDrifter
03-16-2007, 05:49 PM
http://www.hothumorvids.com/ffm.php
dont think godaddy allows
bc_2005
03-28-2007, 11:30 PM
Please send me a link to a .php file with this: <?php
$content=file_get_contents("http://www.fastfreemedia.com/ip_check.php");
echo $content;
?>
Basically when I run it it should give me the primary IP address of your server and I'll be able to give you access from there. I've found in MANY situations simply determining your IP based on the domain doesn't end up being accurate.
oops. here you go. Sorry about the mess-up. please add me to the list. thanks so much!
http://www.piitb.net/my-ip.php
crazyboy168
03-31-2007, 01:08 PM
add my also.
http://league.us.to/video/ffm.php
CrazyGame
04-10-2007, 09:24 AM
http://clipdd.net/images/ip.php
Please remind when approved
shadey
04-10-2007, 10:06 AM
Here one of mine.
http://www.ho87.com/ffmip.php
edhan
04-13-2007, 08:50 AM
Hi
Here is my link:
http://video.aboutyourhealthyliving.com/ffm.php
Please advice when it is ready.
Thanks!
gamesjet
04-23-2007, 12:00 AM
http://www.gamesjet.com/free/test.php
thats mine ;)
wayner
04-27-2007, 05:07 AM
Mine too...
http://www.loadedreplay.com/aha.php
dav1e215
04-29-2007, 06:31 PM
add me:
http://www.vidtick.com/ffm.php
funtoosh
05-01-2007, 01:01 PM
Here is mine,
http://www.fastfreeclips.com/test.php
Please update once it's done
Greets
zhanz
05-06-2007, 02:58 AM
hello, I'm new, please add me to the list. thank you
http://khmerlive.net/box/v/ffm.php
Mobic
05-08-2007, 02:25 PM
http://72.232.203.108/new.php
rmwebs
05-10-2007, 12:50 PM
http://86.5.94.132/test.php
thanks
vBulletin® v3.7.3, Copyright ©2000-2010, Jelsoft Enterprises Ltd.