Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
Thread Tools
  #1  
Old 2nd December 2013, 22:56
z3ro z3ro is offline
Senior Member
 
Join Date: Oct 2010
P2P
Posts: 121
Unhappy Manage torrent
Hi all!

Please help!

Manage torrent imdb likns and image links not good error.

CURL error!

Thank you very much!
Reply With Quote
  #2  
Old 2nd December 2013, 23:03
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,242
Default
a good idea would be to install curl and php-curl on your server, don't you think ? (if you don't have it installed)
Reply With Quote
  #3  
Old 2nd December 2013, 23:24
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Quote:
Originally Posted by Raven View Post
Hi all!

Please help!

Manage torrent imdb likns and image links not good error.

CURL error!

Thank you very much!
Code:
sudo apt-get install curl
sudo apt-get install php5-curl

Create a new file called test.php and copy the code below code in and save then go to it http://yoursite.com/test.php
if you get bvlist then curl should be working

Code:
<?php

function get_data($url) {
    $ch = curl_init();
    $timeout = 5;
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
    $data = curl_exec($ch);
    curl_close($ch);
    return $data;
}
echo get_data('http://bvlist.com/template-shares/9658-manage-torrent.html#post43408');
?>
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me


Last edited by firefly007; 2nd December 2013 at 23:41.
Reply With Quote
The Following User Says Thank You to firefly007 For This Useful Post:
z3ro (3rd December 2013)
  #4  
Old 2nd December 2013, 23:57
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,242
Default
I think we need to make them learn, not give them the exact answer. This way they'll never learn :)
Reply With Quote
  #5  
Old 3rd December 2013, 00:04
z3ro z3ro is offline
Senior Member
 
Join Date: Oct 2010
P2P
Posts: 121
Thumbs up Thanks
Quote:
Originally Posted by firefly007 View Post
Code:
sudo apt-get install curl
sudo apt-get install php5-curl
Create a new file called test.php and copy the code below code in and save then go to it http://yoursite.com/test.php
if you get bvlist then curl should be working

Code:
<?php

function get_data($url) {
    $ch = curl_init();
    $timeout = 5;
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
    $data = curl_exec($ch);
    curl_close($ch);
    return $data;
}
echo get_data('http://bvlist.com/template-shares/9658-manage-torrent.html#post43408');
?>
Thank you very much!

works
Reply With Quote
  #6  
Old 3rd December 2013, 07:13
KrackerMan's Avatar
KrackerMan KrackerMan is offline
Senior Member
 
Join Date: Aug 2010
United States
Posts: 109
Default
Quote:
Originally Posted by DeNeDe View Post
I think we need to make them learn, not give them the exact answer. This way they'll never learn :)
Wow are you really serious right now, he didn't do the work for him he provided the information he need to do it his self. Then again don't really expect much from you but smart remarks. I don't see anyone taking that attitude towards you when you ask questions over at u232 forum, and you even trying to build a tracker with free mods and sell to people. Mods that you have had to ask question about.
Reply With Quote
The Following 2 Users Say Thank You to KrackerMan For This Useful Post:
Krypto (3rd December 2013), Marco (6th December 2013)
Reply

Tags
manage , torrent


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 02:17. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.