Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
EPC Massive User Creator :: Using PHP and .NET (ALL SOURCES) Details »»
EPC Massive User Creator :: Using PHP and .NET (ALL SOURCES)
Version: 1.00, by blogtorank blogtorank is offline
Developer Last Online: Mar 2008 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.6.8 Rating:
Released: 08-07-2007 Last Update: Never Installs: 32
 
No support by the author.

Massive User Creator v1.0 DONE .NET STYLE

1st of it's kind on vBulletin.org for sharing a .NET source (that I know of) to work with the forums via creating massive users instantly!

Floris was the one that inspired me to release this source so I'm blaming Floris. (This is a joke)

If you don't like this hack then move on, because after reading of the complainers and whiners in his thread it was sad to see the drama queens in action in there saying how unmoral it is and etc... If you don't like it then move on!!! No drama is needed here, I have a 12 year old girl that does enough of that, we don't need no grown men or women dramatizing in this thread.

So no drama please!

Consider this as a learning curve on how .NET works with xmlrpc and the likes!

Unleashing the power of .NET, XMLRPC and just clicking a button = faster way to fill up your forums in no time at all. This is not just for anybody. You will need the following tool under requirements or hire a .NET coder that can do it for you. Because you'll need to enter in the hard coded part of the URL that's needed to be changed in Proxy.vb.

I'm not making this as a version to where you can simply enter the URL to where the script (rpc_users.php) is for liability reasons. I'm giving you sources ONLY!

The rest is up to you, you could donate to the cause of this and I can make a build for your forums personally.

Also, if you are a .NET guru you have the right to expand this project if you like, just credits should be given back and upload here your sources ONLY after I approve of them, so don't go uploading stuff until we approve of it.

Requirements:

Microsoft Visual Studio .NET 2003 or higher

Instructions:

Quote:

Simple if you have .NET 2003+

1. Open up the project file. (Massive User Creator.vbproj)

2. Edit Proxy.vb in code view

3. Edit one line below within the quotes "http://www.yourdomain.com/forums/rpc_users.php":

From Proxy.vb source code:

<XmlRpcUrl("http://www.yourdomain.com/forums/rpc_users.php")> _

4. Leave the rest of the code alone unless you know what you are doing.

5. Upload your rpc_users.php tor your forums root after making any necessary changes too such as referrer and such...

6. Build your solution in .NET (Ctrl+Shift+B), you may wanna run a Debug (F5) to test it from there first before you make a bin/

7. Enter in a username | email@emailaddress.com | Click the Generate as the screenshot shows to give a random password.

8. Once done with setting up one click the big o' button Create Users! and if all is correct in your path within Proxy.vb you'll have a new user instantly.

Do note, you will need the matching amount of usernames and email addresses to properly make this work. Meaning you have 50 user names, you will need 50 email addresses, then click generate passwords. Simple enough?
After this, it's endless you can simply create literally thousands of users in a matter of minutes. Where they will actually show up in your member list. I have included 1,000 email addresses that are (fake) so you have that part covered. Just generating usernames is the rest that you'll need. Because built a password generator on there for you already. Easy enough because there are name/word generators in Google for free so go check our friend Google!

I can't see no reason for upgrades due to the fact it's been working since 3.5

Zip Contents:

Also included in the zip folder you will find the following ONLY, no .exe will be included:

Quote:
rpc_users.php
README.txt
FAKE-EMAILS\ FOLDER
1thousand.txt
EPC MASS FAKE USERS SRC\ FOLDER
AssemblyInfo.vb
carbon_too.ico
CookComputing.XmlRpc.dll
HtmlAgilityPack.dll
Massive User Creator.sln
Massive User Creator.suo
Massive User Creator.vbproj
Massive User Creator.vbproj.user
MassUsers.resx
MassUsers.vb
Proxy.resx
Proxy.vb
RF User Creator.sln
RF User Creator.suo
bin\ FOLDER
CookComputing.XmlRpc.dll
HtmlAgilityPack.dll
obj\ FOLDER
Debug\ FOLDER
temp\ FOLDER
TempPE\ FOLDER
Release\ FOLDER
Temp\ FOLDER
TempPE\ FOLDER
Once again there are NO Executables in this package.

Now, a bit of the PHP file, you can expand this to your likings if you see as follows:
PHP Code:
            $userdm->set('username'$username); // NO NEED TO TOUCH THIS.
            
$userdm->set('email'$email); // NO NEED TO TOUCH THIS.
            
$userdm->set('password'$password); // NO NEED TO TOUCH THIS.
            
$userdm->set('usergroupid'2); // Registered Users Group ID
            
$userdm->set('ipaddress''127.0.0.1'); // NO NEED TO TOUCH THIS.
            
$userdm->set('referrerid''SomeNameHere'); // PUT A USERNAME OF SOMEONE AS A REFERER HERE
            
$userdm->set('timezoneoffset''0'); // TIMEZONE
            
$userdm->set_bitfield('options''adminemail'0); // RECIEVE E-MAIL FROM ADMIN? YES OR NO 1 OR 0 WE PUT IT AS 0 FOR YOU
            
$userdm->set_bitfield('options''showemail'0); 
Where you can put more options within here that you would want to use with your forums if you so desire, this is a standard format that we use, so you can expand this later once you get the grips on it.

So enjoy what you have here and happy adding! Click install if you like this.

Disclaimer:

I claim no responsibility and neither does anyone else in your mishaps and etc... If you decide to cripple your forums because of your stupidity actions don't come crying here on vbulletin.org about how you made your board die after opening up 10 instances sending 50 million users to your forums in a matter of seconds. You think we are responsible for you burning your own house down?

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 08-08-2007, 04:12 PM
AzzidReign's Avatar
AzzidReign AzzidReign is offline
 
Join Date: Apr 2006
Posts: 497
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There's also a mod out there...I forget the name of it...the guy was advertising it on the vbseo forums...but it will actually take the full content from Yahoo groups and post it on your site. So with that mod, you get a bunch of non-members posting these questions...but if you add it in with this mod, you can definitely make it look like your site is growing rapidly. The only bad thing, that mod I'm talking about costs over 100 bucks I think
Reply With Quote
  #13  
Old 08-08-2007, 04:24 PM
blogtorank's Avatar
blogtorank blogtorank is offline
 
Join Date: Jan 2006
Posts: 450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AzzidReign View Post
There's also a mod out there...I forget the name of it...the guy was advertising it on the vbseo forums...but it will actually take the full content from Yahoo groups and post it on your site. So with that mod, you get a bunch of non-members posting these questions...but if you add it in with this mod, you can definitely make it look like your site is growing rapidly. The only bad thing, that mod I'm talking about costs over 100 bucks I think
The bad things is that if you take things from Yahoo Groups you know that Yahoo will file DMCA faster than you can blink your eye?
Quote:
Copyright ? 2007 Yahoo! Inc. All rights reserved.
With this sort of feedback I may be adding onto this mod now with a bit of a different approach for "posting automation" from the actual users you create with this, and keep it all free .

So here's my thoughts:

1. Create the users with this mod.

2. Save the usernames to a file

3. Input this file into a form on the backend...

Rest of it will come here I'll draw it up later today and see if this will work of my idea and everyone else's, because it's not against the law to pull from feeds, content sources of articles and etc...

I'll get back later on this one and update here what I come up with. Though thanks AzzidReign for a bit more insight on how this can grow even more!
Reply With Quote
  #14  
Old 08-08-2007, 06:28 PM
FleaBag's Avatar
FleaBag FleaBag is offline
 
Join Date: Dec 2001
Posts: 1,674
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lovely idea, very imaginative and about time someone branched off into something a little different.

I've never understood the whole drama aspect - a website is private property and people need to come to realise that. It's like my neighbours, who complain It's my property and I'll do as I please.

But alas, this is cool. I may try it, I have 500,000 posts but only 5000 members - in my circumstance I think this could work really well.
Reply With Quote
  #15  
Old 08-08-2007, 06:32 PM
FreshFroot's Avatar
FreshFroot FreshFroot is offline
 
Join Date: Jul 2005
Posts: 770
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

interesting.. I can go both ways with this hack.. the good and the bad.
Reply With Quote
  #16  
Old 08-08-2007, 06:45 PM
Deepdog009's Avatar
Deepdog009 Deepdog009 is offline
 
Join Date: Dec 2004
Location: Almost out of PHP TZone
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by blogtorank View Post
Thanks man, it's cool to share with you all here, it's a one of a kind for sure. I searched all throughout here on the .org and can't find no one else doing any work within .NET with shared sources as this.

If you don't have .NET there at all for you deepdog let me know since you are the first install I'll build you a release to do for your forums so you can test it out and give me some feedback. I know it works personally I have done this for over 30+ forums for others already

Since you are my number one installed just send to me via PM your forum URL, your e-mail address I can send it too, and will e-mail to you a release. It's fun watching a forums go from 1 - 10,000 in a matter of 2 minutes even shows up as a legit member on your forums to boot!

Let me know if you need me to. If you have it we'll pass it onto the next person then! As long as they give a bit of feedback.
Blogtorank no problem, Im ok 4 now...

But I will take a raincheck my friend...

I also work on several or more forums, but my clients dont allow giving out info...

I like YO mod, Floris and there are a few more like this...

Some forums owners want quick results at times so this option works great in this case...

Owners sometimes use that PPP { payperpost } option, in some cases it works, but in most situations it sucks...

Your Mod gives the Admins more control over growing a community without shelling out mega buck-o-laa's...

Keep the ball rolling...
Reply With Quote
  #17  
Old 08-08-2007, 08:51 PM
Floris Floris is offline
 
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

People who blame me will be ignored for the full 100%. I have nothing to do with this modification.
Reply With Quote
  #18  
Old 08-08-2007, 11:30 PM
blogtorank's Avatar
blogtorank blogtorank is offline
 
Join Date: Jan 2006
Posts: 450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Floris View Post
People who blame me will be ignored for the full 100%. I have nothing to do with this modification.
Sense of humor isn't there Floris? It's called a joke in a sense not a real blame.
Reply With Quote
  #19  
Old 08-09-2007, 03:35 AM
SMO's Avatar
SMO SMO is offline
 
Join Date: Sep 2005
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can this mod add real users as well? Let's say I have 1000 users that I need to actually register so they dont have to....will this be the tool to use?
Reply With Quote
  #20  
Old 08-09-2007, 03:43 AM
blogtorank's Avatar
blogtorank blogtorank is offline
 
Join Date: Jan 2006
Posts: 450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SMO View Post
Can this mod add real users as well? Let's say I have 1000 users that I need to actually register so they dont have to....will this be the tool to use?
Yes you can do so. Just input the usernames, their e-mail addresses.

Username1 | Their@email.com

And etc...

So yes you can! It creates a "REAL" user on the forums. Not a fake number.
Reply With Quote
  #21  
Old 08-09-2007, 04:35 AM
blogtorank's Avatar
blogtorank blogtorank is offline
 
Join Date: Jan 2006
Posts: 450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FleaBag View Post
Lovely idea, very imaginative and about time someone branched off into something a little different.

I've never understood the whole drama aspect - a website is private property and people need to come to realise that. It's like my neighbours, who complain It's my property and I'll do as I please.

But alas, this is cool. I may try it, I have 500,000 posts but only 5000 members - in my circumstance I think this could work really well.
Yeah I would say adding on about 1k in intervals to the forums if it wouldn't look too obvious, I think it would really even things out some and make it look pretty beefy since your posts outweigh the members...

Yeah the whole drama thing on the net is a given (power struggles), it's something I have never understood neither. However that's why I posted it in the beginning of the posting for this hack. On a side-note I'm working on a solution for auto-posting now where if you use this hack to have them look like real posters
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:30 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.17530 seconds
  • Memory Usage 2,341KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_php
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete