Welcome to Gaia! ::

Reply Meri & Kimi's Inc.
The Chatterbox: Where business is busy. Goto Page: [] [<<] [<<] [<] 1 2 3 ... 2816 2817 2818 2819 2820 2821 ... 6124 6125 6126 6127 [>] [>>] [>>] [»|]

Quick Reply

Enter both words below, separated by a space:

Can't read the text? Click here

Submit

Aiko Destiny

Icy Knight

10,400 Points
  • Snowball Hero 200
  • Caroling Champ 100
  • Frozen Solid 200
PostPosted: Mon Jan 16, 2006 1:53 pm


*admires shiny code*

This reminds me that this morning we were going into the computer room for the first time since october... only to find out it's somehow flooded.
Our computer lessons are going to be strictly theory again, it seems gonk
PostPosted: Mon Jan 16, 2006 1:53 pm


Hello Aoi. :3

Alex; I sheeeee

LadyDelaidra
Crew

Romantic Prophet


LadyDelaidra
Crew

Romantic Prophet

PostPosted: Mon Jan 16, 2006 1:56 pm


*hugs borobdin* Thank god he made that imagemap tutorial. x___x; *clicks thread and attempts to code my 4th map*
PostPosted: Mon Jan 16, 2006 1:58 pm


Taylor: The Staff Room. :3

Aiko: That's not good. gonk What good is a computer class without computers?

Ashley: Heh heh. It's not that hard for you, is it?

Unknown Variable
Crew

Familiar Citizen


Taylor_Calastadd

1,750 Points
  • Window Shopper 100
  • Treasure Hunter 100
  • Dressed Up 200
PostPosted: Mon Jan 16, 2006 1:59 pm


Unknown Variable
Taylor: The Staff Room. :3

Aiko: That's not good. gonk What good is a computer class without computers?

Ashley: Heh heh. It's not that hard for you, is it?


I'm sorry...last time I clicked on that forum it said I wasn't permitted. sweatdrop
PostPosted: Mon Jan 16, 2006 2:00 pm


xp heart Considering I'm JUST learning FTP, it's hard for me. Although, it's just a bunch of rectangles I'm coding, so, it's not bad. x___x; Eheh. *shall be back in a bit*

LadyDelaidra
Crew

Romantic Prophet


Unknown Variable
Crew

Familiar Citizen

PostPosted: Mon Jan 16, 2006 2:02 pm


Taylor: That's because only guild Moderators have access there. Rest assured Kimi said it in there though. :O

Ashley: xD FTP: Type in server / username / password, and hit connect. Move your files around as needed just like if you would on your desktop. Easy as pie.
PostPosted: Mon Jan 16, 2006 2:05 pm


Unknown Variable
Aiko: That's not good. gonk What good is a computer class without computers?


Uhm... well, our teacher doesn't know anything about computers, so I suppose it'll be just a waste of time like last year.

Got to go now <3 *hugs*

Aiko Destiny

Icy Knight

10,400 Points
  • Snowball Hero 200
  • Caroling Champ 100
  • Frozen Solid 200

BridgeChan
Crew

Fashionable Lunatic

28,225 Points
  • Demonic Associate 100
  • Happy 13th, Gaia Online! 50
  • Perfect Attendance 400
PostPosted: Mon Jan 16, 2006 2:30 pm


Unknown Variable
Ashley: See? :3

Dude O_O! You're so awesome Alex XD And with such amazing skills :3
*Pets Skills*

@ Taylor: yep, in the staff room Kimi said that as I addressed the question to the other shop keepers ^_^
PostPosted: Mon Jan 16, 2006 2:35 pm


Alex. @____@;;

What'd I do wrong?

/* Gaia Image Map Go-er
Rudolph J Heuser (Jakobo on GaiaOnline.com
Modified: John T Wu (borobdin on GaiaOnline.com)
*/

require_once("imagemap.php")

// new imageMap
$myImageMap = new imageMap()

// Meri and Kimi
$area = new Rect(2,24,72,42,"http://www.gaiaonline.com/guilds/index.php?gmode=index&guild_id=1797")
$myImageMap->addToMap($area)

// My Pet Lolita
$area = new Rect(73,24,145,42,"http://www.gaiaonline.com/forum/viewtopic.php?t=7344133")
$myImageMap->addToMap($area)

// PB Edits
$area = new Rect(2,44,72,62,"http://www.gaiaonline.com/forum/viewtopic.php?t=7090335")
$myImageMap->addToMap($area)

// Kiddo Edits
$area = new Rect(73,44,145,62,"http://www.gaiaonline.com/forum/viewtopic.php?t=8474173")
$myImageMap->addToMap($area)

// Lucca Edits
$area = new Rect(2,64,72,81,"http://www.gaiaonline.com/forum/viewtopic.php?t=5915244")
$myImageMap->addToMap($area)

// RM Edits
$area = new Rect(73,64,145,81,"http://www.gaiaonline.com/forum/viewtopic.php?t=5376110")
$myImageMap->addToMap($area)

// Facades
$area = new Rect(2,83,72,102,"http://www.gaiaonline.com/forum/viewtopic.php?t=10636856")
$myImageMap->addToMap($area)

// deviantART
$area = new Rect(73,83,145,102,"http://ladydelaidra.deviantart.com/")
$myImageMap->addToMap($area)

$myImageMap->setDefaultURL("http://www.gaiaonline.com/profile/index.php?view=profile.ShowProfile&item=321334")

// 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)

?>

LadyDelaidra
Crew

Romantic Prophet


Unknown Variable
Crew

Familiar Citizen

PostPosted: Mon Jan 16, 2006 2:38 pm


Bridge: XD My skills aren't that amazing.

Ashley: What kinda error are you getting? o.o
PostPosted: Mon Jan 16, 2006 2:39 pm


No matter where I click it leads me to my profile. x___X;

LadyDelaidra
Crew

Romantic Prophet


Unknown Variable
Crew

Familiar Citizen

PostPosted: Mon Jan 16, 2006 2:41 pm


Then your coordinates are overlapping areas someplace. I'll check the code as well, but double check your coordinates of each area and make sure that no two "boxes" overlap. :3
PostPosted: Mon Jan 16, 2006 2:41 pm


K @________@;

LadyDelaidra
Crew

Romantic Prophet


0mega_Virus
Crew

PostPosted: Mon Jan 16, 2006 2:44 pm


razz ops in: Working on GG costumes ^_^ Zato is first ^_^
Reply
Meri & Kimi's Inc.

Goto Page: [] [<<] [<<] [<] 1 2 3 ... 2816 2817 2818 2819 2820 2821 ... 6124 6125 6126 6127 [>] [>>] [>>] [»|]
 
Manage Your Items
Other Stuff
Get GCash
Offers
Get Items
More Items
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff
Gaia's Games
Mini-Games
Play with GCash
Play with Platinum