Welcome, Guest. Please Login or Register.
October 03, 2024, 11:30:46 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  English User Help  |  English Help  |  Adding users without them registering (manual adding) feature? « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Adding users without them registering (manual adding) feature?  (Read 836 times)
ybd_admin
Noobie
*
Posts: 11


Can't use php hehe ;)

nharmsworth@lineone.net
Adding users without them registering (manual adding) feature?
« on: February 06, 2004, 10:34:56 AM »
Reply with quote

YaBB SE Version: 1.5.5
PHP Version: <= 4.1.0
MySQL Version: 3.22.x
Server Platform: Unix, Linux, or BSD
Link to Forum: (private)

Problem Description:
Hi all

Just wanted to know if there is a way of adding users to the forum, without them having to sign up, as the sign up doesn't seem to work...

(think it must be the old version of php thats running on the webserver but isn't much I can do about that but the error message I'll put below)

...and I don't really want people signing up anyway as the forum is to be a internal resource center for me & collegues to sound off ideas and so on.

The error someone gets when trying to register is:
-------------------------

2: crypt() is not supported in this PHP build
(.../Sources/Register.php ln 212)

[I've manually taken out the path before Sources
for security reasons but it that looked fine]
--------------------------


Any idea what I can do or how I can add users to the system? Is there a mod for this purpose and if so, can you give me the download link?

If any admin's want to visit the webpage, please contact me to do so :)

Many thanks for any help anyone can give :)

Best regards & well done on another top notch product,
Nathan H.
« Last Edit: February 06, 2004, 10:51:03 AM by ybd_admin » Logged

Nathan H.
Network Administrator - YBD (Edu)
Webmaster @ 3MW, LMM & YBD
------
[[My Primary Home Computer]]
- Antec Performance Series II (SX835 II-UK)
- Win XP Pro SP1a w/updates
- MSI KT6 Delta FISR
- AMD Athlon XP 2800+ (333)
- Kingston HyperX 512MB PC3200 CL2.5
- Hercules AIW Radeon 9800SE w/softmod
- 80GB Hitachi Deskstar 7K250 S-ATA

15192 3D Marks on 3DMark2001SE
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Adding users without them registering (manual adding) feature?
« Reply #1 on: February 06, 2004, 07:56:38 PM »
Reply with quote

Your version of YaBB SE doesn't have crypt... ugh.

If you turn off "send pasword" it should work, because it uses md5 for passwords.

-[Unknown]
Logged
ybd_admin
Noobie
*
Posts: 11


Can't use php hehe ;)

nharmsworth@lineone.net
Re:Adding users without them registering (manual adding) feature?
« Reply #2 on: February 09, 2004, 10:01:55 AM »
Reply with quote

Hi Unknown

Thanks for getting back to me.

QuoteYour version of YaBB SE doesn't have crypt... ugh.

Doesn't crypt come as part of it? How do I get crypt? Is it a mod?

QuoteIf you turn off "send pasword" it should work, because it uses md5 for passwords.

I did but I have the Application Mod 1.3a installed and now when somebody applies to be registered, it says:

(test1) Password field empty

because of the turning off of the random password email (which I believe is required by the mod) but I want to keep the mod as I want to approve people registering to prevent others accessing the forum that shouldn't be :)

:-\

Any suggestions?

Regards,
Nathan H.
Logged

Nathan H.
Network Administrator - YBD (Edu)
Webmaster @ 3MW, LMM & YBD
------
[[My Primary Home Computer]]
- Antec Performance Series II (SX835 II-UK)
- Win XP Pro SP1a w/updates
- MSI KT6 Delta FISR
- AMD Athlon XP 2800+ (333)
- Kingston HyperX 512MB PC3200 CL2.5
- Hercules AIW Radeon 9800SE w/softmod
- 80GB Hitachi Deskstar 7K250 S-ATA

15192 3D Marks on 3DMark2001SE
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Adding users without them registering (manual adding) feature?
« Reply #3 on: February 09, 2004, 09:35:53 PM »
Reply with quote

I suggest you ask the author of the application mod...

You might also ask your host to rebuild PHP with crypt... it should be in there.

You'll also have more problems with such an old version of PHP.

-[Unknown]
Logged
ybd_admin
Noobie
*
Posts: 11


Can't use php hehe ;)

nharmsworth@lineone.net
Re:Adding users without them registering (manual adding) feature?
« Reply #4 on: February 10, 2004, 12:33:42 PM »
Reply with quote

What I think I'll have to do is modify the Register2.php file and put the part of Register.php where it asks the person registering for a password if random password isn't active.

Not knowing php is a bit of a problem as i just need to work out where to cut and paste...

Wish me luck hehe :)

Regards,
Nathan
Logged

Nathan H.
Network Administrator - YBD (Edu)
Webmaster @ 3MW, LMM & YBD
------
[[My Primary Home Computer]]
- Antec Performance Series II (SX835 II-UK)
- Win XP Pro SP1a w/updates
- MSI KT6 Delta FISR
- AMD Athlon XP 2800+ (333)
- Kingston HyperX 512MB PC3200 CL2.5
- Hercules AIW Radeon 9800SE w/softmod
- 80GB Hitachi Deskstar 7K250 S-ATA

15192 3D Marks on 3DMark2001SE
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Adding users without them registering (manual adding) feature?
« Reply #5 on: February 10, 2004, 03:54:05 PM »
Reply with quote

Sorry... I'd try to help more, but I don't know anything about the Application mod.

-[Unknown]
Logged
ybd_admin
Noobie
*
Posts: 11


Can't use php hehe ;)

nharmsworth@lineone.net
Re:Adding users without them registering (manual adding) feature?
« Reply #6 on: February 16, 2004, 12:10:47 AM »
Reply with quote

Hi [unknown]

No problem mate.

Turns out crypt wasn't installed on our servers, and we rehoused the forum on a different internal server.

The admin of the server installed the mcrypt module and with a bit of tweaking to get the application module to work - 100% success :)

Can't show you the forum unfortunately as the server is internally viewable only :(

But needless to say, it kicks ass :D

Now what mod should I install next?......

*...wonders off into his thoughts...*

Cheers,
Nath.
Logged

Nathan H.
Network Administrator - YBD (Edu)
Webmaster @ 3MW, LMM & YBD
------
[[My Primary Home Computer]]
- Antec Performance Series II (SX835 II-UK)
- Win XP Pro SP1a w/updates
- MSI KT6 Delta FISR
- AMD Athlon XP 2800+ (333)
- Kingston HyperX 512MB PC3200 CL2.5
- Hercules AIW Radeon 9800SE w/softmod
- 80GB Hitachi Deskstar 7K250 S-ATA

15192 3D Marks on 3DMark2001SE
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Adding users without them registering (manual adding) feature? « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.094 seconds with 21 queries.