vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Cookies not sending (https://vborg.vbsupport.ru/showthread.php?t=119065)

Thug 06-19-2006 07:55 PM

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.

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 Code:

<?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');
?>


All times are GMT. The time now is 04:15 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01081 seconds
  • Memory Usage 1,767KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete