Toon posts:

[vBB] Waar leuke hacks ??

Pagina: 1
Acties:
  • 122 views sinds 30-01-2008
  • Reageer

Verwijderd

Topicstarter
Waar vind ik leuke hacks voor een vBB ??? www.vbulletin.com en .org kom ik niet op... >:) ;)

  • Dennis
  • Registratie: Februari 2001
  • Laatst online: 21:00
www.vbulletin.org
als je er niet opkomt: pech

en wil je zo vriendeljik zijn mijn gejatte icoon weg te halen? dank u

Verwijderd

Topicstarter
Op dinsdag 18 december 2001 19:42 schreef dennisdotcom het volgende:
www.vbulletin.org
als je er niet opkomt: pech

en wil je zo vriendeljik zijn mijn gejatte icoon weg te halen? dank u
Welk gejatte icoon ???

  • Sick Nick
  • Registratie: Februari 2001
  • Laatst online: 15:51

Sick Nick

Drop the top!

Is gewoon een standaard netstat icoontje, dus niet zo bijzonder ;)

  • Dennis
  • Registratie: Februari 2001
  • Laatst online: 21:00
Op dinsdag 18 december 2001 19:47 schreef Sick_Nick het volgende:
Is gewoon een standaard netstat icoontje, dus niet zo bijzonder ;)
Wat ik dus eerder had.

  • Sick Nick
  • Registratie: Februari 2001
  • Laatst online: 15:51

Sick Nick

Drop the top!

Op dinsdag 18 december 2001 19:48 schreef dennisdotcom het volgende:

[..]

Wat ik dus eerder had.
Dude, het is niet hetzelfde. Ze tellen niet dezelfde hits hoor. Jouw hits tellen voor jouw stats en die van hem voor hem (beetje krom nederlands, maar zo is het wel :o)

  • Dennis
  • Registratie: Februari 2001
  • Laatst online: 21:00
Op dinsdag 18 december 2001 19:51 schreef Sick_Nick het volgende:
Dude, het is niet hetzelfde. Ze tellen niet dezelfde hits hoor. Jouw hits tellen voor jouw stats en die van hem voor hem (beetje krom nederlands, maar zo is het wel :o)
Hehe :)
Ja zover was ik ook al, maar het ziet er wel hetzelfde uit.

  • Sick Nick
  • Registratie: Februari 2001
  • Laatst online: 15:51

Sick Nick

Drop the top!

Ja, ehm...., ja dat is zo :)
En mijn icoon lijkt op zalman producten (oh wacht, dat zijn het ook)
Maar volgens mij zijn die 'hacks' niet vrij verspreidbaar op degene die je via de site van vBB kan krijgen.

Verwijderd

Topicstarter
/ontopic

maar er zijn toch mensen die hun eigen hacks schrijven en die ergens online zetten...

  • mulder
  • Registratie: Augustus 2001
  • Laatst online: 15:41

mulder

ik spuug op het trottoir

Goh, en van Google heb je nog nooit gehoord?

oogjes open, snaveltjes dicht


  • Sick Nick
  • Registratie: Februari 2001
  • Laatst online: 15:51

Sick Nick

Drop the top!

Heb even al mijn hacks bekeken, maar de meeste bevatten deze tekst:
Code contained in this archive may only be used if you are
Infopop or an Infopop licensee only. If you disagree, you
may not use this code at all.

If don't own a LEGAL license to UBB 6, you have NO
RIGHT to use this hack.
Deze hack had de melding niet, dus die mag blijkbaar wel:
PHP:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?
##################################################
# HideMessage.txt Version 1.0 (beta 1) for       #
                    UBB 6.04a/b/c                # 
# You have another UBBcode.[HIDE] [/HIDE]        #
# The Text between this can only see :           #
# The Admin,                                     #
# The Mod of the Forum                           #
# and the user which reply to the thread.        #
#                                                #
# The other user see this :                      #
# "this post contains hidden text - reply to     #
# the message to see it"                         #
# or this "" or a text which you enter           #
# in "vars_easy_hack.cgi                         #
#                                                #
##################################################
# made by e@sy                                   #
# Date : 05-07-01                                #
##################################################
# Files which are used :                         #
# cgi-bin :   ubb_lib.cgi                        #
#             ubb_lib_posting.cgi                #
#             ubb_new_reply.cgi                  #
#             ultimatebb.cgi                     #
# templates : public_common.pl                   #
#                                                #
##################################################
# webmaster@sternenfahrervoncatan.de             #  
# icq: 117102113                                 #  
##################################################
UPLOAD ubb_hide.gif to your non-cgi (Please make your
own one.This is a verry simply one)     

UPLOAD vars_easy_hack.cgi to your VARIABLES directory
CHMOD it to 775 (if running UNIX)

####################
# ubb_lib.cgi open #
####################
########
# find #
########

$_[0] =~ s,([code])(.+?)([/code]),[code]$2[/code],isg;

#############
# below add #
#############

$_[0] =~ s,([HIDE])(.+?)([/HIDE]),<BLOCKQUOTE><font size="1" face="$vars_style{FontFace}">Hide:</font><HR><pre>$2
,isg;

############################
# ubb_lib_posting.cgi open #
############################
########
# find #
########

if ($_[1] ne "OFF") {
$_[0] =~ s/([img]")(\S+)("[/img])/[IMG]$2[/IMG]/isg;
}

#############
# above add #
#############

$_[0] =~ s/(<BLOCKQUOTE><font size="1" face=".*?">Hide:</font><HR><pre>?)(.+?)([/code])/[HIDE]$2[/HIDE]/isg;

########
# find #
########

chomp($listed_name);

}
$summary .= qq~

################
# replace with #
################

chomp($listed_name);

}
$posted[6] =~ s/(<BLOCKQUOTE><font size="1" face=".*?">Hide:</font><HR><pre>?)(.+?)([/code])/$vars_easy_hack{hidemessage}/isg;
$summary .= qq~

########
# find #
########

# now we have $cat_line1 for breadcrumb

require "$vars_config{NonCGIPath}/Templates/public_topic_page.pl";

$ThisHTML = $Header;

$ThisHTML .= &topic_top;

$alt_color = $vars_style{AltColumnColor2};

#############
# below add #
#############

$hideyes="no";
foreach $line(@postinfo) {
chomp($line);
undef($this_user_number);
undef($public_name); undef($show_public_name);
undef($user_status); undef($email_link); undef($AuthorExtra);
undef($member_number); undef(@user_profile);
undef($profile_link); undef($overall_rating); undef($total_votes); undef($stars);
chomp($line);

# get post values
@thisline = split(/||/, $line);

# set user number
chomp($thisline[11]);
if ($user_number eq $thisline[11]) {$hideyes="yes"}

}
@user_profile = &verify_id_num($username, $password, $user_number);

# make sure user is an admin or moderator of this forum
my $is_one = &is_admin_or_mod($in{f}, @user_profile);
if ($is_one eq 'true') {$hideyes="yes"};

########
# find #
########

$post_body = $thisline[6];

#############
# below add #
#############

if ($hideyes eq "no"){
$post_body =~ s/(<BLOCKQUOTE><font size="1" face=".*?">Hide:</font><HR><pre>?)(.+?)([/code])/$vars_easy_hack{hidemessage}/isg;
}

##########################
# ubb_new_reply.cgi open #
##########################

########
# find #
########

$reply_to_message = $reply_to[6];

#############
# below add #
#############

$reply_to_message =~ s/(<BLOCKQUOTE><font size="1" face=".*?">Hide:</font><HR><pre>?)(.+?)([/code])/$vars_easy_hack{hidemessage}/isg;

#######################
# ultimatebb.cgi open #
#######################
########
# find #
########

require "$vars_config{VariablesPath}/vars_wordlets_date.cgi";

#############
# below add #
#############

require "$vars_config{VariablesPath}/vars_easy_hack.cgi";

#########################
# public_common.pl open #
#########################
########
# find #
########

if (action == "quote") {
var quoteUBBCode = "
";
revisedMessage = currentMessage+quoteUBBCode;
document.REPLIER.message.value=revisedMessage;
document.REPLIER.message.focus();
return;
}

#############
# below add #
#############

if (action == "hide") {
var hideUBBCode = "[HIDE] [/HIDE]";
revisedMessage = currentMessage+hideUBBCode;
document.REPLIER.message.value=revisedMessage;
document.REPLIER.message.focus();
return;
}

########
# find #
########

<a href="javascript: x()" onClick="DoPrompt('listend');">[img]"$vars_config{NonCGIURL}/list-end.gif"[/img]</a>
&nbsp;

#############
# below add #
#############

<a href="javascript: x()" onClick="DoPrompt('hide');">[img]"$vars_config{NonCGIURL}/ubb_hide.gif"[/img]</a>
&nbsp;
<br>

###############################################################################
that's all.transfer
?>[/php]
vars_easy_hack.cgi
code:
1
2
3
4
5
%vars_easy_hack = (
hidemessage => "<br>this post contains hidden text - reply to the message to see it<br>",
ubb_code_hide => "Hide - UBB-Code hide-text insert",
);
1;

HideMessage.mhz
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
ìììNameììì
Hide Message
ìììAuthorììì
e@sy
ìììAuthorEmailììì
webmaster@sternenfahrervoncatan.de
ìììHomePageURLììì
htpp://www.sternenfahrervoncatan.de
ìììUpdateURLììì

ìììCopyrightììì

ìììVersionììì
1.0.
ìììRemFilesììì

ìììCommentsììì
UPLOAD ubb_hide.gif to your non-cgi (Please make your
own one.This is a verry simply one)     

UPLOAD vars_easy_hack.cgi to your VARIABLES directory
CHMOD it to 775 (if running UNIX)

ìììFileNameììì
public_common.pl
ìììLocationììì
Templates
ìììOldDataììì
<a href="javascript: x()" onClick="DoPrompt('listend');">[img]"$vars_config{NonCGIURL}/list-end.gif"[/img]</a>
 &nbsp;

ìììNewDataììì
<a href="javascript: x()" onClick="DoPrompt('hide');">[img]"$vars_config{NonCGIURL}/ubb_hide.gif"[/img]</a>
 &nbsp;
<br>
ìììActionììì
 1 
ìììModCommentììì

ìììFileNameììì
public_common.pl
ìììLocationììì
Templates
ìììOldDataììì
    if (action == "quote") {
    var quoteUBBCode = "[QUOTE]  [/QUOTE]";
    revisedMessage = currentMessage+quoteUBBCode;
    document.REPLIER.message.value=revisedMessage;
    document.REPLIER.message.focus();
    return;
    }
ìììNewDataììì

    if (action == "hide") {
    var hideUBBCode = "[HIDE]  [/HIDE]";
    revisedMessage = currentMessage+hideUBBCode;
    document.REPLIER.message.value=revisedMessage;
    document.REPLIER.message.focus();
    return;
    }

ìììActionììì
 1 
ìììModCommentììì

ìììFileNameììì
ubb_lib.cgi
ìììLocationììì
CGI
ìììOldDataììì
$_[0] =~ s,(\\[code\])(.+?)(\\[/code\]),<BLOCKQUOTE><font size="1" face="$vars_style{FontFace}">Code:<\/font><HR><pre>$2</pre><HR><\/BLOCKQUOTE>,isg;
ìììNewDataììì
$_[0] =~ s,(\\[HIDE\])(.+?)(\\[/HIDE\]),<BLOCKQUOTE><font size="1" face="$vars_style{FontFace}">Hide:<\/font><HR><pre>$2</pre><HR><\/BLOCKQUOTE>,isg;
ìììActionììì
 1 
ìììModCommentììì

ìììFileNameììì
ubb_lib_posting.cgi
ìììLocationììì
CGI
ìììOldDataììì
$post_body = $thisline[6];
ìììNewDataììì
if ($hideyes eq "no"){
$post_body =~ s/(<BLOCKQUOTE><font size="1" face=".*?">Hide:<\/font><HR><pre>?)(.+?)(<\/pre><HR><\/BLOCKQUOTE>)/$vars_easy_hack{hidemessage}/isg;
}

ìììActionììì
 1 
ìììModCommentììì

ìììFileNameììì
ubb_lib_posting.cgi
ìììLocationììì
CGI
ìììOldDataììì
# now we have $cat_line1 for breadcrumb

require "$vars_config{NonCGIPath}/Templates/public_topic_page.pl";

$ThisHTML = $Header;

En dan natuurlijk een plaatje genaamd ubb_hide.gif maken

Verwijderd

Topicstarter
Op dinsdag 18 december 2001 20:07 schreef Sick_Nick het volgende:
Heb even al mijn hacks bekeken, maar de meeste bevatten deze tekst:
[..]

Deze hack had de melding niet, dus die mag blijkbaar wel:
[php]<?
...
En dan natuurlijk een plaatje genaamd ubb_hide.gif maken
Heb je deze LockDown hack ook misschien voor een vBulletin ????

  • OzBoz
  • Registratie: Maart 2000
  • Laatst online: 09-09 19:36

OzBoz

.:.H.:.I.:.P.:.

Op dinsdag 18 december 2001 20:18 schreef Leonstyle het volgende:

[..]

Heb je deze LockDown hack ook misschien voor een vBulletin ????
Ik weet niet op welke school jij hebt leren quoten, maar wellicht dat je nog een lesje mee kan pakken.

My Fizion | My 3D prints | LinkedIn


  • Sick Nick
  • Registratie: Februari 2001
  • Laatst online: 15:51

Sick Nick

Drop the top!

Op dinsdag 18 december 2001 20:22 schreef OzBoz het volgende:

[..]

Ik weet niet op welke school jij hebt leren quoten, maar wellicht dat je nog een lesje mee kan pakken.
:D
En nee, volgens mij heb ik die niet voor vBulleting. Maar vBB is afgeleid van uBB (of andersom) dus het moet makkelijk aan te passen zijn voor vBB (toch :?)

Verwijderd

Topicstarter
Maar ik ben eigenlijk niet zo'n ster in vBB... UBB kan ik nog wel wat, maar in vBB en PHP/SQL ben ik een n00b

Verwijderd

Topicstarter
kickje... >:)

  • D2k
  • Registratie: Januari 2001
  • Laatst online: 31-08 10:19

D2k

Op woensdag 19 december 2001 00:23 schreef Leonstyle het volgende:
kickje... >:)
:O
[topic=327241/1/25]
Policy mbt het omhoogschoppen van threads. Wacht minstens 24 uur voor je je topic omhoog schopt. Doe dit dan ook alleen met een zinnige opmerking en dus niet met "Waarom antwoord er nou niemand" nadat je 5 minuten geen antwoord hebt gehad. Sommigen van ons hebben een leven :+

Doet iets met Cloud (MS/IBM)

Pagina: 1