vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - VBay! Transform your vbulletin into an auctionhouse! (https://vborg.vbsupport.ru/showthread.php?t=132544)

dartho 11-29-2006 01:02 AM

Quote:

Originally Posted by Blaine0002 (Post 1127450)
I have an admincp and a fixed day count at home.... since noone has found any bugs so far i guess it will be able to be used on whatever board you want.
I will release an update when I get home

Awesome! I'll be putting up a live auction using this tonight if you release it. :D

Blaine0002 11-29-2006 01:46 AM

Updated! thanks for the good words guys :)

Remember! if you installed it please click install!

dartho 11-29-2006 02:16 AM

bug?

Parse error: parse error, unexpected '}', expecting ']' in vbayadmin.php on line 118

dartho 11-29-2006 02:28 AM

I fixed that (you were missingf a closing "]") buut am get 404's when trying to use any of the admincp options such as add or edit a category...

pesxliga 11-29-2006 04:29 AM

Quote:

Originally Posted by dartho (Post 1127778)
bug?

Parse error: parse error, unexpected '}', expecting ']' in vbayadmin.php on line 118


i have the same error any idee to fixe it ?

SledgeHammer101 11-29-2006 04:39 AM

Quote:

Originally Posted by pesxliga (Post 1127836)
i have the same error any idee to fixe it ?

Open your vbayauction.php and change Line 118 + 119 to

PHP Code:

$db->query("update " TABLE_PREFIX "vbay_categories set catitems = catitems-1 where catid='{$item['catid']}'");
$db->query("delete from " TABLE_PREFIX "vbay_items where id='".$_POST['id']."'"); 



There are 2 missing "]".
But you still get an 404 error if you want to add a new category, still don't fixed that.

DaReD3ViL 11-29-2006 08:33 AM

This is great! Thank you for codeing this!!
I can't wait to see a stable release.

MrNase 11-29-2006 08:53 AM

Blaine0002: Does my code work for you?

Blaine0002 11-29-2006 10:18 AM

Quote:

Originally Posted by MrNase (Post 1127935)
Blaine0002: Does my code work for you?

Yep! i added it to my script

as for the errors sorry, it was a little rushed, ill try to fix during class today.

UncoderMom 11-29-2006 02:15 PM

Do you know how long it will be for the Itrader integration?

Blaine0002 11-29-2006 05:25 PM

I will work on it tonight, im sure it wont be finished though...

Updated with file fix.

couldnt find any errors with the admincp links.... ill need to test it out once I get home.

ociosos 11-29-2006 06:40 PM

hi great hack...

one question, how will the seller be notified if the item was sold and the count down for the days it is not showing... mm any ideas? i can post items but can not close an item.

and y can not use the buy it now option...

mmm

wonder if you release the update...

btw it is a great hack simply and clean...

thank you for taking the time to read this...

UncoderMom 11-29-2006 06:55 PM

Also, is there a way to restrict how many listings a user gets per month? like by usergroups? Possible?

Blaine0002 11-29-2006 08:57 PM

Maybe click install so i know you guys are using my product first :)

James Desalus 11-29-2006 11:17 PM

What would really make this phenomenal would be the ability to add/create currencies other than USD.

Other than that, great job on this. :)

Blaine0002 11-30-2006 12:00 AM

thanks for your suggestions guys, i will take them all into account.

Keyser S?ze 11-30-2006 04:34 AM

this is a real cool idea and for some sites will be extremely helpful, however ur opening urself up to be sued for copyrights by ebay

hawgjaw 11-30-2006 11:13 AM

Quote:

Originally Posted by SledgeHammer101 (Post 1127841)
Open your vbayauction.php and change Line 118 + 119 to

PHP Code:

$db->query("update " TABLE_PREFIX "vbay_categories set catitems = catitems-1 where catid='{$item['catid']}'");
$db->query("delete from " TABLE_PREFIX "vbay_items where id='".$_POST['id']."'"); 



There are 2 missing "]".
But you still get an 404 error if you want to add a new category, still don't fixed that.

Anyone figure out how to get rid of The requested URL /admincp/Vbay.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

hawgjaw 11-30-2006 11:44 AM

Quote:

Originally Posted by MrNase (Post 1127935)
Blaine0002: Does my code work for you?

Where are we adding that code too? Thanks in advance.

Josh1 11-30-2006 01:56 PM

This looks really cool, neat idea! :D.

HansMuenchen 11-30-2006 02:44 PM

Hi,

really nice idea!

The only things I miss will be :
  1. Different Currency
  2. Possibility to let the Trader pay for the auction (percent from the highest bit bit) for example if the auction ends at 100 $ and he has pay 3% to the auction hous he has to pay 3 $
  3. Possibility of the evaluation
  4. Payment over paypal, ccbill etc.

But it looks good!

Greetings
Hans

Blaine0002 11-30-2006 06:10 PM

Quote:

Originally Posted by Keyser S?ze (Post 1128499)
this is a real cool idea and for some sites will be extremely helpful, however ur opening urself up to be sued for copyrights by ebay

How so?
what have i copied from ebay?

For the errors you guys get, what are you clicking on that makes that error

hawgjaw 11-30-2006 06:22 PM

In the admincp trying to add cats or edit them you can get to it then when you hit edit or add it gives that 404 error.

Martin-TMGRS 11-30-2006 08:08 PM

Cool hack ;)

But when I try to goto Main Settings in Vbay settings nothing comes up!!!! Any help would be great

hawgjaw 11-30-2006 08:34 PM

The main settings tab takes you too your regular cp options you then go to vbay in the drop down box for your main settings.

Shana 12-01-2006 12:26 AM

Any progress?

dartho 12-01-2006 12:36 AM

WHen using anyoptions in the AdminCP, upon accepting it redirectes to vbay.php rather than vbayadmin.php. To fix this redirect, I did a search and replace in the vbayadmin.php file on "Vbay" for "VbayAdmin" (matching the case and including the quotes as part of the search string) and also 'Vbay' for 'VbayAdmin' (same as above, but only single Quotes.

But then I get other errors:
Quote:

Originally Posted by Error
Fatal error: Call to undefined function ParseInputs() in vbayadmin.php on line 213

If I comment out the 2 lines which have calls to ParseInputs() it partially works - I can add new categories and delete categories but if I try to rename a category, I end up with a blank names.

I'm sure Blaine has a bit more to add to it yet..

As yet there is no notification of an auction completing for either the buyer or the seller and no way of telling that the auction has finished except the "Days" is a '.' (period) rather than a remaining time.

As for ebay suing you, they get very ansy and all legal like over anything to do with auctions that rhymes with their name, a name change may be a good idea.

Keep up the good work Blaine!

hawgjaw 12-01-2006 03:32 AM

Fatal error: Call to undefined function: parseinputs() in /home/bedrocks/public_html/admincp/vbayadmin.php on line 172
How are you comment these 2 lines out dartho? Thanks

dartho 12-01-2006 10:21 AM

put 2 forward slashes in front of the lines - //

Bounce 12-01-2006 02:04 PM

When adding new category as mentoned above get:

The requested URL /forum/admincp/Vbay.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle th
e request.

Same if I want to delete an auction etc

pds 12-01-2006 05:59 PM

Great Hack, huge potential!

I installed on my dev forum and get the following error:

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting '}' in /home/mysite/public_html/forum/admincp/vbayadmin.php on line 119

Another thought would be tying it in to vbux so users have to spend a couple bux to start a auction.

Your on to something great, good luck!

pds 12-01-2006 05:59 PM

Quote:

Originally Posted by hIBEES (Post 1129426)
When adding new category as mentoned above get:

The requested URL /forum/admincp/Vbay.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle th
e request.

Same if I want to delete an auction etc

vbay.php is not in your admincp dir if installed correctly. try /forum/Vbay.php

chick 12-01-2006 06:36 PM

After install and click on Category controls I get this error? What should I do???

Quote:

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting '}' in /home/xxxxx/public_html/forum/admincp/vbayadmin.php on line 119
all admin pages show these errors... though the auction page looks GREAT...help

Blaine0002 12-01-2006 07:30 PM

Sorry, seems there are some major problems with the admincp... ill get these fixed once I get home tonight (had jazz band all day) :sleep:

chick 12-01-2006 07:46 PM

Thank u, hurry home. This is a cool prog!

JohnBee 12-01-2006 09:30 PM

Any chance this could work with 3.5? were not scheduled to update for at least 6 more months and our forum has a buy sell /trade section, this would be a phenomenal feature to add :D

Blaine0002 12-02-2006 03:05 AM

Should work, give it a shot at it on a test board and post your results here.

klaush 12-02-2006 06:55 AM

Quote:

Originally Posted by Blaine0002 (Post 1129785)
Should work, give it a shot at it on a test board and post your results here.

Yes, it works on 3.5.x, but there are blank pages in the admin control panel, so you can?t configure any thing.

chick 12-02-2006 09:46 AM

Quote:

Originally Posted by Blaine0002 (Post 1129785)
Should work, give it a shot at it on a test board and post your results here.

Are the admin errors fixed? What should I do?

DannyMilner 12-02-2006 09:49 AM

Great idea, I will install this on my new project once I get started :D


All times are GMT. The time now is 08:59 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.02908 seconds
  • Memory Usage 1,828KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete