NetBuilders

You are welcome to look around. You will have to register before you can post a message, create a blog, chat live with our members, or add a site to our directory.



Advertise With Us

Reply General Discussion Forums
Old 8 February, 2009, 17:12 PM   #1 (permalink)
Master Net Builder
 
Aquarezz's Avatar
 
Location: Belgium
iTrader: (36)
Blog Entries: 4
Thanked 477 Times in 376 Posts
Posts: 3,287
$NetBucks: 3,347
Join Date: Dec 2008
Last Online: 17 March, 2010 14:29 PM
Send a message via MSN to Aquarezz Send a message via Yahoo to Aquarezz
Unhappy PWA Script users online

Hello,
Most of us know PWA?
If you don't know it, it's a proxy listing website...
You can find it here: ProxyWhereabouts - Get a free, fast, reliable proxy

Now, check the website at the left sidebar, nr. 3...

The 'who's online' & 'country flag'

Does somebody know where I can find that script? Would like to use it on ProxLists.com too

Thanks a ton in advance!

Bye!
  Reply With Quote
Old 8 February, 2009, 17:23 PM   #2 (permalink)
Gozer
 
Will.Spencer's Avatar
 
Location: Singapore
iTrader: (45)
Blog Entries: 1
Thanked 1,622 Times in 890 Posts
Posts: 4,956
$NetBucks: 8,562
Join Date: Dec 2008
Last Online: Today 00:49 AM
Default

On the surface, it looks like a hack for MaxMind GeoIP.

I believe PWA is run by the same people who run The Web Proxy Talk Forums, so the odds are that someone there will know the answer to your question.
  Reply With Quote
Old 8 February, 2009, 17:30 PM   #3 (permalink)
Net Builder
 
iTrader: (0)
Thanked 9 Times in 6 Posts
Posts: 110
$NetBucks: 49
Join Date: Jan 2009
Last Online: 28 February, 2010 16:54 PM
Default

MaxMind GeoIP is very easy to implement ive done it before, amazing and free to use
  Reply With Quote
Old 8 February, 2009, 18:01 PM   #4 (permalink)
Master Net Builder
 
Aquarezz's Avatar
 
Location: Belgium
iTrader: (36)
Blog Entries: 4
Thanked 477 Times in 376 Posts
Posts: 3,287
$NetBucks: 3,347
Join Date: Dec 2008
Last Online: 17 March, 2010 14:29 PM
Send a message via MSN to Aquarezz Send a message via Yahoo to Aquarezz
Default

Quote:
Originally Posted by Will.Spencer View Post
On the surface, it looks like a hack for MaxMind GeoIP.

I believe PWA is run by the same people who run The Web Proxy Talk Forums, so the odds are that someone there will know the answer to your question.
Tried changing it a bit, so it would work on my page (as I don't use 4homepages) but it gives this:
ProxLists.Com - Working Proxies - Unblocked Proxies - Unblock Myspace

Will ask on WPT

Greetz
  Reply With Quote
Old 8 February, 2009, 18:04 PM   #5 (permalink)
One is glad to be of service
 
Mr.Bill's Avatar
 
iTrader: (9)
Blog Entries: 1
Thanked 275 Times in 137 Posts
Posts: 715
Recent Blog: Diaper Rash
$NetBucks: 80
Join Date: Dec 2008
Last Online: 30 November, 2009 04:21 AM
Send a message via MSN to Mr.Bill
Default

Where did you put the geoip.inc is the location set right in the script?
__________________
Myspace Proxy ಠ_ಠ Reverse IP Check ಠ_ಠ Proxy Sites
Proxy Locator Proxy List
  Reply With Quote
Old 8 February, 2009, 18:12 PM   #6 (permalink)
Master Net Builder
 
Aquarezz's Avatar
 
Location: Belgium
iTrader: (36)
Blog Entries: 4
Thanked 477 Times in 376 Posts
Posts: 3,287
$NetBucks: 3,347
Join Date: Dec 2008
Last Online: 17 March, 2010 14:29 PM
Send a message via MSN to Aquarezz Send a message via Yahoo to Aquarezz
Default

Quote:
Originally Posted by Mr.Bill View Post
Where did you put the geoip.inc is the location set right in the script?
I added it to the map from ProxLists.com (as it is addon domain) and yes, every location is done correctly..
Though, can someone check this code?

PHP Code:
<body>
<?php 
/*
  MOD VISITORS COUNTRY FLAGS
  START INSERT
*/
    
if (!class_exists("GeoIP"))
    {
      include(
ROOT_PATH."geoip.inc");
    }
   
    
$gi geoip_open(ROOT_PATH."GeoIP.dat",GEOIP_STANDARD);
    
$countries = array();
/*
  MOD VISITORS COUNTRY FLAGS
  END INSERT
*/
?>
<div id="outer">
  <div id="inner">

        <div id="header">
            <h1>Prox<span>Lists</span>.Com</h1>
            <h2>Dedicated to students!</h2>
        </div>
    
        <a href="http://proxlists.com/advertise.php"><div id="splash"></div></a>
    
        <div id="menu">
            <ul>
              <li class="first"><a href="http://proxlists.com">Home</a></li>
                <li><a href="exchange.php">Submit Proxy</a></li>
                <li><a href="advertise.php">Advertise</a></li>
                <li><a href="popular.php">Most Popular</a></li>
              <li><a href="contact.php">Contact</a></li>
            </ul>
        </div>
    

<div id="primarycontent">
        
            <!-- primary content start -->
        
            <div class="post">
  <div class="header">
                    <h3><center><?php echo date("F d, Y"); ?>  - Visitors Online</center></h3></div>
                <div class="content">
<p>Blablabla<br />

<?php $cid geoip_country_code_by_addr($gi$row['session_ip']);
        if (empty(
$cid)) $cid "lan";
        
$countries[$cid] = isset($countries[$cid]) ? $countries[$cid]+1;
        
$username "<img src=\"".ROOT_PATH."flags/".strtolower($cid).".gif"."\" alt=\"".(($cid != "lan") ? $gi->GEOIP_COUNTRY_NAMES[$gi->GEOIP_COUNTRY_CODE_TO_NUMBER[$cid]] : "Unknown or LAN")."\" border=0> ".$username;
        
?>
        
        <?php 
        $cid 
geoip_country_code_by_addr($gi$row['session_ip']);
        if (empty(
$cid)) $cid "lan";
        
$countries[$cid] = isset($countries[$cid]) ? $countries[$cid]+1;
        
$invitado_online_list  "<font color=\"#00FFFF\">".$num_guests_online."</font><img src=\"".ROOT_PATH."flags/".strtolower($cid).".gif"."\" alt=\"".(($cid != "lan") ? $gi->GEOIP_COUNTRY_NAMES[$gi->GEOIP_COUNTRY_CODE_TO_NUMBER[$cid]] : "Unknown or LAN")."\" border=0> ".$invitado_online_list ;
        if (
$num_guests_online 1){
$invitado_online_list .= " , ";
}
        
?>
                {invitado_online_list}

        </p></div></div>
Please don't talk about the wrong code to center text etc.. just watch the GeoIP code for flags

Greetz & thanks
  Reply With Quote
Old 9 February, 2009, 02:02 AM   #7 (permalink)
Gozer
 
Will.Spencer's Avatar
 
Location: Singapore
iTrader: (45)
Blog Entries: 1
Thanked 1,622 Times in 890 Posts
Posts: 4,956
$NetBucks: 8,562
Join Date: Dec 2008
Last Online: Today 00:49 AM
Default

Code:
Warning:  include(ROOT_PATHgeoip.inc) [function.include]: failed to open stream: No such file or directory in /home/shorkws/public_html/ProxLists.Com/usersonline.php on line 20

Warning:  include(ROOT_PATHgeoip.inc) [function.include]: failed to open stream: No such file or directory in /home/shorkws/public_html/ProxLists.Com/usersonline.php on line 20

Warning:  include() [function.include]: Failed opening 'ROOT_PATHgeoip.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/shorkws/public_html/ProxLists.Com/usersonline.php on line 20

Fatal error:  Call to undefined function geoip_open() in /home/shorkws/public_html/ProxLists.Com/usersonline.php on line 23
It looks like you failed to define $ROOT_PATH?

Or maybe it just need a trailing slash added to the definition?
  Reply With Quote
Old 9 February, 2009, 10:38 AM   #8 (permalink)
Master Net Builder
 
Aquarezz's Avatar
 
Location: Belgium
iTrader: (36)
Blog Entries: 4
Thanked 477 Times in 376 Posts
Posts: 3,287
$NetBucks: 3,347
Join Date: Dec 2008
Last Online: 17 March, 2010 14:29 PM
Send a message via MSN to Aquarezz Send a message via Yahoo to Aquarezz
Default

Quote:
Originally Posted by Will.Spencer View Post
Code:
Warning:  include(ROOT_PATHgeoip.inc) [function.include]: failed to open stream: No such file or directory in /home/shorkws/public_html/ProxLists.Com/usersonline.php on line 20

Warning:  include(ROOT_PATHgeoip.inc) [function.include]: failed to open stream: No such file or directory in /home/shorkws/public_html/ProxLists.Com/usersonline.php on line 20

Warning:  include() [function.include]: Failed opening 'ROOT_PATHgeoip.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/shorkws/public_html/ProxLists.Com/usersonline.php on line 20

Fatal error:  Call to undefined function geoip_open() in /home/shorkws/public_html/ProxLists.Com/usersonline.php on line 23
It looks like you failed to define $ROOT_PATH?

Or maybe it just need a trailing slash added to the definition?
Thanks, this might be the problem, I will look into this tonight

Greetz
  Reply With Quote
Old 10 February, 2009, 00:31 AM   #9 (permalink)
Newbie Net Builder
 
iTrader: (0)
Thanked 13 Times in 11 Posts
Posts: 97
$NetBucks: 14
Join Date: Jan 2009
Last Online: 27 February, 2010 20:28 PM
Default

Quote:
Originally Posted by Aquarezz View Post
Hello,
Most of us know PWA?
If you don't know it, it's a proxy listing website...
You can find it here: ProxyWhereabouts - Get a free, fast, reliable proxy

Now, check the website at the left sidebar, nr. 3...

The 'who's online' & 'country flag'

Does somebody know where I can find that script? Would like to use it on ProxLists.com too

Thanks a ton in advance!

Bye!

Looks like someone has been talking about me.. oh, about my site.
Aquarezz, the site use a script which I download long time ago. The site where I download it from was no longer available.

If you want, you can get the script from here.
Appreciate if you could drop some comments on the site.
__________________
#1 Download Generator Supports 58 File Hosts. | ProxyCoder Script BETA

ElevatedServers.net - starting from $3.99/mo
30 days moneyback guarantee | 99.9% uptime SLA | 24/7 Support
  Reply With Quote
Thanked by:
Will.Spencer (10 February, 2009)
Old 10 February, 2009, 00:44 AM   #10 (permalink)
Gozer
 
Will.Spencer's Avatar
 
Location: Singapore
iTrader: (45)
Blog Entries: 1
Thanked 1,622 Times in 890 Posts
Posts: 4,956
$NetBucks: 8,562
Join Date: Dec 2008
Last Online: Today 00:49 AM
Default

Quote:
Originally Posted by proxywhereabouts View Post
Looks like someone has been talking about me.. oh, about my site.
This really made my day. I love these "small world" moments.
  Reply With Quote
Reply

Bookmarks

Tags
online, pwa, script, users


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to identify Proxy users? hendricius Tech-Talk 0 26 August, 2009 07:14 AM
How Many Facebook Users Will Go Public? m42 Social Networks 7 15 July, 2009 12:00 PM
SEO Tip for Wordpress users. mega Promoting 0 10 May, 2009 23:58 PM
Help me to learn how to script! and translate a script for me! [SGHP]AK Programming 8 28 April, 2009 23:02 PM
Question about visitors online PHP script Aquarezz Programming 3 5 January, 2009 10:46 AM


All times are GMT. The time now is 01:05 AM.
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.1
vBAdvertise v1.0.0 Copyright ©2009, PixelFX Studios
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios