[OzzModz] Bulk User Create

xF2 Add-on [OzzModz] Bulk User Create 2.0.0 Patch Level 1

No permission to download

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
20,096
Points
823

Reputation:

qralx

Member
Registered
Joined
May 13, 2021
Messages
16
Points
13

Reputation:

xauUUL

I got less but I got best!
Collaborate
Registered
Joined
Jun 22, 2021
Messages
118
Points
43

Reputation:

Deleted

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,519
Points
523

Reputation:

is there anyway to make it work with 2.1? @ENXF NET @BattleKing @Soft4Win
xauUULI just did a small check and it is not working with 2.1 version, because of different columns and functions which are used.
Further checks need to be done to see if it could modified to get working with 2.1.

GOt it working

1642614022600.jpg


1642614029800.png


1642614010600.png


Please test it on test system first, not further checks executed, I just created the 5 test users.
 
Last edited:

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
20,096
Points
823

Reputation:

ENXF NET updated [OzzModz] Bulk User Create with a new update entry:

Support XF 2.1 and 2.2, add registration date list

New option added:

Add two user via list with incorrect date format.
View attachment 27574

Add two user via list with corrected date format.

View attachment 27575
View attachment 27576
View attachment 27577
View attachment 27578

Check registration date via phpmyadmin

View attachment 27579

Add two other users random username , random registration date and random password

View attachment 27580 ...

Read the rest of this update entry...
 

valid

+Lifetime VIP+
+Lifetime VIP+
V.I.P Member
Registered
Joined
Apr 3, 2020
Messages
192
Points
53

Reputation:

View previous replies…

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,519
Points
523

Reputation:

why can't i see this version in xenforo.com or ozzy's official website?
validbecause this has been created / modified by myself, see update statement the last sentence
 

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
20,096
Points
823

Reputation:

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,519
Points
523

Reputation:

@Pokschubin why an angry reaction? Are you the main developer of that addon and do not like my changes?
 

Pokschubin

Well-known member
Registered
Joined
Dec 13, 2018
Messages
50
Points
63

Reputation:

@Pokschubin why an angry reaction? Are you the main developer of that addon and do not like my changes?
BattleKingI am not the developer of this plugin. You messed with the versions and didn't use hash sums (SHA-256). I'm posting a utility for you.
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,519
Points
523

Reputation:

I am not the developer of this plugin. You messed with the versions and didn't use hash sums (SHA-256). I'm posting a utility for you.
Pokschubinthanks for that but I do not like it it came from a page which I do not trust. I got my own of it, maybe I forgot to run it, let's check again.
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,519
Points
523

Reputation:

thanks for that but I do not like it it came from a page which I do not trust. I got my own of it, maybe I forgot to run it, let's check again.
BattleKingI just downloaded again from here and checked, everything is ok. What do you mean with I messed up the version?
All hashes are correct
 

thuylinh

Active member
Registered
Joined
Feb 5, 2020
Messages
36
Points
18

Reputation:

Error when selecting random email item

Error BulkUser.png
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,519
Points
523

Reputation:

Error when selecting random email item

thuylinhThis might be caused by PHP version:
(PHP 5 >= 5.4.0, PHP 7, PHP 8, PECL intl >= 2.0.0)
Transliterator::transliterate -- transliterator_transliterate — Transliterate a string

https://www.php.net/manual/de/transliterator.transliterate.php

here the code which is causing the error:
PHP:
                $emails[$i] = preg_replace(
                    "/[^A-Za-z0-9.!?]/",
                    '',
                    transliterator_transliterate('Any-Latin; Latin-ASCII; Lower()', $usernames[$i])
                ) . $domain;
 
View previous replies…

thuylinh

Active member
Registered
Joined
Feb 5, 2020
Messages
36
Points
18

Reputation:

This might be caused by PHP version:
(PHP 5 >= 5.4.0, PHP 7, PHP 8, PECL intl >= 2.0.0)
Transliterator::transliterate -- transliterator_transliterate — Transliterate a string

https://www.php.net/manual/de/transliterator.transliterate.php

here the code which is causing the error:
PHP:
                $emails[$i] = preg_replace(
                    "/[^A-Za-z0-9.!?]/",
                    '',
                    transliterator_transliterate('Any-Latin; Latin-ASCII; Lower()', $usernames[$i])
                ) . $domain;
BattleKingThanks you! After I delete the above line, I get an error: Please enter your email in the correct format.
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,519
Points
523

Reputation:

Thanks you! After I delete the above line, I get an error: Please enter your email in the correct format.
thuylinhwhat do you mean by delete the above line?
Please describe in detail what you are doing and where.
 

skittels

Member
Registered
Joined
Mar 13, 2020
Messages
11
Points
13

Reputation:

This might be caused by PHP version:
(PHP 5 >= 5.4.0, PHP 7, PHP 8, PECL intl >= 2.0.0)
Transliterator::transliterate -- transliterator_transliterate — Transliterate a string

https://www.php.net/manual/de/transliterator.transliterate.php

here the code which is causing the error:
PHP:
                $emails[$i] = preg_replace(
                    "/[^A-Za-z0-9.!?]/",
                    '',
                    transliterator_transliterate('Any-Latin; Latin-ASCII; Lower()', $usernames[$i])
                ) . $domain;
BattleKingHow to add compatibility for php 7.x? Randomized email works only with php 8.1
 

skittels

Member
Registered
Joined
Mar 13, 2020
Messages
11
Points
13

Reputation:

It would be nice if you could choose the minimum registration date for all created profiles. It is strange to observe profiles created in 1976 on the forum, especially when the forum was created a month ago. Or at least so that by default the registration date is, for example, at least 2015-2020
 
Top