![]() |
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 |
Quote:
|
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. |
Quote:
|
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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|