Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
microAUCTIONS (Auction Classifieds) Details »»
microAUCTIONS (Auction Classifieds)
Version: 4.3.1, by MaryTheG(r)eek MaryTheG(r)eek is offline
Developer Last Online: Mar 2012 Show Printable Version Email this Page

Category: Major Additions - Version: 4.0.x Rating:
Released: 12-28-2009 Last Update: 01-04-2010 Installs: 55
DB Changes Uses Plugins Auto-Templates
Additional Files Translations  
No support by the author.

*** Link Removed ***

Supporters / CoAuthors

Show Your Support

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

Comments
  #2  
Old 12-29-2009, 04:56 PM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can find a demo at:

http://www.microhellas.com/dev4/auctions.php
Login:
Username: demouser
Password: demopass


Maria
Reply With Quote
  #3  
Old 12-29-2009, 05:14 PM
Kolbi Kolbi is offline
 
Join Date: Mar 2009
Location: D - S?dbaden
Posts: 899
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you!
Reply With Quote
  #4  
Old 12-29-2009, 05:23 PM
Big-Pete Big-Pete is offline
 
Join Date: May 2009
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Maria
Reply With Quote
  #5  
Old 12-29-2009, 05:34 PM
ragtek ragtek is offline
 
Join Date: Mar 2006
Location: austria, croatia
Posts: 1,630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

WOW, very nice, but is it sooo hard to use the actiontemplates?

Also you could just use the pm datamanager instead of
PHP Code:
// Get visitor's data for message to Seller
    
$visitor_get getRecordById("user",$visitorid,"userid");
    
$visitor_username $visitor_get["username"];
    
$vbulletin->db->query_write("INSERT INTO " TABLE_PREFIX "pmtext
                                        SET fromuserid = '
$visitorid',
                                            fromusername = '
$visitor_username',
                                            title = '
$title',
                                            message = '
$bodytext',
                                            touserarray = '',
                                            iconid = '0',
                                            dateline = '
$timenow',
                                            showsignature = '0',
                                            allowsmilie = '1',
                                            reportthreadid = '0'"
);
    
$messageid=$vbulletin->GPC['pmtextid'] = $db->insert_id();
    
$vbulletin->db->query_write("INSERT INTO " TABLE_PREFIX "pm
                                        SET pmtextid = '
$messageid',
                                            userid = '
$sellerid',
                                            folderid = '0',
                                            messageread = '0',
                                            parentpmid = '0'"
);
    
$msguserid=$vbulletin->GPC['pmid'] = $db->insert_id();
    
$vbulletin->db->query_write("UPDATE " TABLE_PREFIX "user SET pmunread=pmunread+1 WHERE userid=$sellerid"); 
I can only write every time: I really like your add-ons(the ideas), but the code is often very horrible
Reply With Quote
  #6  
Old 12-29-2009, 05:48 PM
goblues goblues is offline
 
Join Date: Aug 2004
Posts: 145
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MicroHellas View Post
You can modify the code to meet your needs, but you can't share this modification.
Maria
Does mean What I think it means? We can't share any addons for this mod?
Reply With Quote
  #7  
Old 12-29-2009, 05:55 PM
pozo pozo is offline
 
Join Date: Sep 2008
Location: Germany
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tagged for future use :up:
Reply With Quote
  #8  
Old 12-29-2009, 06:01 PM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by goblues View Post
Does mean What I think it means? We can't share any addons for this mod?
You understood perfectly. You can do anything you like for your own use, but that all. Your modifications should be used for your site(s) and just for it.


Maria
Reply With Quote
  #9  
Old 12-29-2009, 06:14 PM
MaryTheG(r)eek MaryTheG(r)eek is offline
 
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ragtek View Post
WOW, very nice, but is it sooo hard to use the actiontemplates?I can only write every time: I really like your add-ons(the ideas), but the code is often very horrible
Actually I do believe that my code is very smart. That's why my mods are so easy upgradable to all versions.

By the way, a question. By using the datamanager I've to follow permissions rules for messages (eg Receive PMs or not, Ignore lists etc)? I think yes. But this is what I want to avoid. I want to give to those who have turn off PMs to avoid messages from forums, to be able to receive message for their auctions.

In my early days here some users were reporting me because my code was "unsecure". Now you're coming by saying that my code is horrible. My questions are:
  • Is it secure?
  • Does it works as it must work?
  • Is it fast?
I do believe that all answers are YES!!. So, feel free to get my ideas (really I've so many), and let my code out. Finally not all vB users are users with the top websites or with the thousands members. I'm hobbist coder, and I'm posting my mods targeting to hobbists webmasters.

Maria
Reply With Quote
  #10  
Old 12-29-2009, 06:22 PM
BlackJacket's Avatar
BlackJacket BlackJacket is offline
 
Join Date: Nov 2008
Location: 070108111114105100100
Posts: 364
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Definitely something i could use.

Thanks!
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 07:27 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07780 seconds
  • Memory Usage 2,315KB
  • 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
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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