vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   Clan Hack (https://vborg.vbsupport.ru/showthread.php?t=51549)

solent 05-06-2003 12:09 PM

i install a new style site in my board and now my template edits/creations for this hack are gone.

now i am running the install file to see the template instractions but nothing.

iam missing something. i remember the first time i install it, it was straight forward easy hack to install.

anyway i cannot find the template edits so anyone with them please post them in here.

thanks

Hobbes 05-06-2003 09:25 PM

create template: Showclans_Main

with the following text

Code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD><TITLE>$bbtitle Administration and Moderators</title>
$headinclude
</head>
<body>
$header
<!-- breadcrumb -->
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
        <td width="100%"><img src="https://vborg.vbsupport.ru/vbimages/vb_bullet.gif" align="absmiddle"> <normalfont><b>$clanheader</b></normalfont></td>
</tr>
</table>
<!-- /breadcrumb -->

<hr>

<table align="center" cellpadding="4">
<tr>
        <td>
       
        <!-- show stuff -->
        $showclanobject
        <!-- end show stuff -->

        </td>
</tr>
<tr>
        <td align="center">$forumjump</td>
</tr>
</table>

$footer
</body>
</html>

create template: [i]showclans_allclans]/i]

with the following content

Code:

<table cellpadding=0 cellspacing=0 border=0 bgcolor="#555576" align="center" width=100%><tr><td>
<table border="0" cellpadding="4" cellspacing="1" width=100%>
<tr>
        <td bgcolor="#606096" width="100%" colspan="5"><normalfont color="#FFF788"><b><img src="https://vborg.vbsupport.ru/vbimages/vb_bullet.gif" align="absmiddle"> ALL CLANS </b></normalfont></td>
</tr>
<tr>
        <td bgcolor="#8080A6" colspan="2"><smallfont color="#EEEEFF">Clan Name</smallfont></td>
        <td bgcolor="#8080A6" colspan="2"><smallfont color="#EEEEFF">Leader</smallfont></td>
</tr>
$showallclans
</table>
</td></tr></table>
<br>

create template: Showclans_allusers

with the following content--

Code:

<table cellpadding=0 cellspacing=0 border=0 bgcolor="#555576" align="center" width=100%><tr><td>
<table border="0" cellpadding="4" cellspacing="1" width=100%>
<tr>
        <td bgcolor="#606096" width="100%" colspan="5"><normalfont color="#FFF788"><b><img src="https://vborg.vbsupport.ru/vbimages/vb_bullet.gif" align="absmiddle"> All users in clan $clan[title]</b></normalfont></td>
</tr>
<tr>
        <td bgcolor="#8080A6" colspan="2"><smallfont color="#EEEEFF">Username</smallfont></td>
        <td bgcolor="#8080A6"><smallfont color="#EEEEFF">Location</smallfont></td>
        <td bgcolor="#8080A6"><smallfont color="#EEEEFF">Contact</smallfont></td>
</tr>
$showallusers
</table>
</td></tr></table>
<br>

create template: showclans_clanlist

with the following content

Code:

<tr>
        <td bgcolor="$backcolor" colspan="2" nowrap><normalfont><b><a href="showclans.php?s=$session[sessionhash]&what=users&clanid=$clan[clanid]">$clan[title]</a></b></normalfont></td>
        <td bgcolor="$backcolor" width=50% nowrap><normalfont>$theleader</normalfont></td>
</tr>

create template: Showclans_userlist

with the following content--

Code:

<tr>
        <td bgcolor="$backcolor" nowrap colspan="2"><normalfont><b><a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$clanusers[userid]">$clanusers[username]</a></b></normalfont></td>
        <td bgcolor="$backcolor" nowrap><normalfont>$showloc[field2]</normalfont></td>
                <td bgcolor="$backcolor" nowrap><normalfont><a href="private.php?s=&action=newmessage&userid=$clanusers[userid]"><img src="http://www.blindedstorms.com/vb/images/sendpm.gif" alt="Send a private message to $clanusers[username]!" width="55" height="17" border="0"></a></normalfont></td>
</tr>

--------------- IM not sure if u needed the template adds, but i did them anyways.
----------///

EDIT>>>>User Option Templates>>>modifyprofile

find

Code:

<tr>
<td bgcolor="#F1F1F1"><b><normalfont>Yahoo Messenger Handle:</normalfont></b></td>
<td bgcolor="#F1F1F1"><normalfont><input type="text" class="bginput" name="yahoo" value="$bbuserinfo[yahoo]" size="30" maxlength="30"></normalfont></td>
</tr>

and ADD BELOW

Code:

<tr>
        <td bgcolor="#F1F1F1"><b><normalfont>Clan Password:</normalfont></b><br><smallfont>Enter the password for your clan. <b>STATUS:</b> $showclanstat</smallfont></td>
        <td bgcolor="#F1F1F1"><normalfont><input type="text" class="bginput" name="pickclan" value="$clanstat[pass]" size="30" maxlength="30"></normalfont></td>
</tr>

EDIT>>>Postbit Templates>>>>postbit

find

Code:

$post[avatar]<p>
and BELOW it add
Code:

$showuserclan<br>
that should work ^_~

solent 05-07-2003 03:57 AM

Anguish thanks dude. i guess the cyberdemon is right to have you as his assisant. :D :D :D

Hobbes 05-07-2003 09:14 PM

*dances*..

hehehe....to think i almost took the install off bookmarked XD

The_Cyberdemon 05-08-2003 07:50 PM

wow, very nice job, Thanks a lot anguish, btw, i haven't given up on you guyz, i've had a huge project for school, sooo...

The_Cyberdemon 05-08-2003 11:27 PM

Oh, and, if you need to see the template edits, go here:
http://*YOURDOMAINMAME*/*YOUR BOARD ROOT*/admin/clan_install.php?where=end
You will get the "headers not snet on output" or whatever error, but that doesn't affect anything.

The_Cyberdemon 05-11-2003 11:45 AM

Okay, i have another update, something is wrong with my site, and it's not working. I'm getting a "The page cannot be displayed" error, but my ftp works, so i don't know what is going on. I'm gonna talk to my friend who i'm running the site with and see if he got any e-mails about anything.
Long story short - I can't work on the hack till it's back up

Hobbes 05-11-2003 06:45 PM

...Nuuuuu.....that sucks...my forums were down a few days ago...:(...

hope its back soon cyberdemon =P

Koutaru 05-11-2003 10:09 PM

:( I hope it gets back up, ^^; but it's okay

drumsy 05-12-2003 06:07 PM

Quote:

Yesterday at 08:45 AM The_Cyberdemon said this in Post #167
Okay, i have another update, something is wrong with my site, and it's not working. I'm getting a "The page cannot be displayed" error, but my ftp works, so i don't know what is going on. I'm gonna talk to my friend who i'm running the site with and see if he got any e-mails about anything.
Long story short - I can't work on the hack till it's back up


Sounds like the same problems that vB.org had........might check out www.vbulletin.com's Chit Chat forum for more info....


All times are GMT. The time now is 04:51 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02117 seconds
  • Memory Usage 1,759KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (9)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete