vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Very Cool Hack (https://vborg.vbsupport.ru/showthread.php?t=36770)

E 03-31-2002 01:09 AM

that is quite nice... i may try it later on...

Ryan McBain 03-31-2002 01:47 AM

Very Cool Hack
 
Hey there is a cool rpg type hack that goes around your avatar. I dont know how the person did it but you can see it at
http://www.ffimpulse.com/forum/showt...&threadid=4984

I asked the person who made the hack but they wont release it :(
Can someone make something like this???

Ryan McBain 03-31-2002 03:05 AM

Yeah the person who made this hack is very good. I hope someone on here can make something like this...

Neo 03-31-2002 04:10 AM

its mainly a template edit... hardly a hack. Exception of a few hacks found on this board.

Ryan McBain 03-31-2002 04:37 AM

Quote:

Originally posted by neo
its mainly a template edit... hardly a hack. Exception of a few hacks found on this board.
OK, in that case would it be easy to do? Can someone do this and post it? I really would like to put this on my board

TECK 03-31-2002 06:26 AM

Quote:

Originally posted by Ryan McBain
Hey there is a cool rpg type hack that goes around your avatar. I dont know how the person did it but you can see it at
http://www.ffimpulse.com/forum/showt...&threadid=4984

I asked the person who made the hack but they wont release it :(
Can someone make something like this???

they are cheap. they act like they are php gods and they crawl all day long here at vB.org to get something cool. then they pretend they wrote all this and that. the LEVEL hack was written about 1000 years before their site was released. look what they state:
Quote:

That is a custom made hack by us. It isnt going to be released. There are similar clones, though, that you can find at vbulletin.org

But we all know where they got the idea from >_<
as of the 'template' hack, this is extremly easy to make it, all you need is just a little html skills. in my oppinion, they should act normal and be modest, not "GODS".

E 03-31-2002 08:15 AM

i have most of it done.. but its mainly suited for my board.

E 03-31-2002 09:49 AM

<a href="http://www.fiendworld.com/showthread.php?s=&postid=5197#post5197" target="_blank">http://www.fiendworld.com/showthread...=5197#post5197</a> <--thats what i got

Ryan McBain 03-31-2002 11:45 AM

Quote:

Originally posted by E
i have most of it done.. but its mainly suited for my board.
Thats cool, do you think you can make the hack so other people can use it on their boards?

Dejavuth 03-31-2002 11:57 AM

I've personally coded those hacks................I dunno how you could possibly do it with just template editing.

And we had this hack on since June 2001 and are you calling me a ripper? ripping **** of other hacks and make it my own?

Well for your information.......I don't use any of the RPG hacks here coz they don't suit my taste so everything (RPG) at my place were custom coded.

If i'm correct it's the new clones i've seen that copied the ideas...back then there weren't that many RPG stat hacks, mine was finished around January 2001 and never botehr to release it O_o.


Are you saying that you can do all of those hacks with plain HTML ? I'll like to see that happens :D

I'll bet u 50 bucks you can't do it hahaha

I honestly don't appreciate people calling me ripper when I actually did put time into coding and debugging it, please look at it properly before making comments.

Well thank for your time and have a nice day

Ryan McBain 03-31-2002 12:04 PM

Quote:

Originally posted by Dejavuth
I've personally coded that hacks................I dunno how you could possibly do it with just template editing.

And we had this hack on since June 2001 and are you calling me a ripper? ripping **** of other hacks and make it my own? it was finished around January 2001

Well for your information.......I don't use any of the RPG hacks here coz they don't suit my taste so everything (RPG) at my place were custom coded.

If i'm correct it's the new clones i've seen that copied the ideas...back then there weren't that many RPG stat hacks

Well thank for your time and have a nice day

And it's extermly easy to code GIl ..weapon.hacks with just HTML?

I'll bet u 50 bucks you can't do it hahaha

Well the entire hack I can't do, thats why I hope someone will post it here :)

Bald Bouncer 03-31-2002 05:50 PM

1 Attachment(s)
I knocked a quick version up, please if you use it at least make changes so it suits your forum, Ive done my best not to make it look a direct rip....alter the colours....

Bald Bouncer 03-31-2002 05:51 PM

1 Attachment(s)
heres a ss....

Dean C 03-31-2002 06:32 PM

i really like this bouncer... uve done a good job ...

nice to see someone sharing their postbit hack ;)

l8er

Dean C 03-31-2002 06:49 PM

i apologise it was E's picture i clicked on ... cud E share this $postbit template with us please ???

Neo 03-31-2002 06:51 PM

Dejavuth: your a idiot go away.

BB: nice job man :)

Stylez 03-31-2002 07:10 PM

the postbit part is easy O_o, ryan wasnt talking about that. the part about the classes and such is the custom made part, the formatting of the postbit like bb just did and e did was just a template edit. the part with the weapons and such we modified actual files that you upload. i think some people got confused on which part we he was talking about. and the part where i said about knowing where people got the idea from, i was referring to afterlab, since he got the inspiration from our forums, so then you see his item shop hack =p. 2 different hacks peoples.

Dejavuth 03-31-2002 09:35 PM

Someone was calling me a ripper

Now let's look at the card design :p looks familiar isn't :D

E 03-31-2002 11:40 PM

1 Attachment(s)
Mist... u can use what i had... but u need the hacks installed... but put this in postbit:

mr e 04-01-2002 01:35 AM

If you want the Level, Exp, HP, MP and such go into admin/functions.php and find

PHP Code:

eval("\$post[profile] = \"".gettemplate("postbit_profile")."\";");
eval(
"\$post[search] = \"".gettemplate("postbit_search")."\";");
eval(
"\$post[buddy] = \"".gettemplate("postbit_buddy")."\";"); 

and ABOVE that do something like

PHP Code:

$exp $post[posts];
$hp round($exp .75);
if (
$hp 1) {
    
$hp 1;
}
    else {
        
$hp $hp;    }
$mp round($jointime $hp 5);
if (
$mp 1) {
    
$mp 1;
}
    else {
        
$mp $mp;
    }
$lvl round(($mp $hp) / 5);
if (
$lvl 1) {
    
$lvl 1;
}
    else {
        
$lvl $lvl;
    } 

then in the postbit template add $lvl, $exp, $hp, and $mp wherever you want. That is just a very simple Level, Exp, HP, MP hack and there ARE better one's out there if you look.

Ryan McBain 04-01-2002 04:34 AM

Yeah I'm basicaly looking for that exact hack that I was talking about at http://www.ffimpulse.com/forum/showt...&threadid=4984

Is the hack that has been put together here, like that? or just a beta??

Dean C 04-01-2002 08:14 AM

E - what hacks have u got installed??

E 04-01-2002 08:57 AM

Points hack... Points Donating hack... and my own version of the level hack...
for points hacks.. (if u have them installed) change field9 too ur point field... .the level hack if u have one installed change $level to whatever u needd like $showlevel or $lvl

Dean C 04-01-2002 12:43 PM

thank you so much .... ill try this 2nite as soon as i get home ...

ill change the code a bit cuz i haven't got level bars and points hacks....

Thnax again :)

l8er

Dean C 04-01-2002 03:58 PM

E cud u show me EXACTLY where to insert the postbit file because i tried inserting it today and it didn't work .... the actual box worked great but it mucked up the arrangement of the postbit and the message was everywhere...

if u cud just post the two lines before and affter where to insert it i wud be most grateful :)

E 04-01-2002 07:55 PM

okay hold on...find... where it says
$post[username]
$post[avatar]
and replace that with the code... there will probably be a few things under $post[avatar] that u might want too take out... need any more help jusr drop it here.. peace

Ryan McBain 04-02-2002 12:21 AM

Thanks for all the input guys. So what do I have to do to be able to have the same hack that was at the other site?

E 04-02-2002 12:27 AM

it wasnt a hack it was a template edit that used other peoples hacks... which bit of it do u want?

Ryan McBain 04-02-2002 01:02 AM

Quote:

Originally posted by E
it wasnt a hack it was a template edit that used other peoples hacks... which bit of it do u want?
The whole thing :) the whole taco

E 04-02-2002 02:00 AM

Well search for "the points hack" and "Yet another Level/stats hack"

Ryan McBain 04-02-2002 02:11 AM

Oh I was hoping to get the "impulse hack" in one download. So I just need the points hack and the level stats hack, and the template hack, and thats it. I want it to look just like http://www.ffimpulse.com/forum/showt...&threadid=4984

E 04-02-2002 02:13 AM

i know...

Ryan McBain 04-02-2002 09:13 AM

ok can you tell me what to do, step by step?

E 04-02-2002 10:06 AM

install the Points and Level hack... then ill teell u whats next

Ryan McBain 04-03-2002 12:22 AM

Ok if i install all of this now, will i have to do it again once vb3 comes out??

E 04-03-2002 09:38 AM

yes

mr e 04-03-2002 09:19 PM

Your probably going to have to reinstall most hacks once vB3.0 comes out. Also no one is going to give you that EXACT hack, you have to be a little original, I gave you the lvl hack and the rest is just making a table with some rounded corners for gfx and the points/lvl hack in the table.

Quote:

Originally posted by Ryan McBain
Ok if i install all of this now, will i have to do it again once vb3 comes out??

Ryan McBain 06-01-2002 11:34 PM

Quote:

Originally posted by E
install the Points and Level hack... then ill teell u whats next
Ok I finialy got around to installing the points and level hack. What do I do next???

Dean C 06-02-2002 06:24 AM

if i completely duplicate their postbit at ffimpluse (images and all) .... wud any1 like it??? excluding the hacks that is...

Ryan McBain 06-02-2002 12:19 PM

Quote:

Originally posted by Mist
if i completely duplicate their postbit at ffimpluse (images and all) .... wud any1 like it??? excluding the hacks that is...
I would like it :)

thats what im trying to do. Can you help me?


All times are GMT. The time now is 02:13 AM.

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.01744 seconds
  • Memory Usage 1,823KB
  • 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
  • (2)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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