vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vBTopSite (https://vborg.vbsupport.ru/showthread.php?t=59447)

AN-net 12-31-2003 05:38 PM

Quote:

Originally Posted by Darkwaltz4
yeah, i put up a change in the random password generator. *in the new zip* if you would like to change it yourself, find:

char(rand(1,100));

and change it to char(rand(1,75));
(this code only appears once, so just use Find)

you can edit the password to your site using the ACP 'manage sites' option

what file is that in?

Darkwaltz4 12-31-2003 05:39 PM

topsites_member.php, sorry >.<

the password generator works with ascii integer codes...so you just have to find a max number that still displays "good" characters

AN-net 12-31-2003 05:42 PM

just for people who are fixing this, it appears as chr(rand(1,100)); in topsites_member.php

edit:
Fully Operational Topsites at:
http://www.animationation.net/community/topsites.php

feel free to sign up there are no requirements besides no innapropriate/pornographic sites allowd. Thanks and hope everyone enjoys this great hack!

Darkwaltz4 12-31-2003 06:11 PM

okay, to get the following charset to appear for your passwords (and not have screwwy passwords) use this following code:

find in topsites_member.php:

chr(rand(1,100));

OR

chr(rand(1,75));

REPLACE WITH

chr(rand(32,127));

PRODUCES FROM THE FOLLOWING CHARSET
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~

edit, updated zip to reflect change

AN-net 12-31-2003 06:24 PM

Quote:

Originally Posted by Darkwaltz4
okay, to get the following charset to appear for your passwords (and not have screwwy passwords) use this following code:

find in topsites_member.php:

chr(rand(1,100));

OR

chr(rand(1,75));

REPLACE WITH

chr(rand(32,127));


PRODUCES FROM THE FOLLOWING CHARSET
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~

edit, updated zip to reflect change

what does chr(rand(1,75)); produce from?

Darkwaltz4 12-31-2003 06:27 PM

....a really bad subset :-p whcih was causing problems~

32,127 produces from:
----------------------------
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~

and 1,75 produces from:
----------------------------
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJK

NOT the best huh? :-p

AN-net 12-31-2003 08:42 PM

do you plan to make further additions, such as being able to post topsite list stats anywhere on vb?

Darkwaltz4 12-31-2003 08:44 PM

*shrugs* i could very easily throw together a new function for functions.php, if you told me what you wanted it to show exactly ^_^ probably something like using:

$sitestats = topsite_stats($siteid);

and that would get you the row of stats, for display wherever you call it. (would add extra query to wherever you use it)

Darkwaltz4 12-31-2003 10:33 PM

okay! i just finished the new whos online locations and updated the zip ^_^ to apply those changes, just use this text file (its included in the new instructions now, but for people who have it installed already...)

AN-net 01-01-2004 03:25 PM

Quote:

Originally Posted by Darkwaltz4
*shrugs* i could very easily throw together a new function for functions.php, if you told me what you wanted it to show exactly ^_^ probably something like using:

$sitestats = topsite_stats($siteid);

and that would get you the row of stats, for display wherever you call it. (would add extra query to wherever you use it)

like the top 5 sites( including rank #,site name and sitename is a link to the site(will also add to the sites hits/unique hits/in/out)

well thats what i was thinking of or you could make something that scrolls like 5 sites at a time and shows all the stats just not in table form but in row form


All times are GMT. The time now is 09:32 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.01169 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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