vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 5.x Products & Extensions (https://vborg.vbsupport.ru/forumdisplay.php?f=258)
-   -   Add-On Releases - Member List for VB5 (https://vborg.vbsupport.ru/showthread.php?t=296651)

Double l 04-21-2013 04:06 PM

Mine isn't letting me edit the memberlist.php document.

smgxtreme 04-21-2013 07:24 PM

Quote:

Originally Posted by Double l (Post 2417696)
Mine isn't letting me edit the memberlist.php document.

You have to edit manually like in cpanel or in notepad.

oakhurst 04-27-2013 08:47 AM

Great add-on!

I do, however, have an avatar display issue.
http://www.yosemitearea.com/yao/memberlist.php

AFemaleProdigy 06-03-2013 05:35 PM

I've tried installing this on 5.0 beta 23 and it is not loading any users. It appears to show the page with no problem. Just no members. The rewrite rule is also not working, even though I added the htaccess lines. Any ideas?

http://www.411women.com/memberlist.php

wdwms 06-03-2013 05:44 PM

It was not written to work with the beta. It is for 5.01 or higher.

Zachery 06-03-2013 07:15 PM

Quote:

Originally Posted by AFemaleProdigy (Post 2425595)
I've tried installing this on 5.0 beta 23 and it is not loading any users. It appears to show the page with no problem. Just no members. The rewrite rule is also not working, even though I added the htaccess lines. Any ideas?

http://www.411women.com/memberlist.php

Please don't stay on beta 23, it has major security issues. upgrade to a supported version ASAP.

Edit:

Just to add, this addon is not coded in a manner that is really intended to be used for vBulletin 5. You're not using templates that are part of the software, you're not using vBulletin permissions. You're querying the db directly instead of relying on the db asserter. I don't see any of your user input values being cleaned. There is no product/plugin code.

It literally looks like you've copied and pasted some stuff out of the default vB files some where for some things.

wdwms 06-03-2013 09:25 PM

Correct, hence:

"This is an add-on that does NOT plug into VB5's API. This is a stand-alone file that utilizes the VB5 header and footer system to wrap my implementation of the member list with the look/feel of your VB site. "

AFemaleProdigy 06-04-2013 11:56 AM

Well, I guess I am confused then because it says that this works for VB version 5.0.0 So if this doesn't work, then why is it here?

Also, I am unfortunately stuck with this version for now because GoDaddy won't upgrade to the required MySQL version for the newer releases of VB5. I have tried and tried to do it. And yes, I am looking for an alternative host.

Zachery 06-04-2013 05:12 PM

5.0.0 beta 23 is not 5.0.0.

matikun 07-28-2013 08:54 PM

<a href="http://www.groovehouse.com.ar/memberlist.php" target="_blank">http://www.groovehouse.com.ar/memberlist.php</a>

how do I change the background color???

wdwms 07-29-2013 12:14 PM

Quote:

Originally Posted by matikun (Post 2435827)
http://www.groovehouse.com.ar/memberlist.php

how do I change the background color???

edit this line with the hex value you want:

<tr bgcolor="#F4F4F4" class=dbhover>

matikun 07-29-2013 06:23 PM

Quote:

Originally Posted by wdwms (Post 2435914)
edit this line with the hex value you want:

<tr bgcolor="#F4F4F4" class=dbhover>

and edit it, the better, the problem is that the top bar looks bad ...
and select a contact cdo looks bad, as I edit it?

do you put contacts in order to the forum

http://www.groovehouse.com.ar/memberlist.php

Zachery 07-29-2013 06:43 PM

5.0.4 will return the members list.

wdwms 07-29-2013 06:49 PM

Quote:

Originally Posted by Zachery (Post 2435979)
5.0.4 will return the members list.

in the memberlist.php file

matikun 07-29-2013 08:12 PM

ready and you could change the colors

I just now would fail q is set to format the first q entered the forum
Now this alphabetically and I hate

wdwms 07-29-2013 09:13 PM

Quote:

Originally Posted by matikun (Post 2435985)
ready and you could change the colors

I just now would fail q is set to format the first q entered the forum
Now this alphabetically and I hate

no idea what you are saying...

Zachery 07-29-2013 09:48 PM

Quote:

Originally Posted by wdwms (Post 2435980)
in the memberlist.php file

The members list itself is back, as a feature, in 504.

matikun 07-29-2013 10:17 PM

Quote:

Originally Posted by wdwms (Post 2435987)
no idea what you are saying...

I want you to see first registered the top and work down to the last

shellcode 10-21-2013 06:05 PM

good script thank you..

cbiweb 12-14-2013 10:12 PM

http://www.diecastmodelaircraft.com/memberlist.php says:
Quote:

Couldn't read config file config.php

wdwms 12-14-2013 11:36 PM

Quote:

Originally Posted by cbiweb (Post 2468322)
couldn't read config file

fixed, thank you

tharveysa 02-04-2014 08:02 PM

Anyway to seperate members by usergroups?

MajorKokosnuss 08-07-2014 07:01 AM

Nice :)

Zachery 08-07-2014 07:17 AM

This is a default feature in 5.1.x

Hectorsky 12-12-2015 07:31 PM

i got a issue ,,,same as other with bad configuration on memberlist file

Hectorsky 12-16-2015 02:36 PM

There is 1 bug , the avatars doesn't updating ,,, how can i fix it ?

Mark.B 12-24-2015 03:22 PM

This mod is not required on current versions of vBulletin 5, there is a member list built in.

kovalsky 01-26-2017 10:28 AM

Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /home/c/ch48565/planetavelo.com/public_html/memberlist.php:54 Stack trace: #0 {main} thrown in /home/c/ch48565/planetavelo.com/public_html/memberlist.php on line 54

in php7 mysql_connect and other functions was deleted

how to change?

I've done this:

PHP Code:

$connection mysqli_connect("$vb_host""$vb_db""$vb_pw""$vb_table");
$query ="Select loggedin from ".$vb_prefix."session where sessionhash = '$vbsession'";
$result2=mysqli_query($connection"$query");
$loggedin=mysqli_result($result2,0,"loggedin"); 

page is worked, but no content and header is duplicated http://ssmaker.ru/3a57f9e7.jpg

noypiscripter 01-28-2017 08:01 PM

As others have mentioned, you don't need this mod anymore as there's already a built-in memberlist page. I think this mod was created when there was no membelist yet. But nonetheless, this mod is not Responsive as the layout doesn't scale down on mobile.

I think this mod should be archived to prevent further downloads.


All times are GMT. The time now is 03:35 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.01397 seconds
  • Memory Usage 1,780KB
  • 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)bbcode_php_printable
  • (10)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
  • (29)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