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)
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)
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......
Last edited by Prometheus; 04-23-2007 at 05:57 PM.
um iam using D 5.6 I want a list like they have how do I do it can you give instructions?
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
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![]()
Well...
....by the time you have 10,000 members you should know how to code this for yourself so you have no worries...LOL....
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.![]()
![]()
I found it again
it is here----> inc/admin_design.inc.php![]()
Try this
and replace the **** with the name of the countryPHP Code:$country_arr_**** = db_arr( "SELECT COUNT(ID) FROM `Profiles` WHERE Status = 'Active' AND `Country` = '****' " );
$country_arr_**** = $country_arr_****[0];
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_****") . ' - ' . $country_arr_**** . '</span></div>';
![]()
How do I make a blank page to link to and ad the stats too?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks