111
m0nty
Re: blank
  • 2006/10/27 14:37

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


i don't understand what you are trying to say.

i know a picture should say a thousand words, but in this case it says nothing..

explain in details what the problem is or what u are trying to achieve..



112
m0nty
Re: Registration restrictions ?
  • 2006/10/27 14:32

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


ahh, i hadn't tried it with multiple domains in the list.. ya learn somethin new everyday.. i'll remember that in case i have a need for it



113
m0nty
Re: Registration restrictions ?
  • 2006/10/27 14:27

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


try register.php

find >

foreach ($xoopsConfigUser['bad_emails'] as $be) {
        if (!empty(
$be) && preg_match("/".$be."/i"$email)) {
            
$stop .= _US_INVALIDMAIL.'<br />';
            break;


replace with

foreach ($xoopsConfigUser['bad_emails'] as $be) {
        if (!empty(
$be) && !preg_match("/".$be."/i"$email)) {
            
$stop .= _US_INVALIDMAIL.'<br />';
            break;


added a '!' before preg_match()

that should then deny any emails that aren't in the list..



114
m0nty
Re: Registration restrictions ?
  • 2006/10/27 14:19

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


actually just thinking about that..

@mith would it be easier just to reverse the banned emails logic, so that it fails if the regex doesn't match the 1 in the banned list? basically making the banned emails, allowed emails instead..



115
m0nty
Re: Registration restrictions ?
  • 2006/10/27 14:16

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


not easily.

1 method though that may work is to add as many email domains to the banned emails list in preferences.

add hotmail.com, gmail.com to the list and as many email domains as possible. except for the domain you want allowed.. it's a long way round and there are many to use..

the other way i think would mean editing maybe register.php and running some kind of check there.. off hand i can't say but it would be possible to do.. i'll take a look later and see if i can sort it for you when i have a bit more time..



116
m0nty
Re: MS Internet Explorer 7 & FireFox 2
  • 2006/10/27 14:09

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


agreed :)



117
m0nty
Re: whats everyone doing this weekend?
  • 2006/10/27 14:07

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


Quote:

Mithrandir wrote:
I may actually try to have a weekend without programming... in so far as that is possible.


no point asking you to help me with this module coding then this w/e.. lol

just kiddin m8..

as for me, on't think i'm doing anythin this w/e either. bt a few hard house/hard trance events coming up in birmingham, leicester & leeds in november which i shall be attending..



118
m0nty
Re: MS Internet Explorer 7 & FireFox 2
  • 2006/10/27 13:57

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


yeah IE padding & margins are still a pain in the ass.. IE still subtracts the padding from the element.

i wish they all would agree on a set rule for applying padding and margins to elements, so they all work the same. it would make designers lives a lot less stressfull.

I doubt microsoft will change their methods tho to suit.. but maybe hopefully it would be nice if the other browser players could change the way they render padding & margins to suit.. not because they are wrong, but for the sake of less stressful designers..



119
m0nty
Re: MS Internet Explorer 7 & FireFox 2
  • 2006/10/27 13:17

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


IE7 works very well, in fact it's more compliant with standards than it's predecessors..

it is CSS2 compliant also..

the problems u had with it were not worth uninstalling it over, you should have found the issue.. most likely being that it's more compliant so simple editing of your admin themes CSS file would no doubt have fixed your problem.

overall i find IE7 faster, more compliant.. tabbed windows is a big improvement and the general feel of IE7 is much better than any other version of IE.

is it better than Firefox?? that's yet to be seen, but at the moment i would have to say No.



120
m0nty
Re: SecurityImage not functioning properly
  • 2006/10/26 20:49

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


xoops 2.11? there isn't a 2.11 version of xoops

you mean 2.0.11??

i would suggest updating to 2.0.15 as XOOPS 2.0.11 has issues with PHP 5 & definitely will not work correctly with MySQL 5




TopTop
« 1 ... 9 10 11 (12) 13 14 15 ... 289 »



Login

Who's Online

163 user(s) are online (92 user(s) are browsing Support Forums)


Members: 0


Guests: 163


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits