701

(16 replies, posted in PunBB 1.2 troubleshooting)

Post the link to your forum.

http://punbb.org/forums/viewtopic.php?id=6245

Use the is_valid_email() function to check the address whilst looping through the mails, to workaround that smtp issue.

Any parts of the code where the I.P address is output, enclose that code within:

if ($pun_user['g_id'] == PUN_ADMIN)
{
    [ I.P output code here ]
}
peepo wrote:

Now does anyone know how I can stop moderators from seeing ip addresses?

Yup. smile

If you look in the thread for that plugin, you'll find plenty of information regarding tweaks for it. As Smartys once said in another thread, btw, if an e-mail address is already in the db, then it should be valid. That sounds like a screwed smtp server causing that error.

Enable debug mode and post the error.

707

(2 replies, posted in Programming)

Thanks. smile

708

(5 replies, posted in PunBB 1.2 discussion)

ohweb wrote:

there is censoring option for "not allowed words".

Oops. Getting my lists mixed up there. big_smile Apologies.

709

(2 replies, posted in Programming)

Would the following:

$array = array();

if ($array)
{
    [ code ]
}

return true and run the code if no pairs were in the array, or would there actually have to be at least one key/value pair?


Cheers. smile

I'm just so frustrated at this point because I really havn't done nothing.. except play around in cpanel with cron job I guess trying to install the "feed aggrevator mod" and now i get suspended

As to whether it was intentional or not is irrelevant. To be truthful, if you had conversed with them in a proper manner over the issue, your account would probably still be active now too. At the end of the day, that little experiment of yours could have led to them being listed on a RBL or other such list. As a company, they have a perfectly valid right to protect theirs, (and all their other customers), interests. Accept it, learn from it and move on.

711

(5 replies, posted in PunBB 1.2 discussion)

I believe that contains words which are not allowed to be entered in posts|signatures|usernames.

Nick. The Terms of Service are there for a very good reason. Read through them, and you will understand that they have not broken any agreement. Everything is stated quite clearly. There is no use harping on. This subject is serving no use, and you most definitely would not get a solicitor to give your complaint a second glance, not even with the 'lawsuit culture' which is prevalent in certain countries.

Just let it go and learn from your mistakes. That is why they call it experience. Only a fool doesn't learn from it.

intedinmamma wrote:

Nothing, just checking.

big_smile big_smile

elbekko wrote:

As far as I can see the reports on that site have all been fixed.

Just realised you were referring to security/bug reports. I thought you meant reports as in performance based, originally. big_smile

715

(16 replies, posted in PunBB 1.2 troubleshooting)

What did you do before it started? Any mods or such? Moved hosts? Or did it just appear, as such? Is anyone else experiencing the problem?

Fixed as in repaired, or fixed as in 'not quite truthful'?

717

(1 replies, posted in General discussion)

Just wanting to know whether the general layout on this page looks fine, okay'ish or naff. big_smile Can't tell whether I like it or not, so just wanted some second opinions. smile

http://forums.bauchan.org/testforum/index.php

You obsess way too much over what your links look like. Most things, including search engines, don't honestly care what they look like.

And, as Mpok stated above, and has been said since day one when you broached this subject, the matter is not a simple one, no matter how much you may think it is. I would be very surprised if anyone does this work for you, unless you actually pay them to do so.

719

(8 replies, posted in Programming)

The error from your SQL logs.

720

(13 replies, posted in General discussion)

NiCk Newman wrote:

Yea I Guess it was cron bcz i was messing with that with that once feed aggrevator mod here.. sad

You want to make sure you know that everything is functioning perfectly before cronning a job. It will bite you in the arse with a vengeance for any misconfigurations. Always check everything manually several times before you ever enter it into cron.


NiCk Newman wrote:

I got temporaly suspended at webhostingtalk.com for talking like i do on punbb

And the penny hasn't dropped yet?

721

(8 replies, posted in Programming)

And the error is? Btw, you should be using intval() and $db_escape() on those values.

722

(13 replies, posted in General discussion)

You would appear to have something in your cron which is sending out notifications. Check what it is. Btw, try talking to your host in a slightly more understandable and helpful fashion.

Unless I'm mistaken, (which I may well be), the: document.forms['post']['req_message'] is akin to: $_POST['req_message'] in PHP.

724

(23 replies, posted in PunBB 1.2 show off)

derekmesser wrote:

I will also re-edit the footer and include a punbb link!

does it have to say "Powered by.."

or can I say (for instance) "Developed by.."

There isn't a specific layout. This is the one I personally use: PunBB © 2002?2007 Rickard Andersson

725

(23 replies, posted in PunBB 1.2 show off)

Nick: I wasn't commenting on the removal of the copyright, merely that those two parts, in conjunction, could be misinterpreted by some. Removal of the copyright isn't specifically forbidden, (although it might possibly be frowned upon).

Besides, someone who changes Rickard Andersson to Rickard A isn't exactly a fountain of innocence when it comes to 'alterations'.