View Full Version : Cookies not sending
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.
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.
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.
<?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> </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> </p>
<p>GV Admin </p>
<p> </p>
<p>----------------</p>
<p><strong>01/06/2006</strong></p>
<p> </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> </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) -->
© 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?
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');
?>
Zachery
06-20-2006, 10:28 AM
what won't work?
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.
wouldnt no where to start on that though :S
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.