GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   can someone help me out on the error on my index page (https://gfy.com/showthread.php?t=204394)

DirtyDanza 12-03-2003 07:44 PM

can someone help me out on the error on my index page
 
I can;t seem to figure it out and what it needs to be but I guess I have an error on the first page of http://www.dirtysdicksuckers.com and http://www.dirtysdicksuckers.com/jt/ I am guessing that some users won;t click past the go anyways when it ways it does not come correct

DirtyDanza 12-03-2003 08:26 PM

bump anybody?

jennym 12-03-2003 08:41 PM

Hey Dirty,
Did you get this fixed? It came up with an error the first time, but not the second time I looked.

Dugan 12-03-2003 08:54 PM

check your script open tag on line 27....
your import seems to be calling from a local machine
file:///C:/Documents%20and%20Settings/Chris/Application%20Data/Adobe/Adobe%20GoLive/Settings/JScripts/GlobalScripts/CSScriptLib.js
unless thats where you actually want to call that script from.

GapingWound 12-03-2003 09:16 PM

actually, the following 2 lines:
PHP Code:

over_ent1 newImage(/*URL*/'images/ent2.jpg');
over_ext1 newImage(/*URL*/'images/ext2.jpg'); 

need to be changed to:
PHP Code:

over_ent1 = new Image('images/ent2.jpg');
over_ext1 = new Image('images/ext2.jpg'); 

notice the space between 'new' and 'Image' and also that the /*URL*/ has been removed.

GapingWound 12-03-2003 09:18 PM

ok, is it just me browser, or do the php tags appear REALLY REALLY small?!?

Gemini 12-03-2003 09:41 PM

It's the board Gap. It's always done that for whatever reason. lol Just buy a magnifying glass like we all did. :glugglug

GapingWound 12-03-2003 10:08 PM

it's fucking annoying, having to copy and paste code into a text editor just to read it, lol.

DirtyDanza 12-04-2003 12:12 AM

Quote:

Originally posted by GapingWound
actually, the following 2 lines:
PHP Code:

over_ent1 newImage(/*URL*/'images/ent2.jpg');
over_ext1 newImage(/*URL*/'images/ext2.jpg'); 

need to be changed to:
PHP Code:

over_ent1 = new Image('images/ent2.jpg');
over_ext1 = new Image('images/ext2.jpg'); 

notice the space between 'new' and 'Image' and also that the /*URL*/ has been removed.

I tired that check it and it still did not work? what else could it be

GapingWound 12-04-2003 12:14 AM

Works fine from here. Perhaps you have it cached? Hold [SHIFT] and hit the reload button...

[edit] and you didn't change it on your second URL [/EDIT]

DirtyDanza 12-04-2003 12:20 AM

I held shift and hit reload and still says error on page? for dirtysdicksuckers.com and I did not change it for the /jt tour yet till it works on the first one.. any other ideas?

GapingWound 12-04-2003 12:24 AM

What browser are you using?

DirtyDanza 12-04-2003 12:25 AM

IE...

GapingWound 12-04-2003 12:42 AM

Is there any reason you are using the Adobe Golive js include? That is where the problem seems to be.
If you don't need it, try getting rid of the following lines:
PHP Code:

        <csscriptdict import>
            
hahahahahahahaha type="text/hahahahahahahahahaha" src="http://dirtysdicksuckers.com/CSScriptLib.js"></hahahahahahahaha
        
</csscriptdict>
        <
csactiondict

If you do need it, try replacing the following lines in CSScriptlib.js:
PHP Code:

    var id1=s.hahahahahahaha(myID);
    if (
id1hahahaha-1) return ""

with:

PHP Code:

    if ((s.hahahahahahaha(myID))hahahaha-1) return ""

NOTE this friggin board is filtering index-Of so replace the "hahahaha" with index-Of (remove the minus sign)

It may work, it may not. I know a lot of JS, but tend to stay away from WYSIWYG generated code.

GapingWound 12-04-2003 12:55 AM

ok, nevermind my previous 2 posts, I've been drinking :)

replace these lines:
PHP Code:

    over_ent1 = new Image('images/ent2.jpg'); 
                
over_ext1 = new Image('images/ext2.jpg'); 

with these:

PHP Code:

        over_ent1 = new Image;
        
over_ent1.src 'images/ent2.jpg';
        
over_ext1 = new Image;
        
over_ext1.src 'images/ext2.jpg'

You can leave the CSScriptlib.js in there. My bad :)

DirtyDanza 12-04-2003 08:41 AM

thanks man I think it's fixed now... I owe you


All times are GMT -7. The time now is 08:46 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123