PhpDig.net

Go Back   PhpDig.net > General Forums > The Mole Hole

Reply
 
Thread Tools
Old 01-10-2004, 10:03 PM   #1
fr :: anonymus
Green Mole
 
fr :: anonymus's Avatar
 
Join Date: Dec 2003
Location: Lyon, France
Posts: 17
a page generator

Hello,

I made a page generator, who can made so many pages i want.
Ideal for testing a search engine.
The url : http://www.labonneadresse.com/ .

You can test, but dont abuse, otherwise my server will be down..

The code for make it is :
PHP Code:
if (! isset($a))$a="";
if (! isset(
$b)){
    
$b="a";}
else {
    
$b=$b."a";
    }

echo
"<HTML><HEAD><TITLE>".$a."</TITLE></HEAD>";

$temp=$b;
echo
"<BODY>";

echo
"<h1 title='It s not a search engine, but a find engine ... a Finder'><i>Finder -</i></H1><b><a title=''>generator of string ...";

echo 
"<h4>";
echo
" - <a href=\"./finder.php\">home</a>";
echo
"</h4>";

echo
"<center>";
echo
"<p><hr width=75%><p>";

echo
"<H2>".$a."</h2><font size=4>";

for (
$x=0;$x<26;$x++){
    echo
" <a href=\"./finder.php?".(empty($a)?"":"a=".$a."&")."";
    echo
"b=".$b."\">".$b."</a>";
    
$b++;
    }

echo
"<p><hr width=75%><p>";
$b=$temp;

for (
$z=0;$z<26;$z++){
    echo
" <a href=\"./finder.php?a=".(!empty($a)?$a." ":"").$b."&";
    echo
"b=\">".$b."</a>";
    
$b++;
    }
echo
"<p><hr width=75%><p>";

echo
"</center><p>contact@labonneadresse.com</b>";

echo
"</BODY>";
echo
"</HTML>"
I think i made the necessary modif.

Reasons of a such site are in french in the site.


For me, for my site, I had under estimated the place who can take a search engine, and i had stop because site was complete and the 'not indexed site' was enormous.


If you want explains, it's here or email me.

A+, Anonymus.

ps : it's clear ?
fr :: anonymus is offline   Reply With Quote
Old 01-14-2004, 01:14 AM   #2
Edomondo
Orange Mole
 
Edomondo's Avatar
 
Join Date: Jan 2004
Location: In outer space
Posts: 37
I don't understand what's the point of making so much effort in vain.
Edomondo is offline   Reply With Quote
Reply

Thread Tools

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 Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
web page thumbnails in result page JWSmythe How-to Forum 2 05-15-2004 01:11 PM
Returning from a html page to a php page. rafarspd How-to Forum 2 12-04-2003 03:23 AM


All times are GMT -8. The time now is 09:28 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.