vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Not sure how they did this under the avatars... (https://vborg.vbsupport.ru/showthread.php?t=28843)

Goldfinger 10-02-2001 05:38 AM

There has to be code editing done here. Because they have a calculated number there.

Sage Undertaker 10-02-2001 10:05 PM

:o I talked to one of them that has that. its temp and custom feilds.

Dunny 10-19-2001 11:21 AM

Its a hack to rank a user and give him an overall %, its bloody nice too :D

POSTS + VIEWS = HP: XX/XX
VIEWS + RATES = MP: XX/XX
EXP = OVERALL %

Dunny 10-19-2001 01:41 PM

$maxmp= ($jointime * $level) / 5;
max mp equals the (product of the total days since registered and you current level) divded by 5

$mp= $post[posts] / 3;
current mp equals total posts divided by 3

if ($mp >= $maxmp) {
$mp = $maxmp;
}
$maxmp = floor ($maxmp);
if current mp turns out to be greater than or equal to max mp, then the current mp will be reduced to equal the max mp.

$mp = floor ($mp);
now, round down the current mp to the nearest decimal


heres how his hack is setup, if anyone knows how to make it this will help :)

halo1 10-20-2001 04:58 PM

Thanks for posting the hack on my board Dun, working on a mod for it to my stars hack, hope it works! : )

Neo 10-22-2001 04:23 PM

hmm... i will take a look into it. but if anyone has anymore code / idea or such it would help

Nebula 10-23-2001 10:41 AM

Hmm, sounds easy enough. If I did this, would it be worth it? I mean, would there be a big demand for it?

It definately sounds cool ;)

Neo 10-23-2001 09:11 PM

i know i would want it. i think alot of other people would want it or use it.

Nebula 10-24-2001 12:31 AM

Cool then. I've got some other stuff on my agenda of PHP stuff, but once I get a weekend to myself (like last weekend, no homework, YAY!!), and I have nothing to do, I'll do it. Please don't send me emails every day asking me to do it. If anyone else wants to do this, feel free to go ahead. I'm sure there's someone out there that isn't as busy as me ;)

Don't get me wrong, I'll still do it, but don't count on it soon :D

Neo 10-24-2001 02:03 AM

LOL, i am not lazy to do i with all the coding i do... i will take a looking to aswell but no promises. if you want to help either of us out i am sure you could post a little snip here;)


All times are GMT. The time now is 08:03 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.00988 seconds
  • Memory Usage 1,723KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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