+ Reply to Thread (include dating software, release, and patch number!)
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15

Thread: How do I make a listing like this

  1. #1
    PLAYMATE
    Guest

    Default How do I make a listing like this

    How do I make a listing like this with all contries and resistered users??

    USA (176,265 Listings)
    CANADA (43,144 Listings)
    FRANCE (216 Listings)
    ITALY (246,307 Listings)
    ETC. (101,751 Listings)
    ETC. (1,255,519 Listings)
    ETC. (201,547 Listings)

  2. #2
    Prometheus
    Guest

    Default

    All this is already written into ae and I am sure dolphin.

    In ae it's in your your members.inc.php
    Just find it in dolphin and change the code/query(ies) to pull the info you need and display it where ever you want.

    See attached.....


    Prometheus

    P.S. Looks like you have been on ALT or an ALT site....LOL......
    Attached Images
    Last edited by Prometheus; 04-23-2007 at 05:57 PM.

  3. #3
    PLAYMATE
    Guest

    Default Yes Lol

    um iam using D 5.6 I want a list like they have how do I do it can you give instructions?

  4. #4
    Prometheus
    Guest

    Default

    Sorry....

    Dolphin tables/code/profile desc/profiles etc etc etc are not the same as ae.
    Just change/modify your exising code!!!!!!...or hire Smoge...

    Unless you have 1,200,000 members this is really NOT beneficial..
    I am using the mod rewrite and have elimated the search by "ID" on the search page and we are in the process of getting rid of ALL http://CageMe.com/profile.php?ID=#### and replacing them with http://CageMe.com/username
    or e.g.
    http://CageMe.com/silvia

    just so unregistered or nonmembers do not know how many members we have until they join.


    Why...??? Well....LOL........


    If I had 10,000 or better yet 100,000 members this would be kewl and I would implement this in a second...and when the day comes I will...but for now it would be a determent and not conducive to a "I want to join attitude".

    Check out sites like http://Mate1.com etc etc etc...

    Imagine this...

    Why would I join your site if I saw on your "suck me in page" or ANY page visable to nonmebers that you had:

    USA (2 Listings)
    CANADA (1 Listings)
    FRANCE (1 Listings)
    ITALY (1 Listings)
    Georgia (1 Listings)
    Florida (1 Listings)

    etc etc etc...

    If I saw you only had 1 listing in GA or 2 in the US why would I join?

    But I know...Everyone wants what they want.

    Just my 2 cents worth...

    Prometheus

  5. #5
    PLAYMATE
    Guest

    Default Yes you are right

    Yes you are right but I like to arm myself with all of what I can get right now I have over 1500 members in 2 1/2 months and still counting. I dont want to wait till the last minute and say ok let me look and for that list. maybe dolphin will be extinct or this sight hhmm who knows? then I may have a harder time finding someone that will do it

  6. #6
    Prometheus
    Guest

    Default

    Well...

    ....by the time you have 10,000 members you should know how to code this for yourself so you have no worries...LOL....

  7. #7
    PLAYMATE
    Guest

    Default One more question

    One more question I forgot the location of the boonex stuff in the affiliates menu I forgot where it was I deleted it before but i did a fresh start and forgot. Now iam haveing a hard time finding it. I learned my lesson write evreything down.

  8. #8
    PLAYMATE
    Guest

    Default I found it again

    I found it again

    it is here----> inc/admin_design.inc.php

  9. #9
    Kleetus
    Guest

    Default

    Try this
    PHP Code:
    $country_arr_**** = db_arr"SELECT COUNT(ID) FROM `Profiles` WHERE Status = 'Active' AND `Country` = '****' " );

    $country_arr_**** = $country_arr_****[0]; 
    and replace the **** with the name of the country


    Than use this to show it on your page
    PHP Code:
    $country_arr_**** 

    So if you want to place this in your member stats on index page (function PageCompMemberStat) it could look like this
    PHP Code:
    $ret .= '<div><img src="' $site['icons'] . 'us.gif" alt="" /><span style="margin-left:5px;">' _t("_members_from_****") . '&nbsp;-&nbsp;' .  $country_arr_**** . '</span></div>'

  10. #10
    PLAYMATE
    Guest

    Default How do I make a blank page

    How do I make a blank page to link to and ad the stats too?

+ Reply to Thread (include dating software, release, and patch number!)
Page 1 of 2 1 2 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. how to make ray more faster
    By soregrapes in forum Ray Community Widget Suite
    Replies: 1
    Last Post: 02-17-2008, 11:21 AM
  2. Make transparent???
    By jkennedy215 in forum FAQ & HOWTO
    Replies: 7
    Last Post: 11-12-2007, 01:20 AM
  3. Make new threads
    By dvandewetering in forum Bugs Dolphin v.5.3.0
    Replies: 1
    Last Post: 10-17-2006, 01:14 PM
  4. How to make some changes in 4.1.02?
    By manny2008 in forum General Troubleshooting
    Replies: 0
    Last Post: 02-04-2006, 05:29 AM
  5. make new site
    By Jack Kubel in forum General Troubleshooting
    Replies: 2
    Last Post: 09-02-2005, 04:38 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts