Quote:
Originally Posted by toonysnn
Correct. Just separating the IDs by a comma will do the trick.
OffT: Haha, I remember seeing you over at vB.com 
|
hehe. hi again.
i was testing things out again today. and i get this now from my page.
Quote:
Unable to add cookies, header already sent.
File: /homepages/26/d196297218/htdocs/flashgames/flasharcadetest1.php
Line: 6
|
something tells me this'll be related to cookie handling and whatnot. (i remember seeing some options regarding this) and on two occasions i had to check it's settings because something else wasn't working. and each time i saw that it was set to what is mostly required of it.
/ for the path. and "blank" for the domain.
line 6 in my editor is the following
full page here if you'd like.
Code:
<html>
<head>
<title>Flash Arcade 1</title>
</head>
<?php
$cwd = getcwd();
chdir('/kunden/homepages/26/d196297218/htdocs/forum');
require_once('./global.php');
chdir($cwd);
if (!is_member_of($vbulletin->userinfo, 6))
{
print_no_permission();
}
?>
<body>
the most basic template you ever did see! :p
<br><br>
add stuff here
<br><br><br>
<div class="js-kit-comments" permalink=""></div>
<script src="http://js-kit.com/comments.js"></script>
</body>
</html>
since i'm still testing i still don't have things like meta tags and stuff. but that shouldn't be the prob should it? o_o
thanks in advance for the help.
edit: it went away on it's own. O_o
well that makes me happy at least. haha. and i'm hoping it was only me and not the site. so then i can put this aside and finally work on what i gotta do.
but if anyone would like to explain what maybe happend, feel free.