PDA

View Full Version : Cookies not sending


Thug
06-19-2006, 07:55 PM
Hi

http://www.globalvibez.com
i noticed i went on my mates pc and the page said unable to send cookies

what appears for you? and if you do get a error can you tell me how to fix so people dont get unable to send cookies
its a non forum page

Zachery
06-19-2006, 08:03 PM
Dont see an error.

Thug
06-19-2006, 08:07 PM
think some do and some dont
i went to my friends pc and i clickd the page it came up a plain blue page saying unable to send cookies line 3 or sumthing

Zachery
06-19-2006, 08:16 PM
copy and paste the error.

Thug
06-19-2006, 08:19 PM
cant as i dont see the error on my pc and my mate doesnt now cos i loggd in and out of the forum

but its basicly like when u leave space in code at bottom and says unable to send header cookies

Zachery
06-19-2006, 08:25 PM
well without seeing the exact code we can't help.

Thug
06-19-2006, 08:32 PM
<?php
chdir('/home/global/public_html/forum');
require_once('/home/global/public_html/forum/global.php');
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- You may change the title as displayed in the browser window here -->
<title>Global Vibez</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<?php
include ("header.php");
?>
<!-- Left Navigation -->
<div class="left_nav">
<ul>
<li id="header">Main Menu</li>
<li><a href="http://www.globalvibez.com/home/home.php">Home</a></li>
<li><a href="http://www.globalvibez.com/forum">Forum</a></li>
<li><a href="http://www.globalvibez.com/home/invite.htm">Invite</a></li>
<li><a href="http://www.globalvibez.com/forum/forumdisplay.php?f=11">Tutorials</a></li>
<li><a href="#">Gallery</a></li>
<li><a href="http://www.globalvibez.com/forum/arcade.php">Arcade</a></li>
<li><a href="http://www.globalvibez.com/forum/jukebox.php?">Jukebox</a></li>
<li><a href="http://www.globalvibez.com/home/links.html">Links</a></li>
<li><a href="http://www.globalvibez.com/home/reviews/index.php">Reviews</a></li>
</ul>
<!-- Left Side Content Box -->

</div>

<!-- Center Content -->
<div class="center">

<div id="content_box">
<div id="header">
GlobalVibez Forum </div>

<div id="content">
<p><?php
require_once('/home/global/public_html/forum/login_inc.php');
?></div>
</div>
<div id="content_box">
<div id="header">
GlobalVibez News </div>

<div id="content">
<p><strong>16/06/2006</strong></p>
<p>&nbsp;</p>
<p>The site is now almost fully functional, just a few bits and pieces that need sorting out. Be sure to check out the latest album and artist reviews through the main menu on the left too. </p>
<p>&nbsp;</p>
<p>GV Admin </p>
<p>&nbsp;</p>
<p>----------------</p>
<p><strong>01/06/2006</strong></p>
<p>&nbsp;</p>
<p>Welcome to GlobalVibez. This site is currently under construction at the moment but in the mean time please visit the <a href="http://www.globalvibez.com/forum"> GlobalVibez Forum</a>.</p>
<br>
<p>Thanks! GlobalVibez Admin.</p>
</div>
</div>

<div id="content_box">
<div id="header">
Latest Forum Threads
</div>

<div id="content"><?php
require_once('/home/global/public_html/phpinfo.php');
?></div></div>


<div id="content_box">
<div id="header">
Comments
</div>
<div id="content">
<p>The Gallery Section is at present unavailable. All other features of the site are opened but may still be in process. </p>
<p>&nbsp;</p>
<p>Like the site? Invite your friends by clicking <a href="http://www.globalvibez.com/forum/invite.php">here</a>. </p>
</div>
</div>

</div>

<!-- Right Side Content Boxes -->
<div class="right">
<div id="content_box">
<div id="header">
Advertisements</div>

<div id="content">
<p>
<!-- Begin: AdBrite -->
<style type="text/css">
.adHeadline {text-decoration: underline; color: blue;}
.adText {text-decoration: none; color: black;}
</style>
<script type="text/javascript" src="http://4.adbrite.com/mb/text_group.php?sid=105970&br=1&dk=7469636b6574735f345f325f776562"></script>
<p />
<div><a class="adHeadline" target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=105970&afsid=1">Your Ad Here</a></div>
<!-- End: AdBrite -->
</p>
<br>
<hr>
<!-- Begin BidVertiser code -->
<SCRIPT LANGUAGE="JavaScript1.1" SRC="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=11396&bid=66645"></SCRIPT>
<noscript><a href="http://www.bidvertiser.com">affiliate program marketing</a></noscript>
<!-- End BidVertiser code -->
</div>
</div>
</div>

<!-- Footer and Copyright -->
<div class="footer">
<!-- You may change this copyright to your site and year(s) -->
&copy; 2006 Copyright GlobalVibez.com<!-- This Copyright with link must remain -->
<div id="copyright" align="right">
<a href="http://www.tutorialfx.com"><img src="images/tfx_copyright.gif" width="160" height="12" alt="Tutorialfx.com" title="Tutorialfx.com" /></a>
</div>
</div>

</body>
</html>

Zachery
06-19-2006, 08:56 PM
Er whats this now?

Thug
06-19-2006, 09:01 PM
the code uaskd to look at :S

Zachery
06-19-2006, 11:22 PM
Since you are requiring vBulletin in such an odd way you are going to get that same error everytime, remove that top bit of code

<?php
chdir('/home/global/public_html/forum');
require_once('/home/global/public_html/forum/global.php');
?>

Thug
06-20-2006, 08:12 AM
then it wont work :S

Zachery
06-20-2006, 10:28 AM
what won't work?

Thug
06-21-2006, 03:43 PM
to include VB info
without the top bit of code

Zachery
06-22-2006, 03:30 AM
If you are going to use vb's backend you might as well template the script and use the vBulletin templates and this should take care of your issues.

Thug
06-22-2006, 08:33 PM
wouldnt no where to start on that though :S