View Full Version : Miscellaneous Hacks - EPC Massive User Creator :: Using PHP and .NET (ALL SOURCES)
blogtorank
08-07-2007, 10:00 PM
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 (https://vborg.vbsupport.ru/member.php?u=4259) 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 (https://vborg.vbsupport.ru/showthread.php?t=117933) 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:
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:
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:
$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? :rolleyes:
blogtorank
08-08-2007, 12:36 PM
Reserved for later purposes...
Deepdog009
08-08-2007, 01:10 PM
outstanding Blogtorank,,, Im fascinated by this and will look more into it... ;)
blogtorank
08-08-2007, 01:28 PM
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.
Magnumutz
08-08-2007, 02:17 PM
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?
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.
blogtorank
08-08-2007, 02:23 PM
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.
blogtorank
08-08-2007, 02:28 PM
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! :cool:
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.
blogtorank
08-08-2007, 02:43 PM
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!
AzzidReign
08-08-2007, 04:12 PM
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 :(
blogtorank
08-08-2007, 04:24 PM
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? 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!
FleaBag
08-08-2007, 06:28 PM
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.
FreshFroot
08-08-2007, 06:32 PM
interesting.. I can go both ways with this hack.. the good and the bad.
Deepdog009
08-08-2007, 06:45 PM
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... :cool:
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...
Floris
08-08-2007, 08:51 PM
People who blame me will be ignored for the full 100%. I have nothing to do with this modification.
blogtorank
08-08-2007, 11:30 PM
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.
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?
blogtorank
08-09-2007, 03:43 AM
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.
blogtorank
08-09-2007, 04:35 AM
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 :cool:
0tolerance
08-09-2007, 05:03 AM
I think this is a brilliant modification...
my only problem is having to get out the install disc for all my .NET application :).
Never the less, i think you are a bright minded talented person to think of this.
because just think if you have 100 members people arent going to sign up
if you have 2000 members, people are going to think, wow this site looks active, i want to take part!
I bow to you sir!
blogtorank
08-09-2007, 05:22 AM
HAHA, well you better dust off the disk and the case, cause you'll like this guaranteed it's pretty nifty. I would say it's endless, because some admins of forums should be able to take a service to the forums owner telling them they can increase the member ratio (only until I get this other idea worked out for auto-content) for a small charge of such and such. Just a bit of insight for the ones that wanna make a bit extra $ if they wanted.
I'm not here to profit off my toys, I'm here to share some innovations!
gforce75
08-09-2007, 05:41 AM
Lol, nice concept
Magnumutz
08-09-2007, 01:01 PM
I'm not here to profit off my toys, I'm here to share some innovations!
My hat off to you.
P.S.: I've nominated this for MOTM... hope you don't mind :p
blogtorank
08-10-2007, 04:10 AM
My hat off to you.
P.S.: I've nominated this for MOTM... hope you don't mind :p
Ahhhhhh man that's cool dude thanks!
How about when part II is done :) cause we are working on the content solution now for these new so called "members." :cool:
lazytown
08-10-2007, 06:33 AM
HAHA, well you better dust off the disk and the case, cause you'll like this guaranteed it's pretty nifty. I would say it's endless, because some admins of forums should be able to take a service to the forums owner telling them they can increase the member ratio (only until I get this other idea worked out for auto-content) for a small charge of such and such. Just a bit of insight for the ones that wanna make a bit extra $ if they wanted.
I'm not here to profit off my toys, I'm here to share some innovations!
Nice of you to share. I'm not trying to create drama, but just informing others out there who may not know any better. Doing that would probably be illegal or could possibly result in a lawsuit here in the US -- unless you fully disclosed exactly what you were doing to your client (even then it's a little iffy).
blogtorank
08-10-2007, 06:59 AM
Nice of you to share. I'm not trying to create drama, but just informing others out there who may not know any better. Doing that would probably be illegal or could possibly result in a lawsuit here in the US -- unless you fully disclosed exactly what you were doing to your client (even then it's a little iffy).
Well that's up to the owner and the person that's offering it! Just like posting a disclaimer:
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? :rolleyes:
iogames
08-10-2007, 04:31 PM
Nice of you to share. I'm not trying to create drama, but just informing others out there who may not know any better. Doing that would probably be illegal or could possibly result in a lawsuit here in the US -- unless you fully disclosed exactly what you were doing to your client (even then it's a little iffy).
You're right, a single Advertiser can sue you big time!
Anyways, nice cheating! :p
0tolerance
08-12-2007, 06:45 AM
Im not sure how adding members to your own forum can give some one the grounds to sue you...
vBulletin allows you to create members using the control panel.. so i dont see how using a program to do the same thing is illegal in any way.
i nominated this for mod of the month
blogtorank
08-12-2007, 07:27 AM
Nice of you to share. I'm not trying to create drama, but just informing others out there who may not know any better. Doing that would probably be illegal or could possibly result in a lawsuit here in the US -- unless you fully disclosed exactly what you were doing to your client (even then it's a little iffy).
No it's not "DRAMA" it's called just thinking outside the box, but who the hell said it's illegal to create new users on your own forums as other 0tolerance stated and it's been like that since Day 1 with vB creating users from the admin side without capturing IPs and etc.... So I would check your "law books" on this once more to see if your George Bush passed this as a new Law :rolleyes:
blogtorank
08-12-2007, 07:29 AM
You're right, a single Advertiser can sue you big time!
Anyways, nice cheating! :p
George Bush passed this into a law? I don't recall any sort of Statue or Federal Law within any sort of law books :rolleyes:
blogtorank
08-12-2007, 07:32 AM
i nominated this for mod of the month
Many thanks we are currently working on the autoposting hack now where it'll take whatever LIST of users you define and............ No more told until released!
lazytown
08-12-2007, 09:25 AM
First, don't make assumptions about people (they're wrong) -- you asked for no Drama but you've just made some.
Second, anytime you misrepresent something and people pay money to advertise on your site, you are liable for misrepresentation and can be sued if they feel they paid more based on that misrepresentation. It's called fraud -- but really only matters if you accept advertisers. Imagine if CBS made it look like they had twice the viewers for a television show that they really had. You don't think the advertisers would be asking for half their money back if they found out the numbers were wrong?
I'm not making any judgments on people. I just want them to be aware so they don't necessarily follow bad advice (the mod is a neat idea -- your suggestion on charging people for bumping up a forum owner's membership was not a good one in my opinion -- as long as it's deception).
-vissa
blogtorank
08-12-2007, 08:43 PM
Yes, but plain point I made it a fact that's up to "THEM." However you want to do it just like I said, just throwing ideas out there and appreciate your thoughts on it though. NO one is accountable for another's actions or reactions!
However the hack is here for anyone to utilize and learn how it all works as a learning curve as I stated in the post. Comments on how the hack can be used and utilized is up to the End-User, I just threw an idea out there, but as I stated that's up to the "End-User" to decide on what to do with the hack.
Anyhow thanks for your concern and comments.
Because the auto-poster is going to be released here shortly since these so called "new / dead users" need to be posting. So I have the void covered now with the auto-posting of "REAL" content finalized. Just doing a bit more touch-ups and will create a new hack just for the users that this tool creates and the usernames the End-user wants to define...
It's a lite hack and will expand on it as time allows. Just as I said it's here for a learning curve, and if anything think of click fraud on Google is more burdensome than my little ole "suggestion." I never have used Google for advertising but hear of Google being sued non-stop due to click fraud (http://www.google.com/search?q=click+fraud+lawsuit+google). (see for yourself)
Remember this hack is up to whomever wants to use it and they can consult with their "licensed/barred attorney" on how much fraud this imposes to add massive users vs how you can add a single user inside the backend of vBulletin as the admin... No drama here, just the facts that I appreciate to go off a very viable source for "legal information."
blogtorank
08-13-2007, 07:50 AM
Ok folks, enough of the "missing" voids, a few days later we now have:
EPC Autoposter for vBulletin Hack (https://vborg.vbsupport.ru/showthread.php?p=1316390)!
So enjoy!
cheat-master30
08-13-2007, 08:57 AM
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? 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!
Yahoo does not own Yahoo Group content. I'm sure people can actually create their own Yahoo Groups, therefore it is either the group creator or posting members there's content, not that of Yahoo. It's like Jelsoft going after all those who take content from vBulletin forums, or Invisionfree going after all those who take from forums hosted by them. It's not their problem, it's that of the individual owner.
About this modification though. While I do not really agree with the idea of it, it happens to be a legitimate modification which may have some uses. Maybe to register members who cannot register normally by bulk because of spam controls being too strict, or for various other reasons. Or to import from an old forum on mass.
Besides, anyone who misuses it only has themselves to blame. You can easily see what forums will use this or the fake statistics mod due to ratios between posts and members or the like.
blogtorank
08-13-2007, 09:06 AM
Yahoo does not own Yahoo Group content. I'm sure people can actually create their own Yahoo Groups, therefore it is either the group creator or posting members there's content, not that of Yahoo. It's like Jelsoft going after all those who take content from vBulletin forums, or Invisionfree going after all those who take from forums hosted by them. It's not their problem, it's that of the individual owner.
About this modification though. While I do not really agree with the idea of it, it happens to be a legitimate modification which may have some uses. Maybe to register members who cannot register normally by bulk because of spam controls being too strict, or for various other reasons. Or to import from an old forum on mass.
Besides, anyone who misuses it only has themselves to blame. You can easily see what forums will use this or the fake statistics mod due to ratios between posts and members or the like.
Good to know about the Yahoo groups so others can chime in on! Thanks for sharing that valuable information here.
As you stated and we stated, no one is responsible for other's actions and reactions all in all, you do what you want, take responsibility :) Thanks again cheat-master30!
Best regards,
BTR
st1905
08-18-2007, 11:40 AM
I`ve just downloaded and installed cant wait to see the results of massive user creator + auto poster. It is an awesome combo for forum owners. Thank you.
blogtorank
08-18-2007, 01:10 PM
You are very welcome and if you require any assistance, you know feel free to let us know. We have just now added another hack to go with this whole series we have made so far. Just here to broaden the minds is all!
blogtorank
08-19-2007, 06:55 PM
I have noticed on alot asking us to help make releases which we are doing on a per request basis, we have noticed that some are missing the core requirements of having XML_RPC compiled in to make this work...
If you upload the rpc_users.php file and then display it in a browser and see this:
Warning: require_once(XML/RPC.php) [function.require-once]: failed to open stream: No such file or directory in /rpc_users.php on line 6
Fatal error: require_once() [function.require]: Failed opening required 'XML/RPC.php' (include_path='.:/usr/local/lib/php/') in /*************/*************/*************/*************/www/rpc_users.php on line 6This means one thing, your PHP hasn't been complied in with XML_RPC, do note if you do a phpinfo() or view your PHP info make sure to verify that you have XML_RPC compiled in and it's showing.
If you have installed this on your forums, and go point your browser to the rpc_users.php and see this:
Nothing for you to see here. Please move along.This means everything works perfectly :)
Thought I would post this in hopes to help others out with this issue, make sure you have XML_RPC installed to use this. It's the means of communication of the application to the forums/server.
Best regards,
BTR
Edited and added in:
If you have SSH you can verify if PHP Pear package XML_RPC is installed by checking:
> pear info xml_rpc
About pear.php.net/XML_RPC-1.5.1
================================
Release Type PEAR-style PHP-based Package
Name XML_RPC
Channel pear.php.net
Summary PHP implementation of the XML-RPC protocol
Description A PEAR-ified version of Useful Inc's XML-RPC for
PHP.
It has support for HTTP/HTTPS transport,
proxies and authentication.
Maintainers Stig Bakken <stig@php.net> (lead)
Daniel Convissor <danielc@php.net> (lead)
Release Date 2006-10-28 13:06:09
Release Version 1.5.1 (stable)
API Version 1.5.0 (stable)
License PHP License
(http://www.php.net/license/3_01.txt)
Release Notes * Turn passing payload through
mb_convert_encoding() off by default. Use new
XML_RPC_Message::setConvertPayloadEncoding()
and XML_RPC_Server::setConvertPayloadEncoding()
to turn it on. Bug 8632.
* Have XML_RPC_Value::scalarval() return FALSE
if value is not a scalar. Bug 8251.
Compatible with pear.php.net/PEAR
Versions >= 1.4.0a1, <= 1.4.9
Required Dependencies PHP version 4.2.0
PEAR installer version 1.4.0a1 or newer
Extension xml
package.xml version 2.0
Last Modified 2006-12-14 22:21
Previous Installed 1.4.7
Version
>
If it's not showing up, you can type in the following to be sure, in ours it shows installed so it's just simply ignoring the pear command:
> pear install xml_rpc
Ignoring installed package pear/xml_rpc
Nothing to install
>
To learn more about XML_RPC go here:
http://pear.php.net/package/XML_RPC/
Hope this helps!
Magnumutz
08-19-2007, 07:26 PM
Ok... by "my php", do you mean the webserver's php or the rpc_users.php file?
Anyway it is, i have no idea on how to compile it.
blogtorank
08-19-2007, 07:33 PM
Your webserver's php.
If anything just upload a new PHP file (name it phpinfo.php) with the following code in it:
<?php
phpinfo()
?>
Then you'll be able to see all you have compiled into PHP, by simply typing in http://www.yourdomainname.com/phpinfo.php ! Hope this helps, and here is a link on this to learn more as well:
http://www.php.net/phpinfo
Magnumutz
08-19-2007, 08:01 PM
Yeah... i don't have it compiled: http://haste-network.net/php.php
blogtorank
08-19-2007, 08:05 PM
No you do NOT have XML_RPC.... that's an XML only.... Please remove that file so no one can access this for security reasons :)
blogtorank
08-19-2007, 08:10 PM
Here's what it should say underneath the xml, see the below screenshot... So here's my suggestion, go to your webhost (hopefully) then ask NICELY :) to ensure that xml_rpc is compiled into PHP show them the screenshot below...
I can't help you out there, as I don't own the server or host your site, but in today's age I would suggest that any host have xml_rpc compiled in to allow their clients to host sites that have webservices that require this....
As you know, they "may" give you some excuse on why not, and if that's the case it's time to find yourself a flexible and very reliable webhost.
nickypoooo
08-27-2007, 10:34 PM
This is a great mod, thank you.
I have the same Warning and I hope you can help.
Here's what it should say underneath the xml, see the below screenshot...
My php info shows the same as yours
69157
but I still get that error:
Warning: main() [function.main]: open_basedir restriction in effect. File(/XML/RPC.php) is not within the allowed path(s): (/var/www/vhosts/mydomain.com/httpdocs:/tmp) in /rpc_users.php on line 6
Warning: main(XML/RPC.php) [function.main]: failed to open stream: Operation not permitted in /rpc_users.php on line 6
Fatal error: main() [function.require]: Failed opening required 'XML/RPC.php' (include_path='.:') in /var/www/vhosts/mydomain.com/httpdocs/forums/rpc_users.php on line 6
Any help will be appreciated.
Thank you
blogtorank
08-27-2007, 11:39 PM
Your server has restrictions there just like the error stated:
open_basedir... Meaning it's a locked down server from your sysadmin or someone...
nickypoooo
08-29-2007, 05:34 AM
I run my forum on my server and I can chage anything I want, Do you have an idea of what I need to change to get your mod to work?
Thank you
blogtorank
08-29-2007, 06:25 AM
I don't run your server nor am I your sysadmin, but the only thing I can say is that this is your issue:
open_basedir restriction in effect.
This should help you here:
http://www.php.net/features.safe-mode
All in all your server is running in safe-mode as depicted :)
Twisted Chaos
08-29-2007, 02:43 PM
Well i see this hack as beneficial... could you make it so that it would email the actual email address about the account info and what not...
I could use this to make memberships for my clans members and remove the registration moderation stuff... :D ...well actually disable the whole registration period aside from this...
registration by admin only... sweet deal there... lol
Please???? lol thanx
my email address is amysticallegend at hotmail dot com
the url to my forums is www dot leagueofeight dot com
the php file will be in the root. ex. www dot leagueofeight dot com / rpc_users.php
blogtorank
08-29-2007, 03:07 PM
Well i see this hack as beneficial... could you make it so that it would email the actual email address about the account info and what not...
I could use this to make memberships for my clans members and remove the registration moderation stuff... :D ...well actually disable the whole registration period aside from this...
registration by admin only... sweet deal there... lol
Please???? lol thanx
my email address is amysticallegend at hotmail dot com
the url to my forums is www dot leagueofeight dot com
the php file will be in the root. ex. www dot leagueofeight dot com / rpc_users.php
Do see the rpc_users.php here, which you can set the options adminemail to 1 :) this will turn on e-mail receiving globally when you set this to 1 rather than 0
$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
So you are asking if I could make you an actual exe in respect to your forums, since you have no .NET development??
Twisted Chaos
09-04-2007, 04:33 AM
i have placed the rpc_users.php in the root as i stated now... but i noticed in the php file it is looking for some rpc.php file in the xml folder?
define('THIS_SCRIPT', 'rpc_users.php');
require_once('./includes/init.php');
require_once('./includes/class_dm.php');
require_once('./includes/class_dm_user.php');
require_once('XML/RPC.php'); *
require_once('XML/RPC/Server.php'); *
Where do i get all of those included files from? I dont see any of the * ones in the download.....
and Yes i am asking for a build... i have Visual Studio 6.0 and I plan on upgrading to .NET 2005 or later soon.... but until then I would need a build
blogtorank
09-04-2007, 05:19 AM
XML/RPC is a PEAR Mod that's located inside your /usr/lib/php/XML :)
The other includes come packaged up with your vbulletin script.
Well build is only given if you shoot us a PM and we will build you one in our spare time :)
DNshrine
10-06-2007, 10:37 PM
Any chance of having this released for *nix systems any time soon?
Iskib
10-12-2007, 12:15 PM
--------------------------------------------------------------------------------
I purchased the full version of another one of this guys products. It has been 5 days and still not able to download it. They have asked for information which I have sent and still the file is not there to download.
I have sent 3 support tickets with no response.
************WARNING**************
STAY AWAY
Neutral Singh
10-20-2007, 03:29 PM
this works!! amazing!!
Twisted Chaos
01-03-2008, 12:49 AM
hey i know this is an odd request... but is there anyway we could make this for an invidual user basis with more info and be able to remove the register.php? and have it as a request registration page?
i would love to make it admin only user registration via application if i could.... high security :D
Ba$im
01-08-2008, 06:56 PM
hi
amazing work really
still have problem if user was non english
I get this
response from server does not contain valid xml
hope you can help me on this
thanks
Ba$im
01-08-2008, 07:29 PM
hummm after some play around
there are problem if username have space
for example
Z orny
also if username begin with number
also it so tired cuz first you must search for user then
search for email and make list
I think this will be so great if it work as bot going on aouther forum
or yahoo or google gorup
get user from them and make auto generator for email
as well as if you can make it work as cronjob
so it will work every hour
so it will sign 100 user every hour
I think this what will be really amazing
if you can do that let me know i can paid for you
have a great day
Twisted Chaos
01-11-2008, 08:08 PM
I have almost finished a modified version of this script...
Instead of having a multiple of users registered at once I created one that will allow registrations by an application only...
It requires a log in and allows for more information for the user...
It is based of the RPC scripts so i will give him most of the credit
Neutral Singh
03-12-2009, 06:35 PM
This still works like a charm...Thank you.
jononline
03-02-2011, 04:03 PM
does it work with vbulletin 4.1.2?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.