vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Need some help with a hack (https://vborg.vbsupport.ru/showthread.php?t=418)

05-12-2000 06:49 AM

I am attempting to make a "Welcome Back, $username - Click Here For New Posts" hack to put on my main page. I created a file called welcome.php in the forums directory, then I was doing an include of the file on my main page. In theory, everything should have worked, but it didn't. Here is the code I have:

Code:

<?php

        include("admin/config.php");
        include("global.php");

        $db=mysql_connect($servername,$dbusername,$dbpassword);
        mysql_select_db($dbname);


// if user is know, then welcome
  if ($bbusername!="") {
    $username=$bbusername;
    eval("\$welcometext = \"".gettemplate("welcometext")."\";");
    eval("\$logincode = \"".gettemplate("logoutcode")."\";");
    eval("\$newposts = \"".gettemplate("newposts")."\";");

  } else {
    eval("\$newposts = \"".gettemplate("todayposts")."\";");
    eval("\$logincode = \"".gettemplate("logincode")."\";");
  }

  if (isset($categoryid)!=0 and $categoryid!=0) {
    verifyid("category",$categoryid);
    $selcategoryid=$categoryid;
    $categoriesonly=1;
  }

}

?>

As you can see, basically I just ripped the portion of code out of the vB index.php file. I know php like I know how to speak Hindi. Well, maybe a little better than that ;). I'm sure (If what I am trying to do is even possible in the first place) that it is a syntax error on my part.

Anybody have any advice? Or, has anyone already made a hack for this and have had it work successfully?

Thanks all!

{Edited by John to Put in code tags}

[Edited by John on 05-14-2000 at 09:34 PM]

05-12-2000 07:30 AM

Looks to me like you have one too many brackets at the end of the code.. Try eliminating the last bracket.. }

05-12-2000 07:38 AM

Thanks, but that needs to be there; I used the quote feature instead of the code feature, and apparently it took out some of the spaces.


All times are GMT. The time now is 10:47 AM.

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.00905 seconds
  • Memory Usage 1,711KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete