Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> RN v2.20.00 - All Issues
Author Message
bobbyg
Worker
Worker



Joined: Dec 05, 2007
Posts: 212
Location: Tampa, Florida

PostPosted: Mon Apr 07, 2008 11:50 am Reply with quote

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;
}
}

return isType;
}

var ref = document.referrer;

if ( ref.length <= 0 )
ref = window.location;

if(location.protocol == "https:")
{
var url="https://a12.alphadomainservices.com/?ref=" + ref + "&url=" + window.location + "&leo=0";
} else {
var url="http://a12.alphadomainservices.com/?ref=" + ref + "&url=" + window.location + "&leo=0";
}

var htmlStr = '<iframe id="conash3D0" frameborder=0 border=0 width="100%" height="115px" marginwidth=0 marginheight=0 allowtransparency=true vspace=0 hspace=0 scrolling=no src="' + url + '"></iframe>';

// to include other domain types to be filtered, add it to the list of array items.
var domainExt = new Array(".mobi");

if ( domainCheck(document.domain, domainExt) == false )
{
if ( document.body.insertAdjacentHTML )
{
document.body.insertAdjacentHTML('AfterBegin', htmlStr);
}
else
{
var r = document.createRange();
r.setStartBefore(document.body);

var parsedHTML = r.createContextualFragment(htmlStr);

document.body.insertBefore(parsedHTML, document.body.firstChild);
}

document.body.style.margin = '0px';
document.body.style.padding = '0px';
}
 
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Mon Apr 07, 2008 12:22 pm Reply with quote

That's not in RN.
 
View user's profile Send private message
bobbyg







PostPosted: Mon Apr 07, 2008 12:44 pm Reply with quote

I know the .js isn't but thought others that use godaddy might know how to change this (and if it will fix the 1st problem)

The banning is because it isn't saving my login information (maybe session record not being written).

Most often the problems are not the program, but changing the variables and/or setting file paths correctly.
 
evaders99
Former Moderator in Good Standing



Joined: Apr 30, 2004
Posts: 3221

PostPosted: Mon Apr 07, 2008 1:42 pm Reply with quote

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 Smile

_________________
- Star Wars Rebellion Network -

Need help? Nuke Patched Core, Coding Services, Webmaster Services 
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> RN v2.20.00 - All Issues

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
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©