Adware, malware, spyware, hijacker discussion and information

[Gain Knowledge]  [Install Prevention]  [Maintain Security]  [Spyware Removal Help]


It is currently Sat Jul 31, 2010 2:04 pm

All times are UTC - 7 hours




Post new topic Reply to topic  [ 10 posts ] 
Author Message
 Post subject: Odd error after moving to 0.39
PostPosted: Mon Nov 16, 2009 6:02 pm 
Offline
User avatar

Joined: Thu Apr 16, 2009 2:35 pm
Posts: 31
I have no idea what this is trying to tell me....

Code:
Warning: include(/home/xxxxxxx/yyyyyyy/succubus.net/forum/check_spammers/Check_Spammers/view_spammers.php/functions.php) [function.include]: failed to open stream: Not a directory in /home/xxxxxxx/yyyyyyy/succubus.net/forum/check_spammers/Check_Spammers/view_spammers.php on line 12

Warning: include() [function.include]: Failed opening '/home/xxxxxxx/yyyyyyy/succubus.net/forum/check_spammers/Check_Spammers/view_spammers.php/functions.php' for inclusion (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/xxxxxxx/yyyyyyy/succubus.net/forum/check_spammers/Check_Spammers/view_spammers.php on line 12


The xxxx's and yyyy's are to cover some information but are the same in each line above...

Any ideas?

Thankies!!


Tera

_________________
Thank you for calling TeraS, Queen of the Succubi... Please wait and she will be with you shortly...


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Odd error after moving to 0.39
PostPosted: Tue Nov 17, 2009 3:03 am 
Offline
Site Admin
Site Admin
User avatar

Joined: Sun May 15, 2005 12:42 pm
Posts: 3472
Location: Newcastle, UK
Sorry for taking so long. Can you open view_spammers.php and change;

Code:
include(__FILE__.'/functions.php');


To;

Code:
$sMyPath = dirname(__FILE__).'/';
include($sMyPath."functions.php");

_________________
Regards

Steven Burn
Ur I.T. Mate Group / hpHosts
it-mate.co.uk / hosts-file.net

Keeping it FREE!


Top
 Profile Send private message  
 
 Post subject: Re: Odd error after moving to 0.39
PostPosted: Tue Nov 17, 2009 5:04 pm 
Offline
User avatar

Joined: Thu Apr 16, 2009 2:35 pm
Posts: 31
MysteryFCM wrote:
Sorry for taking so long. Can you open view_spammers.php and change;

Code:
include(__FILE__.'/functions.php');


To;

Code:
$sMyPath = dirname(__FILE__).'/';
include($sMyPath."functions.php");



Doing so gives a fatal error:

Code:
Fatal error: Cannot redeclare isurlonline() (previously declared in /home/xxxxxxx/yyyyyyy/succubus.net/forum/check_spammers/Check_Spammers/functions.php:20) in /home/xxxxxxx/yyyyyyy/succubus.net/forum/check_spammers/Check_Spammers/functions.php on line 39


Sorry!


Tera

_________________
Thank you for calling TeraS, Queen of the Succubi... Please wait and she will be with you shortly...


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Odd error after moving to 0.39
PostPosted: Tue Nov 17, 2009 5:08 pm 
Offline
Site Admin
Site Admin
User avatar

Joined: Sun May 15, 2005 12:42 pm
Posts: 3472
Location: Newcastle, UK
That's certainly a bit wierd. I've just released v0.40 which includes this fix and didn't notice that error.

The error indicates it's including functions.php twice, which it definately shouldn't be doing. Gimme a sec and I'll see if I can reproduce it :)

_________________
Regards

Steven Burn
Ur I.T. Mate Group / hpHosts
it-mate.co.uk / hosts-file.net

Keeping it FREE!


Top
 Profile Send private message  
 
 Post subject: Re: Odd error after moving to 0.39
PostPosted: Tue Nov 17, 2009 5:13 pm 
Offline
Site Admin
Site Admin
User avatar

Joined: Sun May 15, 2005 12:42 pm
Posts: 3472
Location: Newcastle, UK
I'm sorry to say, I have reproduced it :( my apologies for that. The attached will fix it for you :)

It's got me curious now though as it previously demanded that the include() function be present in all files that used the functions.php file, regardless of where they were used themselves.

I'll get this tested to make sure the view_spammers.php and view_spammers_mail.php files still work properly without this declaration, and get v0.41 released asap :)


Attachments:
view_spammers.zip [4.7 KiB]
Downloaded 7 times

_________________
Regards

Steven Burn
Ur I.T. Mate Group / hpHosts
it-mate.co.uk / hosts-file.net

Keeping it FREE!
Top
 Profile Send private message  
 
 Post subject: Re: Odd error after moving to 0.39
PostPosted: Tue Nov 17, 2009 5:37 pm 
Offline
Site Admin
Site Admin
User avatar

Joined: Sun May 15, 2005 12:42 pm
Posts: 3472
Location: Newcastle, UK
Tested and released v0.41 :)

http://hphosts.blogspot.com/2009/11/spa ... -v041.html

Thanks again for bringing these to my attention, and sorry you had to go through this :(


Attachments:
File comment: SBST v0.41
check_spammers.zip [45.57 KiB]
Downloaded 10 times

_________________
Regards

Steven Burn
Ur I.T. Mate Group / hpHosts
it-mate.co.uk / hosts-file.net

Keeping it FREE!
Top
 Profile Send private message  
 
 Post subject: Re: Odd error after moving to 0.39
PostPosted: Tue Nov 17, 2009 6:27 pm 
Offline
User avatar

Joined: Thu Apr 16, 2009 2:35 pm
Posts: 31
<snugs>

I'd rather help in some small way to your work than do nothing...

<huggles>

Thankies again!!


Tera

_________________
Thank you for calling TeraS, Queen of the Succubi... Please wait and she will be with you shortly...


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Odd error after moving to 0.39
PostPosted: Tue Nov 17, 2009 6:30 pm 
Offline
Site Admin
Site Admin
User avatar

Joined: Sun May 15, 2005 12:42 pm
Posts: 3472
Location: Newcastle, UK
hehe :)

_________________
Regards

Steven Burn
Ur I.T. Mate Group / hpHosts
it-mate.co.uk / hosts-file.net

Keeping it FREE!


Top
 Profile Send private message  
 
 Post subject: Re: Odd error after moving to 0.39
PostPosted: Tue Nov 17, 2009 6:31 pm 
Offline
User avatar

Joined: Thu Apr 16, 2009 2:35 pm
Posts: 31
And the error has disappeared!

Thankies again!!


Tera

_________________
Thank you for calling TeraS, Queen of the Succubi... Please wait and she will be with you shortly...


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Odd error after moving to 0.39
PostPosted: Tue Nov 17, 2009 7:11 pm 
Offline
Site Admin
Site Admin
User avatar

Joined: Sun May 15, 2005 12:42 pm
Posts: 3472
Location: Newcastle, UK
hehe my pleasure :)

_________________
Regards

Steven Burn
Ur I.T. Mate Group / hpHosts
it-mate.co.uk / hosts-file.net

Keeping it FREE!


Top
 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

All times are UTC - 7 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  

Who is online

Who is online In total there is 1 user online :: 0 registered, 0 hidden and 1 guest (based on users active over the past 5 minutes)
Most users ever online was 115 on Tue Jul 13, 2010 5:32 pm

Users browsing this forum: No registered users and 1 guest

New posts    No new posts    Forum locked
Powered by phpBB