Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

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
  #2  
Old 08-08-2007, 12:36 PM
blogtorank's Avatar
blogtorank blogtorank is offline
 
Join Date: Jan 2006
Posts: 450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Reserved for later purposes...
Reply With Quote
  #3  
Old 08-08-2007, 01:10 PM
Deepdog009's Avatar
Deepdog009 Deepdog009 is offline
 
Join Date: Dec 2004
Location: Almost out of PHP TZone
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

outstanding Blogtorank,,, Im fascinated by this and will look more into it...
Reply With Quote
  #4  
Old 08-08-2007, 01:28 PM
blogtorank's Avatar
blogtorank blogtorank is offline
 
Join Date: Jan 2006
Posts: 450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #5  
Old 08-08-2007, 02:17 PM
Magnumutz's Avatar
Magnumutz Magnumutz is offline
 
Join Date: Feb 2006
Location: Romania
Posts: 731
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So, this can be used to make "bot" members? Instead of cheating the statistics, this actually makes users?

Pretty nice i could say, this makes the "Fake Statistics" look like a puppy :P

*Clicks install...*

Now i gotta get .NET and see what's up...

P.S.: blogtorank...in your vB Version field, i see your using 3.8.0? Is that a typo, or have you been selected to test a new vB version?
Reply With Quote
  #6  
Old 08-08-2007, 02:23 PM
Rich's Avatar
Rich Rich is offline
 
Join Date: Mar 2004
Location: U.S.A
Posts: 921
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So this will allow a new forum the ability to add thousands of users to their site, that don't really exist, to make their site look as if it is more active than it really is? You may want to mention to those thinking this is a great feature that if your site says it has 10,000 users and the site only contains 300 threads or posts, your site will not look "great", but rather like you have a ton of users who do not post.

Anyone who uses this feature needs to do so in moderation. It isn't something I would ever use (I wont unleash the drama aspect) but those that do should keep in mind the ratio of posts to users that they have. A site with thousands of users and no activity is worse than an active site with fewer users.
Reply With Quote
  #7  
Old 08-08-2007, 02:23 PM
blogtorank's Avatar
blogtorank blogtorank is offline
 
Join Date: Jan 2006
Posts: 450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Magnumutz View Post
So, this can be used to make "bot" members? Instead of cheating the statistics, this actually makes users?

Pretty nice i could say, this makes the "Fake Statistics" look like a puppy :P

*Clicks install...*

Now i gotta get .NET and see what's up...

P.S.: blogtorank...in your vB Version field, i see your using 3.8.0? Is that a typo, or have you been selected to test a new vB version?
Yes it makes "actual" members on the forums.

Man I'm using v1.0.0 of vBulletin still Just kidding. That's a typo in my "user profile" in regards to 3.8.0, I'm on 3.6.8 I don't know what I was thinking, just only human man! So yeah enjoy this and if you got any questions feel free to ask here in the thread.
Reply With Quote
  #8  
Old 08-08-2007, 02:28 PM
blogtorank's Avatar
blogtorank blogtorank is offline
 
Join Date: Jan 2006
Posts: 450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rich View Post
So this will allow a new forum the ability to add thousands of users to their site, that don't really exist, to make their site look as if it is more active than it really is? You may want to mention to those thinking this is a great feature that if your site says it has 10,000 users and the site only contains 300 threads or posts, your site will not look "great", but rather like you have a ton of users who do not post.

Anyone who uses this feature needs to do so in moderation. It isn't something I would ever use (I wont unleash the drama aspect) but those that do should keep in mind the ratio of posts to users that they have. A site with thousands of users and no activity is worse than an active site with fewer users.
Rich,

Yes this will do so, but I stated it's up to them to use and learn with. They can use Floris's hack to fill in the void of missing threads and posts if needed. This is a "standalone" and as I said it's for others to use at will and is FREE as a give-to-the-community.

Just others can use this with any other hack out there, so with Floris's hack you wouldn't have no problem filling that so called "Void" of lacking threads and posts.

Also, Thanks for the "NO-Drama" dude!
Reply With Quote
  #9  
Old 08-08-2007, 02:38 PM
Rich's Avatar
Rich Rich is offline
 
Join Date: Mar 2004
Location: U.S.A
Posts: 921
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I understand they could use the other hack to fill the void. I am referring to actual posts though. The fake stats are just for show. In the actual forums, people get to see what actually exists. If people are looking around a relatively slow site, that displays they have thousands of users and threads/posts, but the forums themselves are fairly empty, it will expose the jig. My suggestion was for those that do use this to keep that in mind.

Try to balance your threads and posts to the stats you display. otherwise, the artificial mods could actually cause your site more harm than good. If people start realizing the numbers aren't "real", they could potentially expose your site on other sites throughout the net. (Especially sites competing with you.)

Don't get carried away is all I am basically suggesting. I can see new admins thinking that adding thousands of users will help their site grow faster. It really wont if the content of the site is lacking.
Reply With Quote
  #10  
Old 08-08-2007, 02:43 PM
blogtorank's Avatar
blogtorank blogtorank is offline
 
Join Date: Jan 2006
Posts: 450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Another way to help fill their voids is put some RSS feeds for "So called News" into the RSS Feed Manager and let it rip for more content. Hell I even syndicate from Craigslist.org to our advertisers forums. But there is another way to make more "threads and posts" is using Tim's AI bot on here. There's so many ways to fill a void automatically it's crazy .

Anyhow thanks for bringing all this to attention here Rich, greatly appreciated!
Reply With Quote
Reply

Thread Tools

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:22 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.07005 seconds
  • Memory Usage 2,319KB
  • Queries Executed 24 (?)
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
  • (4)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
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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