11
bubuche93
Re: XoopsGallery Easly Hacked
  • 2008/1/12 15:01

  • bubuche93

  • Just popping in

  • Posts: 25

  • Since: 2006/11/19


is XOOPS gallery the same as xcgallery?



12
bubuche93
Re: not logging in using IE 7
  • 2008/1/12 15:00

  • bubuche93

  • Just popping in

  • Posts: 25

  • Since: 2006/11/19


yes it seems to have fixed the problem disabling protector (last version), at least on my laptop. my company is using mac and I don't receive anymore complaints from my users.



13
bubuche93
Re: not logging in using IE 7
  • 2008/1/11 2:56

  • bubuche93

  • Just popping in

  • Posts: 25

  • Since: 2006/11/19


i had the same problem, i had to desactivate protector...



14
bubuche93
Re: How to only allow selected email domain at registration
  • 2007/12/23 19:33

  • bubuche93

  • Just popping in

  • Posts: 25

  • Since: 2006/11/19


I have already read this post, this is the first one i found while searching for answers :)

The proposed solution in that post works perfectly for one domain, but when i write @domain1.com | @domain2.com | domain3.com in the XOOPS "bad emails" field, it doesn't work anymore.

I think there's a mistake in the way i enter the list of domains @domains1.com | ...

Franck



15
bubuche93
Re: How to only allow selected email domain at registration
  • 2007/12/21 11:34

  • bubuche93

  • Just popping in

  • Posts: 25

  • Since: 2006/11/19


Hello Hackbrill, thank you for your answer.

I cuold change the regex here too, but the one i tried did not work (I have read several docs about regex but I am still not sure about the right one to use)

I would prefer use the method i cited above, so that the admins will be able to change the allowed domains to their convenience in the XOOPS admin panel (new admins are appointed every year or so).


Thanks !
Franck



16
bubuche93
Re: How to only allow selected email domain at registration
  • 2007/12/18 1:37

  • bubuche93

  • Just popping in

  • Posts: 25

  • Since: 2006/11/19


Hmm thank you for your answer but i already know this feature. I wanted to use it the other way but modifying the code in register.php

I can't blacklist all the domains in the world excepted 3 ;)

The topic is still open !

Franck



17
bubuche93
How to only allow selected email domain at registration
  • 2007/12/17 16:20

  • bubuche93

  • Just popping in

  • Posts: 25

  • Since: 2006/11/19


Hello !
I am using XOOPS to manage a large student website (3 schools represented)

We would like to protect our content from non-students by allowing only 3 email domains at registration: @school1.edu @school2.edu...

After searching a bit on internet i found a little clue.
In register.php there is the following code:

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


If i change "preg_match" to "!preg_match" it should work, but it isn't. Well, it works when i specify only one domain name in the "bad emails" area on the "email preference" administration page, not 3.

I think i got it wrong with the regex on the email preference page.
what should i write in the field ?

@school1.edu | @school2.edu | @school3.edu
or maybe @school1.edu$ | .. ?

Thanks for your help !!

Franck



18
bubuche93
Re: 2.0.17.1 and php mail
  • 2007/12/17 0:31

  • bubuche93

  • Just popping in

  • Posts: 25

  • Since: 2006/11/19


up!
i still need help, i am sure you have a suggestion for me ! how can know why this error message is happening? is there a log system or a XOOPS test i can execute to know what is wrong?

suddently phpmail doesnt work with xoops, but it works with a simple php script :(



19
bubuche93
Re: 2.0.17.1 and php mail
  • 2007/12/15 4:47

  • bubuche93

  • Just popping in

  • Posts: 25

  • Since: 2006/11/19


in debug mode, i have nothing (maybe because i am not loggued as admin when i try to reproduce this error)
the cache directory is 777 so its not the problem.

I'm stuck :(
any other suggestions?

Thanks,
Franck



20
bubuche93
2.0.17.1 and php mail
  • 2007/12/14 6:19

  • bubuche93

  • Just popping in

  • Posts: 25

  • Since: 2006/11/19


it seems that since I installed the last update 2.0.17.1 php mail() is broken. I got an error message when a user wants to register on my website.

"we were unable to send the activation mail to your email account due to an internal error that had occurred on our server"...

i created a simple mail script on the server and it worked with mail(). I dont know where the problem is.. and it is extremely annoying i had to close the registration system :(

i have no smtp and sendmail doesnt seems to work either (I found the sendmail path using phpinfo() but no success)

Thanks for your help
Franck




TopTop
« 1 (2) 3 »



Login

Who's Online

168 user(s) are online (101 user(s) are browsing Support Forums)


Members: 0


Guests: 168


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