The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
VBay! Transform your vbulletin into an auctionhouse! Details »» | |||||||||||||||||||||||||||
VBay! Transform your vbulletin into an auctionhouse!
Developer Last Online: Jul 2018
VBay.
This will add an auction section to your bulletin! If you want to donate to me click the link over there ----------------------> I am open to suggestions, bugs, comments, insults, and anything else you might say to me at the time :P To do list: *use forums/categories/subforums for your auctionhouse. high bidder userid -> username *" in description cuts the description at that point add buyer name fix pm formatting add more currencies intergrate with trader ratings add paypal api bidder usergroups *hot auctions on main < - Available with addon (wont be packaged in vbay) admin editing auctions *set up for use with forum commenting. *fix amount of days an auction can be posted (more than 2 char) ability to prune old auctions make sure buy it now is using buy it now price, not bid. allow admin ability to specify bid/buyitnow/both overrides. * = Completed. Features: Full BBCode support. Specification of everything, Money Auction length ECT. Image uploader for auctions. Closed auction section. 3 auction types, bid, buy it now, or both. To install Upload files, and import product as usual Make a new usergroup and call it the sellers usergroup, do what you want with this group (allow people to request addition maybe?) Go to vbulletin options and into vbay, set the usergroup id of the sellers group you just made. To upgrade re upload all files import new product REVERT YOUR TEMPLATES Show Your Support
|
Comments |
#332
|
||||
|
||||
thx for the reccommendation, i havent read any books or looked at any tutorials on php or mysel, i just kind of taught myself
|
#333
|
||||
|
||||
Quote:
Well since you did spend the time to rework it and get it to run faster would you mind sharing with the rest of us with the permission of the author? The author would do good to look threw the changes to learn whats going on. And the rest of us can benefit from your work... What exactly have you done to it anyhow....lol |
#334
|
||||
|
||||
Hi!
I changed a lot, also the admin. More integration into vBulletin and also functions specificly for selling parrots. (see screenshot) To work with the code will cost a few days 12+ hours per day so I don't know if the author has time for it or is interested in it at all It also uses some advanced technology that requires PHP 5.2 and since vBSEO requires Zend Optimizer and PHP5.2 and Zend Optimizer has a fatal bug (returning 404 errors randomly by a segmentation fault) and also other functions require advanced knowledge of Javascript and AJAX I don't know if the author is interested or able to do it (as then it might cost weeks to do it). But I am willing to share some of the code if he is interested. Best Regards, Jan Jaap |
#335
|
||||
|
||||
Btw one anti-hacking tip which is really important to know:
Users are able to execute MySQL queries if you do not escape posted data. E.g. if you have the folowing query: Code:
"SELECT * FROM `table` WHERE `field`='{$postedinfo_x}' LIMIT 1" Code:
' AND 1 To protect against this, simply use the PHP function addslashes(): Code:
"SELECT * FROM `table` WHERE `field`='".addslashes($postedinfo_x)."' LIMIT 1" Jan Jaap |
#336
|
||||
|
||||
Wow that looks great, if you were to send code to me (which i would greatly appreciate) i would need to remove the SEO, because not everyone uses it. but yea, i would greatly benefiet from the code, it seems you have completed some aspects i have failed, (nice wysiwyg BTW.)
oh, and click install |
#337
|
||||
|
||||
Hi, hereby some of the code.
Please note, you did not yet use the vBulletin Phrase system. I have fully converted the script to use vBulletin phrases so you will need to add them to your product. Best Regards, Jan Jaap |
#338
|
||||
|
||||
Thanks for the info, its going to be hard without some of the templates though
|
#339
|
||||
|
||||
Where did you get your javascript for the WYSIWYG editor? or did you make that?
|
#340
|
|||
|
|||
I installed Vbay and it works in every way but, how do we upload pictures to the auction?
Mark, |
#341
|
||||
|
||||
Image function not yet implimented
random question for SEO, why did you make your own dotip2long when you can just use the default php ip2long()? Never mind, i see its not even being used. but i do have nother question, i do not know how SEO works, but how would i go about removing it. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|