vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Help getting this hack to work correctly (https://vborg.vbsupport.ru/showthread.php?t=60064)

X-Caliber 01-11-2004 03:55 PM

Help getting this hack to work correctly
 
This is the: Have Newsletters Posted To Your VB .


Support has dried up for it, and I was wondering if anyone could help me out getting it to work.

https://vborg.vbsupport.ru/showthrea...2&page=1&pp=15

I get this error:

Warning: main(./config.php) [function.main]: failed to create stream: No such file or directory in /www/htdocs/headpres/forum/admin/global.php on line 96

Zachery 01-11-2004 05:18 PM

Quote:

Originally Posted by X-Caliber
This is the: Have Newsletters Posted To Your VB .


Support has dried up for it, and I was wondering if anyone could help me out getting it to work.

https://vborg.vbsupport.ru/showthrea...2&page=1&pp=15

I get this error:

Warning: main(./config.php) [function.main]: failed to create stream: No such file or directory in /www/htdocs/headpres/forum/admin/global.php on line 96

are you running 2.x first off? and second it looks like you didnt make acorrect change if you they used the chdir function

X-Caliber 01-12-2004 01:44 AM

I'm running 2.3.2

I just followed the instructions like it said.

Here is the Require call in the hack.

//variables
require("admin/global.php");

Here is the part where it connects to the database:

////////////////////////////////////////////////////////////////////////////////////////////
// connect to database server
$dbconnect = @mysql_connect($servername,$dbusername,$dbpassword );
if (!$dbconnect) {
exit();
}

//choose correct database
if (! @mysql_select_db($dbname) ) {
exit();
}

// define some constants
// message types
$type = array("text", "multipart", "message", "application", "audio", "image", "video", "other");
// message encodings
$encoding = array("7bit", "8bit", "binary", "base64", "quoted-printable", "other");

// remove extraneous stuff from email addresses
// returns an email address stripped of everything but the address itself
function clean_address(&$val, $index)
{
// clean out whitespace
$val = trim($val);
// look for angle braces
$begin = strrpos($val, "<");
$end = strrpos($val, ">");
if ($begin !== false)
{
// return whatever is between the angle braces
$val = substr($val, ($begin+1), $end-$begin-1);
}
}

Thanks for any help you can give me. I'm a n00b and learning.

Zachery 01-12-2004 01:48 AM

Quote:

Originally Posted by X-Caliber
I'm running 2.3.2

I just followed the instructions like it said.


Here is the Require call in the hack.

//variables
require("admin/global.php");


Here is the part where it connects to the database:

////////////////////////////////////////////////////////////////////////////////////////////
// connect to database server
$dbconnect = @mysql_connect($servername,$dbusername,$dbpassword );
if (!$dbconnect) {
exit();
}

//choose correct database
if (! @mysql_select_db($dbname) ) {
exit();
}

// define some constants
// message types
$type = array("text", "multipart", "message", "application", "audio", "image", "video", "other");
// message encodings
$encoding = array("7bit", "8bit", "binary", "base64", "quoted-printable", "other");

// remove extraneous stuff from email addresses
// returns an email address stripped of everything but the address itself
function clean_address(&$val, $index)
{
// clean out whitespace
$val = trim($val);
// look for angle braces
$begin = strrpos($val, "<");
$end = strrpos($val, ">");
if ($begin !== false)
{
// return whatever is between the angle braces
$val = substr($val, ($begin+1), $end-$begin-1);
}
}


Thanks for any help you can give me. I'm a n00b and learning.

where did you place this, and what version of vbulletin are you running?

X-Caliber 01-12-2004 04:09 AM

I placed it in the main forum directory.

Im running 2.3.2 of vbulletin


All times are GMT. The time now is 07:50 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.01831 seconds
  • Memory Usage 1,724KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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