 |
|

01-26-2004, 09:22 AM
|
 |
v7n Mentor
|
|
Join Date: 10-13-03
Location: Tuscaloosa, AL or Atlanta
Posts: 2,527
|
|
|
My experiment
Does google have spamming filters? WE WILL SEE!
PICS PICS PICS PICS PICS PICS
|

01-26-2004, 09:31 AM
|
 |
v7n Mentor
Latest Blog: None
|
|
Join Date: 10-13-03
Posts: 827
|
|
|
Add some hidden text.
|

01-26-2004, 10:29 AM
|
 |
Senior Member
Latest Blog: None
|
|
Join Date: 10-26-03
Posts: 1,911
|
|
I like that, theSpear.
Are you going to share the script, or must it remain a secret?
|

01-26-2004, 10:41 AM
|
 |
v7n Mentor
|
|
Join Date: 10-13-03
Location: Tuscaloosa, AL or Atlanta
Posts: 2,527
|
|
|
its not that hard of script? you want it?
|

01-26-2004, 10:42 AM
|
 |
v7n Mentor
|
|
Join Date: 10-13-03
Location: Tuscaloosa, AL or Atlanta
Posts: 2,527
|
|
|
here it is anyway
[code:1:d32b707c5d]<?php if(eregi("google",$HTTP_USER_AGENT)) { mail("google@theSpear.net", "Googlebot detected on PICS", "Google has crawled PICS"); } ?>
<html>
<head>
<title>Pics Pics Pics Pics Pics Pics Pics Pics Pics Pics Pics Pics Pics Pics</title>
<meta name="description" content="pics pics pics pics pics pics pics pics pics pics pics pics pics pics pics pics pics pics pics pics pics pics pics pics pics">
<meta name="keywords" content="pics pics pics pics pics pics pics pics pics pics pics pics pics pics pics pics pics pics pics pics pics pics pics pics pics">
<?php
function randstyle()
{
return "style="position:absolute;left:" . rand(1,1200) . "px;top:" . rand(1,1200) . "px;"";
}
?>
</head>
<body>
<div style="width:100%;">
<?php
$i = 1;
while ($i <= 1000) {
echo "<div " . randstyle() . "><a href="http://pics.thespear.net/"><h1>pics</h1></a></div>\n";
$i++;
}
?>
</body>
</html>[/code:1:d32b707c5d]
|

01-26-2004, 10:42 AM
|
 |
Senior Member
Latest Blog: None
|
|
Join Date: 10-26-03
Posts: 1,911
|
|
I don't normally have much experience with scripts, but I need to.
I'd love to experiment with that one.
|

01-26-2004, 10:43 AM
|
 |
v7n Mentor
|
|
Join Date: 10-13-03
Location: Tuscaloosa, AL or Atlanta
Posts: 2,527
|
|
it just prents the same word repeatadly and locates it all with CSS.. makes it not scroll as bad..  i want google to index it and be like woh.. wtf
|

01-26-2004, 10:43 AM
|
 |
Senior Member
Latest Blog: None
|
|
Join Date: 10-26-03
Posts: 1,911
|
|
Good post - thanks for that.
I love the randomisation element.
|

01-26-2004, 10:44 AM
|
 |
v7n Mentor
|
|
Join Date: 10-13-03
Location: Tuscaloosa, AL or Atlanta
Posts: 2,527
|
|
well.. i wanted it to look cool.. it looks cooler with less stuff.. wait a sec  new idea for me.
|

01-26-2004, 10:51 AM
|
 |
v7n Mentor
|
|
Join Date: 10-13-03
Location: Tuscaloosa, AL or Atlanta
Posts: 2,527
|
|
oh now its got all these cool colors pics
want code for that?
|

01-26-2004, 10:56 AM
|
 |
Contributing Member
Latest Blog: None
|
|
Join Date: 10-13-03
Posts: 3,115
|
|
|
Cool :-D
Let us know the results.
|

01-26-2004, 10:58 AM
|
 |
v7n Mentor
|
|
Join Date: 10-13-03
Location: Tuscaloosa, AL or Atlanta
Posts: 2,527
|
|
I will  if you want to link to it with the term PICS then please do.. ;P
|

01-26-2004, 02:27 PM
|
 |
v7n Mentor
|
|
Join Date: 10-13-03
Location: Tuscaloosa, AL or Atlanta
Posts: 2,527
|
|
doesnt it just look cool tho ?
|

01-26-2004, 02:28 PM
|
 |
Senior Member
Latest Blog: None
|
|
Join Date: 10-26-03
Posts: 1,911
|
|
|
Here's a thought - how would you randomise the URL's returned? For example, with preset keyword anchor text.
So instead of "pics" some of the links may say "colour-pics", "red-pics", light pics", "happy pics"...
Would that be hard to do?
|

01-26-2004, 02:35 PM
|
 |
v7n Mentor
|
|
Join Date: 10-13-03
Location: Tuscaloosa, AL or Atlanta
Posts: 2,527
|
|
|
no.. not rteally..
[code:1:725acb638d]<?php
$my = array("red", "green", "blue", "yellow", "black");
$i = 1;
while ($i < 1000) {
$my2[$i] = $my[rand(0,count($my) - 1)];
}
?>[/code:1:725acb638d]
then when you echo it just do
[code:1:725acb638d]
echo ..."..>" . $my2[$i] . " pics</a></div>";
[/code:1:725acb638d]
|

01-26-2004, 02:51 PM
|
 |
Senior Member
Latest Blog: None
|
|
Join Date: 10-26-03
Posts: 1,911
|
|
Excellent work - I'll try and test this out tomorrow.
|

01-26-2004, 02:52 PM
|
 |
Senior Member
Latest Blog: None
|
|
Join Date: 10-12-03
Location: Minnesota, USA
Posts: 939
|
|
Maybe you should stick that pics page on a seperate site
|

01-26-2004, 02:54 PM
|
 |
v7n Mentor
|
|
Join Date: 10-13-03
Location: Tuscaloosa, AL or Atlanta
Posts: 2,527
|
|
|
huh
|

01-26-2004, 02:56 PM
|
 |
Senior Member
Latest Blog: None
|
|
Join Date: 10-12-03
Location: Minnesota, USA
Posts: 939
|
|
|
In case google starts to hate you.
|

01-26-2004, 03:00 PM
|
|
Senior Member
Latest Blog: None
|
|
Join Date: 10-13-03
Location: NL
Posts: 275
|
|
|
That's kind of the purpose, I believe. Besides, it's on a subdomain.
__________________
Rob
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -7. The time now is 02:04 AM.
Powered by vBulletin Copyright © 2000-2013 Jelsoft Enterprises Limited.
Copyright © 2003 - 2013 Escalate Media LP
|
|