Joined: Dec 05, 2007 Posts: 201 Location: Tampa, Florida
Posted:
Mon Apr 07, 2008 11:50 am
After deleting everything and starting all over again, I have RavenNuke running, but with problems.
1. Had to place <html> at the top of modules.php
I know this is not acceptable, but it is a way to get
it running to determine how to get past the problem
with the "mandatory ad".
2.Still haven't got captcha to work.
Not sure if it is having trouble with
php extension, imagetiff, or if it is
not being written to a /tmp file
3.Still having trouble being banned in the admin panel
By not setting using captcha for admin, I can get to
admin panel, but get banned if I try to use any of the
panel selections.
4.Clicking the $banner or clicking a download creates a white page.
I believe once solving the 1st problem this will also be resolved.
I believe this .js script is causing the initial problem (requiring the <html> to get around it), but I am not sure what to look for or how to correct it. If this script is the culprit and can be fixed, I figure I may be able to make it local.
function domainCheck(domain, domainExt)
{
var isType = false;
for(i = 0; i < domainExt.length; i++)
{
re = new RegExp("\\"+domainExt[i]+"$");
if (domain.match(re))
{
isType = true;
break;
}
}
You won't get the banners or the download redirect to work, because of the banner code that is added before the redirect. Really there is no way around it.
If you don't like ads and want a working Nuke site, time to pay for hosting
View next topic View previous topic
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 vote in polls in this forum