Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > General Discussion > Chit Chat
User Name
Password

Reply
 
Thread Tools Display Modes
Old 04-27-2004, 09:18 AM   #16
Zantaklawz
Manaetic Prototype IX
 
Zantaklawz's Avatar
 
Join Date: Aug 2002
Server: Bristlebane, The Nameless, Xegony, Veeshan, Firiona Vie, Vallon Zek, and Venril Sathir
Posts: 764
Send a message via AIM to Zantaklawz Send a message via Yahoo to Zantaklawz
Default

Quote:
Originally posted by Genghiz Cohen
CastersRealm have a new, mildly annoying thing, though... you cannot highlight stuff hehe.. oh well.. I'm sure there are ways to circumvent that too.. if not, there's always the turning off scripting =)

I was wondering if there was a way around that myself. Anyone have any clues?
__________________
Zantaklawz

Proud to be an at EQ Roleplayers! Join us and spread the word!

Come and sit for a while and listen to the Tales of Zantaklawz! Tell one! Tell all!
Zantaklawz is offline   Reply With Quote
Old 04-27-2004, 06:26 PM   #17
Garryck
A Shissar Disciple
 
Join Date: Sep 2002
Posts: 117
Interface Author - Click to view interfaces
Default

There's a couple of ways around it.

1. You can always just turn javascript off in your browser. This will keep the script in that page that blocks you from highlighting from running.

2. Hit CTRL+A to select the whole page, then copy and paste it. Edit to your heart's content.


3. Right-click\View Source or Edit\View Source, then highlight the text you want.

4. Browse to your internet files cache directory and open the cached page in a text editor, then copy from there.
Garryck is offline   Reply With Quote
Old 04-28-2004, 01:04 PM   #18
Calliope
A Ghoul
 
Calliope's Avatar
 
Join Date: Aug 2002
Posts: 10
Interface Author - Click to view interfaces
Default

I've actually see a bizarre setup where there was a blank transparent pixel stretched out on top of the image the site was protecting (the image was actually in the background). So when you right click and save you just get the blank pixel.

Looking at the HTML for that page, every single image was embedded using a javascript/cgi command from elsewhere in the system, so you couldn't even see the path to where they were storing the images. So turning off javascript made the images not show up at all!

But it worked. Couldn't download the image from that site.


Then I shrugged, hit ctrl-printscreen, and pasted the result into my image editor.




-calli
__________________
Calliope is offline   Reply With Quote
Old 05-04-2004, 11:20 PM   #19
ÆÆÆÆ
A Shissar Defiler
 
ÆÆÆÆ's Avatar
 
Join Date: Oct 2003
Posts: 170
Interface Author - Click to view interfaces
Default

I just found this website -

Ciara's Ragdolls

And was wondering... what is the HTML coding for those little shapes floating around? How did she crop the images so perfectly?
ÆÆÆÆ is offline   Reply With Quote
Old 05-06-2004, 07:06 AM   #20
Garryck
A Shissar Disciple
 
Join Date: Sep 2002
Posts: 117
Interface Author - Click to view interfaces
Default

Here's the code that floats the images:

Code:
<script> var chip1; var chip2; var chip3; function pagestart() {checkbrOK(); chip1=new Chip("chip1",60,80); chip2=new Chip("chip2",60,80); chip3=new Chip("chip3",60,80); //add or delete more of the above, depending on how many images you're using if(brOK) { movechip("chip1"); movechip("chip2"); movechip("chip3"); } } </script>


The images aren't "cropped perfectly". They are 60x80 square in a GIF format with a transparent background.

On a side note, this doesn't work in anything but IE that I'm aware of (the floating function, I mean). This is not "standard" code... it's more like "IE feature code". Mozilla simply ignores it, displaying the images statically.
Garryck is offline   Reply With Quote
Reply




Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -5. The time now is 05:36 AM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI