View Full Version : Setlist/Concert/Album database
oldfan
01-25-2005, 10:00 PM
I paid for this script awhile back, I've contacted the author but he's hasn't gotten back to me yet. The author is HiDeo
This script can be used for many things IE:
Album listing
Bootleg concert lists
100's of other things
I haven't got a running demo or screenshots as of yet, it was installed on my forums before the server took a nose drive. It works fine on 3.01, its nothing fancy.
nexialys
01-26-2005, 04:24 PM
Hey oldfan, this is just great tool... but most of the templates are in the file, not in templates... would need some updates...
you can tell that "hideo" have made a good job.. ;) usually, the coder is credited even if he keep silence... the name is retained until he wish to be deleted, not the opposite!
EDIT: i'll see with HiDeo if i can rework if he is not able to...
oldfan
01-26-2005, 04:30 PM
ugh I've installed it on my newest board
http://members.metallifukinca.com/bootleg.php
and its not working :(
I worked fine on 3.01
nexialys
01-26-2005, 04:33 PM
i see it working, no elements in each band, but i "see" it...
btw, this tool will be great in conjonction to the Calendar... when sending a gig, the date can be linked to a new event in the calendar... i suppose someone will do the trick... it's easy!
give the credit to the proper author, i will contact him... (yes i know who wrote this - only one coder write in french in his comments!)
oldfan
01-26-2005, 04:36 PM
templates:
Create the template band:
-------------------------
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
$headinclude
</head>
<body>
$header
$navbar
<!-- main -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="50%" align="center">
<tr>
<td class="tcat" valign="top" align="left">
<span class="smallfont"><strong>Bands</strong></span>
</td>
$delcol
</tr>
$groupebit
</table>
$ajoutgroupe
<!-- /main -->
$footer
</body>
</html>
Create the template bootleg_popup:
----------------------------------
<html>
<head>
<title></title>
<script language="javascript" type="text/javascript">
var NS = (navigator.appName=="Netscape")?true:false;
function FitPic() {
iWidth = (NS)?window.innerWidth:document.body.clientWidth;
iHeight = (NS)?window.innerHeight:document.body.clientHeight ;
iWidth = document.images[0].width - iWidth;
iHeight = document.images[0].height - iHeight;
window.resizeBy(iWidth, iHeight);
self.focus();
};
</script>
</head>
<body bgcolor="#000000" onload="FitPic();" topmargin="0"
marginheight="0" leftmargin="0" marginwidth="0">
<img src="$image&cid=$cid" border="0" alt="" />
</body>
</html>
Create the template concert:
----------------------------
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
$headinclude
</head>
<body>
$header
$navbar
<!-- main -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" valign="top" align="center" colspan="5">
<span class="smallfont"><strong>$groupename's concerts</strong></span>
</td>
</tr>
<tr><td class="thead" align="center">Date</td><td class="thead" align="left" width="25%">
City</td><td class="thead" align="left" width="20%">
State/Country</td><td class="thead" align="left" width="25%">
Venue</td><td class="thead" align="center">
More info</td>$delcol</tr>
$concertbit
<tr>
<td class="tfoot" align="center" colspan="5">
<div class="smallfont"><strong><a href="bootleg.php">Return to band's list</a></strong></div>
</td>
</tr>
</table>
$ajoutconcert
<!-- /main -->
$footer
</body>
</html>
Create the template cover:
--------------------------
<html>
<head>
<title></title>
</head>
<body topmargin="0" marginheight="0" leftmargin="0" marginwidth="0">
<img src="$cover&cid=$cid" border="0" alt="" />
</body>
</html>
Create the template edit_concert:
---------------------------------
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
$headinclude
</head>
<body>
$header
$navbar
<!-- main -->
<form action="bootleg.php" method="post" name="doedit"><input type="hidden" name="s" value="" /><input type="hidden" name="do" value="doedit" /><input type="hidden" name="cid" value="$cid" /><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="50%" align="center"><tr><td class="tcat" valign="top" align="center" colspan="3"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('add')"><img id="collapseimg_add" src="$stylevar[imgdir_button]/collapse_tcat.gif" alt="" border="0" /></a><span class="smallfont"><strong>Edit concert</strong></span></td>
</tr><tbody id="collapseobj_add" style="{$collapseobj_add}"><tr><td class="alt1" width="100"><span class="smallfont">Tour name</span></td><td class="alt1"><input type="text" name="nom" value="$tourname" size="50" maxlength="200" title="" /></td></tr>
<tr><td class="alt2" width="100"><span class="smallfont">City</span></td><td class="alt2"><input type="text" name="city" size="50" maxlength="200" title="" value="$city" /></td></tr>
<tr><td class="alt1" width="100"><span class="smallfont">State/Country</span></td><td class="alt1"><input type="text" name="state" size="50" maxlength="200" value="$state" title="" /></td></tr><tr><td class="alt2" width="100"><span class="smallfont">Venue</span></td><td class="alt2"><input type="text" name="venue" size="50" maxlength="200" title="" value="$venue" /></td></tr>
<tr><td class="alt2" width="100"><span class="smallfont">Supporting Act/s</span></td><td class="alt2"><input type="text" name="act" size="50" maxlength="200" title="" value="$act" /></td></tr>
<tr><td class="alt1" width="100"><span class="smallfont">Notes</span></td><td class="alt1"><input type="text" name="notes" size="50" maxlength="200" title="" value="$notes" /></td></tr>
<tr><td class="alt2" width="100"><span class="smallfont">Audio Version</span></td><td class="alt2"><input type="text" name="audiov" size="50" maxlength="200" title="" value="$audiov" /></td></tr>
<tr><td class="alt1" width="100"><span class="smallfont">Audio Rarity</span></td><td class="alt1"><input type="text" name="audior" size="50" maxlength="200" title="" value="$audior" /></td></tr>
<tr><td class="alt2" width="100"><span class="smallfont">Video Version</span></td><td class="alt2"><input type="text" name="videov" size="50" maxlength="200" title="" value="$videov" /></td></tr>
<tr><td class="alt1" width="100"><span class="smallfont">Video Rarity</span></td><td class="alt1"><input type="text" name="videor" size="50" maxlength="200" title="" value="$videor" /></td></tr>
<tr><td class="alt2" width="100"><span class="smallfont">Date</span></td><td class="alt1"><input type="text" name="date" size="50" maxlength="200" title="" value="$date" /></td></tr>
<tr><td class="alt1" width="100"><span class="smallfont">Songs</span></td><td class="alt1">
<textarea name="songs" rows="10" cols="61">$songs</textarea>
</td></tr>
<tr><td class="alt1" align="center" colspan="2"><input type="submit" class="button" name="sbutton" value="$vbphrase[edit_concert]" accesskey="s" tabindex="1" /></td></tr></tbody></table></form>
<!-- /main -->
$footer
</body>
</html>
Create the template info_concert:
---------------------------------
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
$headinclude
</head>
<body>
<!-- main -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="70%" align="center">
<thead>
<tr align="center">
<td class="tcat" colspan="3">Informations for $city, $state</td>
</tr>
</thead>
<tr>
<td class="alt1" width="100%" colspan="2">Tour Name: $tourname</td></tr>
<tr><td class="alt2" width="100%" colspan="2">Location of the performance: $venue</td></tr>
<tr><td class="alt2" width="100%" colspan="2">Supporting Act/s: $act</td></tr>
<tr><td class="alt1" width="100%" colspan="2">Songs: $songs</td></tr>
<tr><td class="alt2" width="100%" colspan="2">Notes: $notes</td></tr>
<tr><td class="thead" width="100%" colspan="2">Availability in bootleg</td></tr>
<tr><td class="alt2" width="50%">Audio Version: $audiov</td><td class="alt2" width="50%">Audio Rarity: $audior</td></tr>
<tr><td class="alt1" width="50%">Video Version: $videov</td><td class="alt1" width="50%">Video Rarity: $videor</td></tr>
<tr><td class="thead" width="100%" colspan="2">Cover, Inlay and Ticket</td></tr>
<tr><td class="alt2" width="50%"><a href="bootleg.php?do=cover&cover=bootleg.php?do=getfront &cid=$cid&ci d=$cid" target="_blank">Front</a></td><td class="alt2" width="50%"><a href="bootleg.php?do=cover&cover=bootleg.php?do=getback& cid=$cid&cid =$cid" target="_blank">Back</a></td></tr>
<tr><td class="alt1" width="50%"><a href="bootleg.php?do=cover&cover=bootleg.php?do=getinlay &cid=$cid&ci d=$cid" target="_blank">Inlay</a></td><td class="alt1" width="50%"><a href="bootleg.php?do=cover&cover=bootleg.php?do=getticke t&cid=$cid&c id=$cid" target="_blank">Ticket</a></td></tr>
</table>
<!-- /main -->
</body>
</html>
In your headinclude, add:
-------------------------
<script type="text/javascript" src="popup.js"></script>
nexialys
01-26-2005, 04:42 PM
nah, oldfan, you did not need to list the templates... i was refering to the amount of html inserted in the file itself... like the $concertbit and $ajoutconcert stuff...
this may be updated later if someone take charge of the hack.
nexialys
01-26-2005, 04:43 PM
oh, and if your hack is not working on your site is because the TABLE_PREFIX is not set everywhere in the tool... there are bugs in it.
btw, it would be prefered to have someone taking charge of this hack, preferely the author of it, is you can't ... because there is some flaws in it...
oldfan
01-26-2005, 05:03 PM
oh, and if your hack is not working on your site is because the TABLE_PREFIX is not set everywhere in the tool... there are bugs in it.
btw, it would be prefered to have someone taking charge of this hack, preferely the author of it, is you can't ... because there is some flaws in it...
oh, I thought it was a final version and working.
I just wanted to share it :)
FleaBag
01-26-2005, 05:23 PM
Awesome, this will really come in handy. Oldfan, what's your vB about?
oldfan
01-26-2005, 05:39 PM
Awesome, this will really come in handy. Oldfan, what's your vB about?
I Metallica fansite, with a builtin bittorrent tracker :)
FleaBag
01-27-2005, 03:05 PM
A rock/band website deciated to my country, Wales - and also a Lost Prophets fan-forum.
wolfe
01-30-2005, 07:24 PM
A rock/band website deciated to my country, Wales - and also a Lost Prophets fan-forum.
if you want i will take over this hack and update it to vb 3.0.x Full
oldfan
01-30-2005, 07:46 PM
if you want i will take over this hack and update it to vb 3.0.x Full
Would you please :)
wolfe
01-30-2005, 08:44 PM
Would you please :)
ok m8 im working on it now should be done this week deffo ;) am gonna rewrite the install script also to install the templates aswell ;)
oldfan
01-31-2005, 02:16 AM
ok m8 im working on it now should be done this week deffo ;) am gonna rewrite the install script also to install the templates aswell ;)
thanks!
Erwin
01-31-2005, 07:04 AM
I'm not sure you should release this if you do not have permission from the author, even if you paid for it.
nexialys
01-31-2005, 11:11 AM
I'm not sure you should release this if you do not have permission from the author, even if you paid for it.
That's what i suggested at first Erwin, and even HiDeo is silent... he visit the site everydays, but don't want to reply (even my PMs)...
HiDeo
01-31-2005, 01:11 PM
Sorry nexialys, I have some medical problems, and I didn't have the force to answer this last week.
There are no problems.
I'll come back in the vB World in my holidays, next Monday !
Maybe, I'll make a cleaner and update version if any hadn't benn released.
wolfe
01-31-2005, 01:19 PM
Sorry nexialys, I have some medical problems, and I didn't have the force to answer this last week.
There are no problems.
I'll come back in the vB World in my holidays, next Monday !
Maybe, I'll make a cleaner and update version if any hadn't benn released.
well i have finished the install / uninstall script and the phrases and templates not im just tidying it up abit and it will be ready to release if i have permission from the author
yoyoyoyo
01-31-2005, 03:30 PM
well i have finished the install / uninstall script and the phrases and templates not im just tidying it up abit and it will be ready to release if i have permission from the authorit looks to me from his post that he doesn't have any problems with people working on it, and said he will work on it if a new one hasn't been released, so when he is feeling better then he can possibly add his input to your update (keeps fingers crossed cuz my members would love this)
oldfan
01-31-2005, 05:32 PM
it looks to me from his post that he doesn't have any problems with people working on it, and said he will work on it if a new one hasn't been released, so when he is feeling better then he can possibly add his input to your update (keeps fingers crossed cuz my members would love this)
Is that your tattoo site?
If so you got some artwork going there !
yoyoyoyo
01-31-2005, 06:01 PM
Is that your tattoo site?
If so you got some artwork going there !thanks... but that isn't where my forum is... the forum is a private dealybob. Now I am trying to wrap my head around some of this php stuff also :)
HiDeo
01-31-2005, 06:53 PM
I send a private message to wolfe to allow him to release his update ;)
Erwin
01-31-2005, 08:30 PM
I send a private message to wolfe to allow him to release his update ;)
Thanks HiDeo. :)
wolfe
01-31-2005, 08:43 PM
Thanks HiDeo. :)
Thanx HiDeo i will do my best :)
yoyoyoyo
01-31-2005, 08:44 PM
I send a private message to wolfe to allow him to release his update ;)thanks much- I hope you feel better soon!
HiDeo
01-31-2005, 09:03 PM
I hope too, I'll stop medicine next week ;)
VirtualMind
01-31-2005, 11:41 PM
i really could use this hack
well done
i'll come back next week then! :)
wolfe
02-01-2005, 12:47 AM
i really could use this hack
well done
i'll come back next week then! :)
m8 im nearly finished why wait till next week its should be done tonight or defo tomorrow
oldfan
02-01-2005, 01:30 AM
m8 im nearly finished why wait till next week its should be done tonight or defo tomorrow
* oldfan waits :up:
wolfe
02-01-2005, 03:38 AM
i will release it l8r on i have come across an error but will fix l8r also i will post it on new thread so i will be author and i will post link here ;)
VirtualMind
02-01-2005, 09:39 AM
ok then! i'll be waiting for the link :)
HiDeo
02-01-2005, 04:45 PM
I'm waiting too :D
nexialys
02-01-2005, 05:55 PM
i find these developments very interesting... clients, coders and hackers are all together to work on a similar goal.. ;)
good luck guys!
wolfe
02-02-2005, 10:25 AM
i find these developments very interesting... clients, coders and hackers are all together to work on a similar goal.. ;)
good luck guys!
sorry it will be delayed till tonight or tomorrow i come across a problem and i am implementing a few extra things instead of releasing to release again straight away ;)
wolfe
02-02-2005, 03:04 PM
sorry it will be delayed till tonight or tomorrow i come across a problem and i am implementing a few extra things instead of releasing to release again straight away ;)
Version: 1.0 is finished: https://vborg.vbsupport.ru/showthread.php?t=75609
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.