Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Details »»

Version: , by epi epi is offline
Developer Last Online: Jan 2004 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 11-17-2001 Last Update: Never Installs: 0
 
No support by the author.

ok i made a new templete but i get this as a error what is that from

CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 11-17-2001, 06:54 PM
epi epi is offline
 
Join Date: Nov 2001
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

please someone help me out here
Reply With Quote
  #3  
Old 11-17-2001, 07:01 PM
Steve Machol's Avatar
Steve Machol Steve Machol is offline
 
Join Date: Nov 2001
Posts: 1,896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No offense intended but how is anyone supposed to help you based on the information that you've provided? You could at least tell uas exactly what you've done.
Reply With Quote
  #4  
Old 11-17-2001, 07:10 PM
epi epi is offline
 
Join Date: Nov 2001
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok this is what i have done.

1. I made a new templete called Homepage. It is like the same kind of idea like the login here but with my own design.

2. I set the phpinclude to include the new templete so that the php will work.
include("Homepage.php");

3. i changed the URL of the BB to the new Templete

this is what i tried to do i am not sure if this will work. I am not changing any tables or adding any new code just trying to make a new templete that will be diplayed on the load up of my site and not the BB
Reply With Quote
  #5  
Old 11-17-2001, 07:17 PM
Steve Machol's Avatar
Steve Machol Steve Machol is offline
 
Join Date: Nov 2001
Posts: 1,896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Again this doesn't really say much. What exactly is in homepage.php? And what is in your Homepage template?
Reply With Quote
  #6  
Old 11-17-2001, 07:37 PM
epi epi is offline
 
Join Date: Nov 2001
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am very new to this stuff and this is the first hack i have tried to write so thanks for the patience you are having with me

Homepage.php.
<?php
error_reporting(7);

$templatesused='Homepage';

require('./global.php');

eval("\$Homepage.php = \"".gettemplate("Homepage.php")."\";");

?>

that is all i wrote cause i am not using any new variable just the ones that are already made in the global. username time ect ect
Reply With Quote
  #7  
Old 11-17-2001, 07:52 PM
Virix Virix is offline
 
Join Date: Oct 2001
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try making:
eval("\$Homepage.php = \"".gettemplate("Homepage.php")."\";");

into this:
eval("\$Homepage.php = \"".gettemplate("Homepage")."\";");
Reply With Quote
  #8  
Old 11-17-2001, 10:40 PM
Steve Machol's Avatar
Steve Machol Steve Machol is offline
 
Join Date: Nov 2001
Posts: 1,896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Or:

eval("dooutput(\"".gettemplate('Homepage')."\");") ;

And make sure the Hompage template is actually named 'Homepage'.

Also you haven't posted what's in your Homepage template.
Reply With Quote
  #9  
Old 11-18-2001, 01:09 AM
epi epi is offline
 
Join Date: Nov 2001
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok all this does is make a table that will have the user Cp in it.

{htmldoctype}
<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>

<body>
<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 5</title>
<base target="main">
</head>

<body bgcolor="#000000">

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="174" id="AutoNumber4" height="227">
<tr>
<th width="13" height="14" background="top_left.gif"></th>
<th width="129" height="14" background="top_extend.gif"></th>
<th width="14" height="14" background="top_right.gif"></th>
</tr>
<tr>
<td width="13" height="236" background="left_extend.gif">&nbsp;</td>
<td width="129" height="150">

<p align="center"><font face="Verdana" size="1" color="#CCCCCC">
Welcome back:<br><center>
<p><a href="member.php?s=$session[sessionhash]&action=$username">$username</A></p>

<p>The Time now is</p>

<p>$time</p>

</center>
<p align="center">You last visited:<br> $timenow.
<br>
</p>
<center><a href="https://vborg.vbsupport.ru/search.php?action=getnew">View New Posts</A><br>
<a href="http://10.250.71.80/member.php?s=&action=logout">Log Out</A></center><hr noshade color="#D2D2D2" size="1">
<a href="http://10.250.71.80/private.php?s=">Private Messages</A><br>
You have <b>0</b> new messages since your last visit.<br><hr noshade color="#D2D2D2" size="1">
<br>
</font></p>
</td>
<td width="14" height="236" background="right_extend.gif">&nbsp;</td>
</tr>

</table>

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="174" id="AutoNumber4" height="15">
<tr>
<td width="13" height="15" background="bottom_left.gif"></td>
<td width="129" height="15" background="bottom_extend.gif"></td>
<td width="14" height="15" background="bottom_right.gif"></td>
</tr>
</table>

</body>

</html>
</body>

</html>
Reply With Quote
  #10  
Old 11-18-2001, 01:18 AM
Steve Machol's Avatar
Steve Machol Steve Machol is offline
 
Join Date: Nov 2001
Posts: 1,896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm not really sure what you're trying to do, but I do know that your shouldn't have two <html></html>, two <head></head> and two <body></body> tags. Also did you try any of our suggestions?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:05 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.08200 seconds
  • Memory Usage 2,294KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete