NameSilo

PHP Question... involves CSS too...

SpaceshipSpaceship
Watch

bfluid

Mr. LLLL ManVIP Member
Impact
56
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Unstoppable Domains โ€” AI StorefrontUnstoppable Domains โ€” AI Storefront
its comming on 4.30am here so im prob just about to waste your time lol
but when veiwing the source of http://www.integrityebooks.com/proxy2/ i cant see where the css file is loaded :/

EDIT: in the php file just before the end head </head> you need to place a link to your css file something like
Code:
<link rel="stylesheet" type="text/css"
href="YOURFILENAME.css" />
 
Last edited:
0
•••
#
<?php
#

#
if (isset($_GET['error']))
#
{
#
echo '<div class="error"><b>Error:</b> ' . htmlspecialchars($_GET['error']) . '</div>';
#
if (isset($_GET['retry']))
#
{
#
echo '<div class="error"><a href="'. $PHProxy->proxify_url(decode_url($_GET['retry'])) .'">Retry</a></div>';
#
}
#
}
#

#
if (isset($_GET['action']))
#
{
#
if ($_GET['action'] == 'cookies')
#
{
#
$cookies = $PHProxy->get_cookies('COOKIE', false);
#

#
if (!empty($cookies))
#
{
#
echo '<table style="width: 100%">';
#
echo '<tr><td class="option" colspan="5"><a href="?action=cookies&delete=all">Clear All Cookies</a></td></tr>';
#
echo '<tr><td class="head">Name</td><td class="head">Domain</td><td class="head">Path</td><td class="head">Value</td><td class="head">Action</td></tr>';
#

#
for ($i = 0; $i < count($cookies); $i++)
#
{
#
$j = $i&1 ? ' class="shade"' : '';
#
echo "<tr><td$j>{$cookies[$i][0]}</td><td$j>{$cookies[$i][1]}</td><td$j>{$cookies[$i][2]}</td>"
#
. "<td$j>" . wordwrap($cookies[$i][3], 15, ' ') ."</td><td$j><a href=". '"?action=cookies&delete='. md5(implode('', $cookies[$i])) . '">delete</a></td></tr>';
#
}
#

#
echo '</table>';

The part I bolded... I assume.
 
0
•••
I edited my first post
 
0
•••
thank you :)
 
0
•••
your welcome :)

(hope what i said works lol)
 
1
•••
It did :).

I gave you a rep and some NP. :)
 
0
•••
cool :)
and thank you :)
it is appreciated :)
 
0
•••
CatchedCatched
Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomDB
NameFit
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back