Search found 6 matches

by moinuddin102
Sun Oct 08, 2006 8:45 am
Forum: Programming
Topic: Do you use forums?
Replies: 49
Views: 85617

Yes, I use. my favourite is Xennobb.
by moinuddin102
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>";

?>
by moinuddin102
Sun Oct 08, 2006 8:02 am
Forum: Scripts support
Topic: File Hosting site script
Replies: 2
Views: 2585

you can search on Hotscripts.com
There have many scripts for file hosting script: http://www.hotscripts.com/search/12297583.html

or

there have many scripts for uploading.

In ASP : http://www.hotscripts.com/ASP/Scripts_and_Components/File_Manipulation/Upload_Systems/index.html
In CFML : http ...
by moinuddin102
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 ...
by moinuddin102
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 ...
by moinuddin102
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 ...