View Full Version : plugboard conflication???


Artistic
08-24-2004, 05:00 PM
I'm not sure if you post here for Starlet's plugboard questions and stuff.. but ill just post =/

Okay, This is kind of werid because I made this page to be poping up
http://vera.pyhra.org/plug.html

and i inputed the code for the plug.php to show
<? include "plug.php"; ?>

(you can look at my source)

Maybe I misincluded something?....

I looked at my http://vera.pyhra.org/plug.html page and the plugboard disappeared, it didn't show.. any ideas? I see it here perfectly fine:

http://vera.pyhra.org/plug.php

Maybe i inputed something wrongly =/ please reply back asap! Thanks very much in advance guys =)!

thezeppzone
08-24-2004, 05:16 PM
your index for your plugboard, i believe yours is plug.html, needs to be plug.php. It can still have html in it obviously but it needs to be .php so like i edited the funky stuff out but mine is

<html>
<head>
<title>plugboard</title>
</head>
<body bgcolor="000000">
<center>
<? include "plug.php"; ?>
</center>
</body>
</html>

saved as index.php, and i have a iframe including index.php...hope that made sense. basically your plug.html needs to be plug.php lol


zeppy

Artistic
08-24-2004, 05:40 PM
lol ooh i see.. but won't it be 2 plug.php files then? Or do i have to upload it somewhere else? Hmm, i suppose I can change the file name too , to something else.. which one is better ? lol! Thanks zeppy!

thezeppzone
08-24-2004, 06:08 PM
yeh just make one like plugindex.php or something whatever you want... :)