Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
Thread Tools
  #211  
Old 3rd August 2009, 03:14
smokeyoctav smokeyoctav is offline
Member
 
Join Date: Aug 2008
Posts: 7
Default
Does anyone know how to change size, look at pic: http://img37.imageshack.us/img37/3199/gigil.jpg

Tnx
Reply With Quote
  #212  
Old 3rd August 2009, 03:26
Viperia Viperia is offline
Senior Member
 
Join Date: Jul 2008
Sweden
Posts: 46
Default
Quote:
Originally Posted by smokeyoctav View Post
Does anyone know how to change size, look at pic: http://img37.imageshack.us/img37/3199/gigil.jpg

Tnx
I think you need to change the table width in the file function_torrenttable.php which can be found in the included file.

Not sure which but guess you will find it there atleast. :)

Regards,
Viperia
Reply With Quote
  #213  
Old 3rd August 2009, 10:35
Bigjoos's Avatar
Bigjoos Bigjoos is offline
U-232 Dev
 
Join Date: May 2008
United Kingdom
Posts: 244
Talking
Yeah just like viperia says - the width is function_torrenttable.php - but if you look on include/vfunc.php you'll find function_cutname which you can reduce to reduce width with as well :)

New update will be posted within the next day or 2 - Theres been a lot more optmizations carried out - more debugging and generally tidying up on the code - Not far away from being stable and ready to come out from Beta but rest assured i'll let everyone know when that time comes.

Last edited by Bigjoos; 3rd August 2009 at 10:57.
Reply With Quote
  #214  
Old 3rd August 2009, 14:07
Bigjoos's Avatar
Bigjoos Bigjoos is offline
U-232 Dev
 
Join Date: May 2008
United Kingdom
Posts: 244
Question
I dont understand what your meaning there - Those files you attached are not from the Installer source ?
Reply With Quote
  #215  
Old 3rd August 2009, 15:30
smokeyoctav smokeyoctav is offline
Member
 
Join Date: Aug 2008
Posts: 7
Default
When i go to freeleech.php he gives me this error:
Click the image to open in full size.

I found something with freeleech in the source but is just to make all torrents free or not, u can't select to make torrents free bigger than 5...50 GB.

Here is a pic with freeleech.php i attach
but when i chose the option he gives me a error

Click the image to open in full size.
Reply With Quote
  #216  
Old 3rd August 2009, 15:34
Bigjoos's Avatar
Bigjoos Bigjoos is offline
U-232 Dev
 
Join Date: May 2008
United Kingdom
Posts: 244
Default
Ok - the freeleech.php is a script for a new bonus system installed complete and working in the newest update - its for freeleech/doubleupload contribution from bonus points - singular freeleech is set from upload.php or edit.php - Now i see the script you have, it requires some work to get it working - Leave it with me and hopefully i post back a working script :-P

Working now in principle - now it needs redirects added - some better stderr messages and what ever else i think of in the next hour or 2

free.php

Code:
<?php
require ("include/bittorrent.php");
require_once("include/user_functions.php");
require_once("include/bbcode_functions.php");
////////////////////////////////
dbconn();
maxcoder();
if (!logged_in()) {
    header("HTTP/1.0 404 Not Found");
    // moddifed logginorreturn by retro//Remember to change the following line to match your server
    print("<html><h1>Not Found</h1><p>The requested URL /{$_SERVER['PHP_SELF']} was not found on this server.</p><hr /><address>Apache/1.1.11 ".$SITENAME." Server at " . $_SERVER['SERVER_NAME'] . " Port 80</address></body></html>\n");
    die();
}
parked();

if (get_user_class() < UC_ADMINISTRATOR)
hacker_dork("FreeLeech - Nosey Cunt !");

if ($HTTP_SERVER_VARS["REQUEST_METHOD"] == "POST")
{
$countstats = sqlesc($HTTP_POST_VARS["countstats"]);
$size = sqlesc($HTTP_POST_VARS["size"]);
$resfree = sql_query("UPDATE torrents SET countstats = $countstats WHERE size >= $size" ) or sqlerr(__FILE__, __LINE__);

if (!$resfree)
stderr("Error - wtf !", "");
else
header("Refresh: 2; url=".$_SERVER["PHP_SELF"]);
stderr("Success !", "");
}

stdhead("Set torrents status");
?>
<form method=post action=free.php>
<table cellspacing=0 cellpadding=5>
<tr>
<td><b><center>Set FreeLeech Status<br></center></b><br>
<table style="border: 0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td style="border: 0">Free Leech</td>
<td style="border: 0" width="20"><input type="radio" name="countstats" value="no">
</td></tr><tr>
<td style="border: 0">Not Free Leech</td>
<td style="border: 0" width="20"><input type="radio" name="countstats" value="yes">
</td></tr><tr><br>
<td style="border: 0"><br><br>Select !<br><br></td>
<td style="border: 0" width="20">
</td></tr><tr>
<td style="border: 0">All Torrents</td>
<td style="border: 0" width="20"><input type="radio" name="size" value="1">
</td></tr><tr>
<td style="border: 0">Bigger than 1 GB</td>
<td style="border: 0" width="20"><input type="radio" name="size" value="1073741824">
</td></tr><tr>
<td style="border: 0">Bigger then 2 GB</td>
<td style="border: 0" width="20"><input type="radio" name="size" value="2147483648">
</td></tr><tr>
<td style="border: 0">Bigger than 3 GB</td>
<td style="border: 0" width="20"><input type="radio" name="size" value="3221225472">
</td></tr><tr>
<td style="border: 0">Bigger than 4 GB</td>
<td style="border: 0" width="20"><input type="radio" name="size" value="4294967296">
</td></tr><tr>
<td style="border: 0">Bigger than 5 GB</td>
<td style="border: 0" width="20"><input type="radio" name="size" value="5368709120">
</td></tr><tr>
<td style="border: 0">Bigger than 6 GB</td>
<td style="border: 0" width="20"><input type="radio" name="size" value="6442450944">
</td></tr><tr>
<td style="border: 0">Bigger than 7 GB</td>
<td style="border: 0" width="20"><input type="radio" name="size" value="7516192768">
</td></tr><tr>
<td style="border: 0">Bigger than 8 GB</td>
<td style="border: 0" width="20"><input type="radio" name="size" value="8589934592">
</td></tr><tr>
<td style="border: 0">Bigger than 9 GB</td>
<td style="border: 0" width="20"><input type="radio" name="size" value="9663676416">
</td></tr><tr>
<td style="border: 0">Bigger than 10 GB</td>
<td style="border: 0" width="20"><input type="radio" name="size" value="10737418240">
</td></tr><tr>
</td></tr><tr>
</table>
</td>
<tr><td colspan=2 align=center><input type=submit value="Submit" class=btn></td></tr>
</form>
</table>
<?php 
stdfoot(); 
?>
Test that and feeback if it works or not - then i'll finish it off once i know its functioning correctly.

Last edited by Bigjoos; 3rd August 2009 at 16:18. Reason: Update
Reply With Quote
  #217  
Old 3rd August 2009, 16:25
smokeyoctav smokeyoctav is offline
Member
 
Join Date: Aug 2008
Posts: 7
Default
It works, tnx man u are the best.
Reply With Quote
  #218  
Old 5th August 2009, 03:21
b366alive b366alive is offline
Member
 
Join Date: Jul 2009
P2P
Posts: 5
Default Where to download ?
I'm sorry people, I have ( call myself ) looking all over this site for this code and cannot find it to save my life.
Someone please tell me where the download link is or a point in the right direction.
I have tried also, and cannot register .


Thanks a miilion 1,

Peace............
Reply With Quote
  #219  
Old 5th August 2009, 17:31
maxofmax maxofmax is offline
Member
 
Join Date: Jul 2009
P2P
Posts: 2
Red face hii
When I try to upload file he go to this site
Code:
http://ifastnet.com/notify/2.php
Reply With Quote
  #220  
Old 7th August 2009, 15:27
adso adso is offline
Member
 
Join Date: Aug 2009
P2P
Posts: 6
Default
is cool source but ia have more warning

Code:
Notice: Undefined index: 4 in /home/*/public_html/staff.php on line 77
Warning: Cannot modify header information - headers already sent by (output started at /home/*/public_html/editlog.php:90) in /home/*/public_html/include/bittorrent.php on line 736

Warning: fclose(): supplied argument is not a valid stream resource in /home/*/public_html/editlog.php on line 92
have anyone a list whit directore and files who change chmod?
Reply With Quote
Reply

Tags
codex , installer , v4


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
YSE PRE6 with installer kp380lv Yuna Scatari Edition (YSE) 4 11th May 2010 23:32
$$looking for a installer and coder for my tracker$$ wltan Sell & Buy 9 8th May 2010 20:42
Gazelle Installer and Programmer Gazeller Sell & Buy 1 16th January 2010 20:23
My theme for tbdev installer KiD Community Cafe 2 17th October 2009 10:28



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