Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=109)
-   -   [Tbdev] 30 styles (http://www.bvlist.com/showthread.php?t=2535)

sammygo 1st May 2009 15:27

[Tbdev] 30 styles
 
1 Attachment(s)
Code:

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'4', 'styles/3.css', 'Relaxing Blue'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'5', 'styles/10.css', 'Cool'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'6', 'styles/1010.css', 'Sober'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'7', 'styles/101010.css', 'White'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'8', 'styles/11.css', 'Creamy'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'9', 'styles/12.css', 'Nice'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'11', 'styles/13.css', 'RoScene'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'12', 'styles/3.css', 'Nice blue'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'13', 'styles/4.css', 'TorrentBits'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'14', 'styles/5.css', 'OiNK'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'15', 'styles/6.css', 'Brown'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'16', 'styles/7.css', 'Relaxing Grey'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'17', 'styles/8.css', 'Mustard'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'18', 'styles/8585.css', 'Nice white'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'19', 'styles/9.css', 'Green/white'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'20', 'styles/black_green.css', 'Black/Green'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'21', 'styles/blue.css', 'New Blue'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'22', 'styles/c.css', 'Green'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'23', 'styles/default.css', 'Dark Cream'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'24', 'styles/dvdrcore.css', 'DVDR Core'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'25', 'styles/filelist.css', 'FileList'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'26', 'styles/matrix.css', 'Matrix'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'27', 'styles/opTracker.css', 'opTracker'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'28', 'styles/sameh.css', 'Sameh'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'29', 'styles/seagreen.css', 'SeaGreen'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'30', 'styles/simple.css', 'Simple'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'31', 'styles/skTrdie.css', 'skTrdie'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'32', 'styles/softtone.css', 'Softtone'
);

INSERT INTO `stylesheets` ( `id` , `uri` , `name` )
VALUES (
'33', 'styles/torrentbits.css', 'TorrentBits (org)'
);





Jeb 2nd May 2009 00:11

"Sorry, but you do not have permission to use this feature. If you are not logged in, you may do so using the form below if available."

Fynnon 2nd May 2009 00:37

Quote:

Originally Posted by Jeb (Post 11257)
"Sorry, but you do not have permission to use this feature. If you are not logged in, you may do so using the form below if available."

Well you need an account there, i added the files to the first post !

NoNaMe 19th June 2009 23:27

PHP Code:

<?php

/*
Project: Kinokpk.com releaser
This file is part of Kinokpk.com releaser.
Kinokpk.com releaser is based on TBDev,
originally by RedBeard of TorrentBits, extensively modified by
Gartenzwerg and Yuna Scatari.
Kinokpk.com releaser is free software;
you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
Kinokpk.com is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Kinokpk.com releaser; if not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
MA  02111-1307  USA
Do not remove above lines!
*/

require_once("include/bittorrent.php");
dbconn();
loggedinorreturn();
gzip();
httpauth();

if (
$CURUSER['passhash'] != md5($CURUSER['secret'].$_SERVER["PHP_AUTH_PW"].$CURUSER['secret'])) {
 
header("WWW-Authenticate: Basic realm=\"Kinokpk.com releaser\"");
    
header("HTTP/1.0 401 Unauthorized");
    
stderr($tracker_lang['error'],$tracker_lang['access_denied']);

}

if (
get_user_class() < UC_SYSOP) die("Access denied. U're not sysop.");

if (!isset(
$_GET['action'])) {
  
stdhead("Админка шкурок");
  
begin_frame("Администрация шкурок");
  
$res sql_query("SELECT * FROM stylesheets ORDER BY id DESC");
  print(
'<div align="center"><a href="templatesadmin.php?action=add">Добавить новый шаблон в базу</a></div>');
  print(
'<table width="100%" border="1"><tr><td class="colhead">ID</td><td class="colhead">URI</td><td class="colhead">Название</td><td class="colhead">Редактировать</td></tr>');
  while (
$row mysql_fetch_array($res)){
  print(
"<tr><td>{$row['id']}</td><td>{$row['uri']}</td><td>{$row['name']}</td><td><a href=\"templatesadmin.php?action=edit&id={$row['id']}\">Ред.</a> / <a onClick=\"return confirm('Вы уверены?')\" href=\"templatesadmin.php?action=delete&id={$row['id']}\">Уд.</a></td></tr>");
}
print(
"</table>");
  
  
end_frame();
  
stdfoot();
}

elseif (
$_GET['action'] == 'add') {
  
stdhead("Админка шкурок: добавление новой шкурки");
    
begin_frame("Новая шкурка");
    print(
'<table width="400px"><form action="templatesadmin.php?action=saveadd" method="POST">
    <tr><td>URI</td><td><input type="text" size="20" name="uri"></td></tr>
    <tr><td>Название</td><td><input type="text" size="20" name="name"></td></tr><tr><td><input type="submit" value="Добавить"></td></tr></form></table>'
);
    
end_frame();
    
stdfoot();
}

elseif (
$_GET['action'] == 'saveadd') {
  if (empty(
$_POST['name']) || empty($_POST['uri'])) stderr($tracker_lang['error'],"Вы не ввели URI либо Название шкурки");

  
sql_query("INSERT INTO stylesheets (uri,name) VALUES (".sqlesc($_POST['uri']).",".sqlesc($_POST['name']).")");
  
header('Location: templatesadmin.php');
}

elseif (
$_GET['action'] == 'delete') {
  if (!
is_valid_id($_GET['id'])) stderr($tracker_lang['error'],$tracker_lang['invalid_id']);
  
  
sql_query("DELETE FROM stylesheets WHERE id={$_GET['id']} LIMIT 1");
  
header('Location: templatesadmin.php');
}

elseif (
$_GET['action'] == 'edit') {
    if (!
is_valid_id($_GET['id'])) stderr($tracker_lang['error'],$tracker_lang['invalid_id']);
     
$id=(int)$_GET['id'];

    
$res sql_query("SELECT * FROM stylesheets WHERE id=$id");
    
$row mysql_fetch_array($res);
    if (!
$rowstderr($tracker_lang['error'],$tracker_lang['invalid_id']);
    
      
stdhead("Админка шкурок: редактирование шкурки");
    
begin_frame("Редактор шкурки");
    print(
'<table width="400px"><form action="templatesadmin.php?action=saveedit&id='.$id.'" method="POST">
    <tr><td>URI</td><td><input type="text" size="20" name="uri" value="'
.$row['uri'].'"></td></tr>
    <tr><td>Название</td><td><input type="text" size="20" name="name" value="'
.$row['name'].'"></td></tr><tr><td><input type="submit" value="Отредактировать"></td></tr></form></table>');
    
end_frame();
    
stdfoot();

}

elseif (
$_GET['action'] == 'saveedit') {
       if (!
is_valid_id($_GET['id'])) stderr($tracker_lang['error'],$tracker_lang['invalid_id']);
     
$id=(int)$_GET['id'];
     
     if (empty(
$_POST['name']) || empty($_POST['uri'])) stderr($tracker_lang['error'],"Вы не ввели URI либо Название шкурки");

     
sql_query("UPDATE stylesheets SET uri=".sqlesc($_POST['uri']).", name=".sqlesc($_POST['name'])." WHERE id=$id");
       
header('Location: templatesadmin.php');

}
else 
stderr($tracker_lang['error'],"Unknown action");

?>


djblackout 16th April 2010 05:55

tryed
 
i tryed the themes and its nothing word

JHONNY 11th October 2014 20:05

Quote:

Originally Posted by djblackout (Post 22450)
i tryed the themes and its nothing word

Yes becasue you need files from each theme, here is just the .css file.


All times are GMT +2. The time now is 21:46.

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