Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   CodeX Installer v4 (http://www.bvlist.com/showthread.php?t=1203)

smokeyoctav 3rd August 2009 03:14

Does anyone know how to change size, look at pic: http://img37.imageshack.us/img37/3199/gigil.jpg

Tnx

Viperia 3rd August 2009 03:26

Quote:

Originally Posted by smokeyoctav (Post 14029)
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

Bigjoos 3rd August 2009 10:35

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.

Bigjoos 3rd August 2009 14:07

I dont understand what your meaning there - Those files you attached are not from the Installer source ?

smokeyoctav 3rd August 2009 15:30

When i go to freeleech.php he gives me this error:
http://img265.imageshack.us/img265/8703/freet.jpg

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

http://img5.imageshack.us/img5/2881/free1w.jpg

Bigjoos 3rd August 2009 15:34

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:

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("

Not Found

The requested URL /{$_SERVER['PHP_SELF']} was not found on this server.


Apache/1.1.11 ".$SITENAME." Server at " . $_SERVER['SERVER_NAME'] . " Port 80
\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");
?>






Set FreeLeech Status
































Free Leech
Not Free Leech
Select !
All Torrents
Bigger than 1 GB
Bigger then 2 GB
Bigger than 3 GB
Bigger than 4 GB
Bigger than 5 GB
Bigger than 6 GB
Bigger than 7 GB
Bigger than 8 GB
Bigger than 9 GB
Bigger than 10 GB


stdfoot();
?>

Test that and feeback if it works or not - then i'll finish it off once i know its functioning correctly.

smokeyoctav 3rd August 2009 16:25

It works, tnx man u are the best.

b366alive 5th August 2009 03:21

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............

maxofmax 5th August 2009 17:31

hii
 
When I try to upload file he go to this site
Code:

http://ifastnet.com/notify/2.php

adso 7th August 2009 15:27

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?


All times are GMT +2. The time now is 10:29.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.