PHPlist help needed

medicnick83

Paramedic
Joined
Aug 23, 2006
Messages
21,158
Reaction score
565
Location
CBD, Cape Town
Anyone know PHPlist?

I'm trying to add lists (via the admin area) but the test lists (4/5 of them) show up when someone wants to subscribe, so they ticked active.

I've created 4/5 new ones, also ticked active etc but they will not show.

I've unticked the test lists, and left only the new ones ticked, nothing shows.

Need help please.

I joined the PHPlist forums, and posted a request for help, but no one replies so they probably not as 'busy' :(
 
I need to remove the PHP list "powered by" that is on the site.

I found this url: http://newttech.net/open-source-software/remove-powered-by-footer-and-image-from-phplist/

But I can't seem to get it working, can anyone guide me?
This is the code:

/*
We request you retain the $PoweredBy variable including the links.
This not only gives respect to the large amount of time given freely
by the developers but also helps build interest, traffic and use of
PHPlist, which is beneficial to it's future development.

You can configure your PoweredBy options in your config file

Michiel Dethmers, Tincan Ltd 2001,2004
*/
if (ereg("dev", VERSION))
$v = "dev";
else
$v = VERSION;
if (REGISTER) {
$PoweredByImage = '<p align=left><a href="http://www.phplist.com"><img src="http://phplist.tincan.co.uk/images/' . $v . '/power-phplist.png" width=70 height=30 title="Powered by PHPlist version ' . $v . ', &copy; tincan ltd" alt="Powered by PHPlist' . $v . ', &copy tincan ltd" border="0"></a></p>';
} else {
$PoweredByImage = '<p align=left><a href="http://www.phplist.com"><img src="images/power-phplist.png" width=70 height=30 title="Powered by PHPlist version ' . $v . ', &copy; tincan ltd" alt="Powered by PHPlist' . $v . ', &copy tincan ltd" border="0"></a></p>';
}
$PoweredByText = '
<style type="text/css"><!--
.poweredphplist {font-family: arial, verdana, sans-serif;font-size : 10px; font-variant: small-caps; font-weight : normal; padding: 2px; padding-left:20px;}
a:link.poweredphplist,
a:active.poweredphplist,
a:visited.poweredphplist {font-family: Arial, verdana, sans-serif; font-size : 10px; font-variant: small-caps; font-weight : normal; color : #666666; text-align : center; text-decoration : none; padding: 2px;}
a:hover.poweredphplist {color : #7D7B7B;}
//--></style>
<span class="poweredphplist">powered by <a href="http://www.phplist.com" class="poweredphplist" target="_blank">phplist</a> v ' . $v . ', &copy; <a href="http://tincan.co.uk/powered" target="_blank" class="poweredphplist">tincan ltd</a></span>';
if (!TEST && REGISTER) {
if (!PAGETEXTCREDITS) {
;
$PoweredBy = $PoweredByImage;
} else {
$PoweredBy = $PoweredByText;
}
} else {
if (!PAGETEXTCREDITS) {
;
$PoweredBy = $PoweredByImage;
} else {
$PoweredBy = $PoweredByText;
}
}
# some other configuration variables, which need less tweaking
# number of users to show per page if there are more
define("MAX_USER_PP", 50);
define("MAX_MSG_PP", 5);

What do I need to remove/change so it vanishes completely.

Thanks!
 
I need to remove the PHP list "powered by" that is on the site.

What do I need to remove/change so it vanishes completely.

Thanks!

You did see the little bit at the top that says:

Code:
We request you retain the $PoweredBy variable including the links.
This not only gives respect to the large amount of time given freely
by the developers but also helps build interest, traffic and use of
PHPlist, which is beneficial to it's future development.

If you still want to remove it, then if you read a little further it says:

Code:
You can configure your PoweredBy options in your config file

Failing that put this at the bottom of the file:

Code:
$PoweredBy = '';

And I hope you feel really guilty about it all day.
 
Nah, still struggling here, if I edit - buggers up the entire setup, luckily I have a backup which I just replace :(

Any reason for this?
 
Nah, still struggling here, if I edit - buggers up the entire setup, luckily I have a backup which I just replace :(

Any reason for this?

Did you put the

Code:
$PoweredBy = '';

before or after the

Code:
?>

at the end of the file? (If there was a ?>)

Any error messages?

Failing that, where can I locally download the phplist so I can play with it.
 
Top
Sign up to the MyBroadband newsletter
X