Search found 6 matches
- Sun Oct 08, 2006 8:45 am
- Forum: Programming
- Topic: Do you use forums?
- Replies: 49
- Views: 85617
- Sun Oct 08, 2006 8:12 am
- Forum: Scripts support
- Topic: show IP with php----help
- Replies: 4
- Views: 3521
HOW TO DETECT IP, ISP, BROWSER AND OPERATING SYSTEM
i search google & find this on this link .
<?php
print "IP: ". $_SERVER['REMOTE_ADDR']."
"; ### IP ADDRESS ##
print "Browser:" . _SERVER["HTTP_USER_AGENT"]."
"; ## Browser
print "OS: ". _ENV["OS"]; ### OS
?>
or
<?php
print "<pre>";
print_r($_SERVER);
print_r($_ENV);
print "</pre>";
?>
<?php
print "IP: ". $_SERVER['REMOTE_ADDR']."
"; ### IP ADDRESS ##
print "Browser:" . _SERVER["HTTP_USER_AGENT"]."
"; ## Browser
print "OS: ". _ENV["OS"]; ### OS
?>
or
<?php
print "<pre>";
print_r($_SERVER);
print_r($_ENV);
print "</pre>";
?>
- Sun Oct 08, 2006 8:02 am
- Forum: Scripts support
- Topic: File Hosting site script
- Replies: 2
- Views: 2585
- Wed Jul 19, 2006 1:24 pm
- Forum: General Talk Regarding Computers
- Topic: How To Protect Your Files From Robots
- Replies: 2
- Views: 2087
How To Protect Your Files From Robots
How To Protect Your Files From Robots
Optimizing website pages for the search engines without running into trouble at the very least causes most of us webmasters to keep our brain cells finely honed, and at worst induces massive migraines!
One of the most common challenges for us all is how to ...
Optimizing website pages for the search engines without running into trouble at the very least causes most of us webmasters to keep our brain cells finely honed, and at worst induces massive migraines!
One of the most common challenges for us all is how to ...
- Wed Jul 19, 2006 1:21 pm
- Forum: General Talk Regarding Computers
- Topic: SiteMaps and HyperLinks: Keys to Attract Search Engine Robot
- Replies: 1
- Views: 1642
SiteMaps and HyperLinks: Keys to Attract Search Engine Robot
SiteMaps and HyperLinks: Keys to Attract Search Engine Robots
Sitemaps and hyperlinks are the keys to attract search engine robots to your website. We will look into various techniques related to text links for searchbot optimized websites, and the importance of sitemap in order to help search ...
Sitemaps and hyperlinks are the keys to attract search engine robots to your website. We will look into various techniques related to text links for searchbot optimized websites, and the importance of sitemap in order to help search ...
- Wed Jul 19, 2006 1:18 pm
- Forum: General Talk Regarding Computers
- Topic: How To Make Sure Your Website Is Up
- Replies: 0
- Views: 2157
How To Make Sure Your Website Is Up
How To Make Sure Your Website Is Up & Running With Little Or No Work
Once you've gone through the process of building your website, finding a reliable host and getting it all up and running, you will likely want to be sure it's up and running 24 hours a day, 7 days a week.
But you probably don't ...
Once you've gone through the process of building your website, finding a reliable host and getting it all up and running, you will likely want to be sure it's up and running 24 hours a day, 7 days a week.
But you probably don't ...