|
|
|
|
|
|
Posted: Fri Nov 12, 2004 11:39 am
BadLoki, it's so awesome of you to post this here, thanks!
(I already use a slightly different type of Image Map, but I dunno how to make a tutorial for it because not everyone CAN do it.. you have to have the right things enabled by your host for your webspace or else it won't work; so it's really kewl that you made this one for people here.)
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Fri Nov 12, 2004 11:51 am
Illiana_Galean All fixed and within the rules. Cool! Looks awesome still! mrgreen
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Fri Nov 12, 2004 12:07 pm
BadLoki Illiana_Galean All fixed and within the rules. Cool! Looks awesome still! mrgreen Yay! Thanks. Now to figure out who gets stuck in the box next week. twisted
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Sat Nov 13, 2004 2:49 pm
Whoo - now we just have to see if all my scripts still work on my new host - I'm moving my website >.<
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Sun Nov 14, 2004 12:04 pm
/* Gaia Image Map Go-er Rudolph J Heuser */
require_once("imagemap.php");
// new imageMap $myImageMap = new imageMap();
// define regions $area = new Rect(160,130,220,50,"http://www.gaiaonline.com/forum/guilds/index.php?page_mode=4&guild_id=661"); $myImageMap->addToMap($area);
$area = new Rect(105,50,220,70,"http://www.gaiaonline.com/forum/guilds/index.php?page_mode=4&guild_id=207"); $myImageMap->addToMap($area);
$area = new Rect(65,70,220,90,"http://www.gaiaonline.com/forum/guilds/index.php?page_mode=4&guild_id=1360"); $myImageMap->addToMap($area);
$area = new Rect(125,80,220,110,"http://www.gaiaonline.com/forum/guilds/index.php?page_mode=4&guild_id=1630"); $myImageMap->addToMap($area);
$area = new Rect(8,160,231,261,"http://www.gaiaonline.com/forum/viewtopic.php?t=3678525&start=0"); $myImageMap->addToMap($area);
$area = new Rect(125,80,220,110,"http://www.gaiaonline.com/forum/viewtopic.php?t=4508499"); $myImageMap->addToMap($area);
$myImageMap->setDefaultURL("http://www.gaiaonline.com/forum/viewtopic.php?t=3678525&start=0");
// capture X and Y from query string $x_and_y = $_SERVER["QUERY_STRING"]; $x_and_y = explode(",",$x_and_y); $inX = $x_and_y[0]; $inY = $x_and_y[1]; unset($x_and_y);
// echo $inX. "," . $inY; $myImageMap->testMap($inX, $inY);
?>
I've uploaded both files and php works on my server (I use it for my personal website)... Could anyone help me figure out what I'm doing wrong. Every time I try and follow the link, I get a URL not found error...
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Sun Nov 14, 2004 12:39 pm
Nevermind. I fixed it. smile
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Thu Nov 18, 2004 4:12 pm
*throws it all up in the air*
I'll just stick with my one link siggy's! xd
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Fri Nov 19, 2004 10:14 am
Sapphyreseraph *throws it all up in the air* I'll just stick with my one link siggy's! xd *patpats* It's OK, not everyone needs a fancy sig. Sometimes simple is still just as good.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Sat Jan 15, 2005 7:11 pm
Thank you for the wonderful tutorial hehe I can finally make one heart xd
|
 |
 |
|
|
|
|
|
|
 |
|
|
|
|
|