PDA

View Full Version : Add-On Releases - MMstore RC2 (sell real items)


micheal332001
07-01-2006, 10:00 PM
Downloads for this modification have been removed according to Official Policy: When Security Vulnerabilities in Hacks are Found (https://vborg.vbsupport.ru/showthread.php?t=83253)



What is MMstore
************************************************** ***********
MMstore is a online store system for selling real items.

User area
*********
User can view items in the store.
View items by categorys
View payments to there items a user has added
Search the store for a item
See the store rules of use
Add new items if the usergroup has permissions too
View the items you have added to the store and delete them
Contact us system PM or leaves a message in the store admincp
View the PM's you have sent and delete them if no longer needed
Admincp
*******
General MMstore Settings
************************
MMstore On/Off?
Categorys Per Page
Items Per Page
Sites URL
MMstore Paypal Payment Settings
*******************************
Turn Paypal ON/OFF
Paypal URL
Return URL From PayPal
Button URL PayPal
MMstore Currency Code And Pay Symbol Settings
*********************************************
Currency Code
Pay Symbol
MMstore Image Settings
**********************
Store Image
Image URL
Image Upload Path

List Items
Store Inactive Items
Add New Items
Active Rules
Inactive Rules
Add Rules
Store Payments
Categorys
Add Categorys
Contact Us

Installation
************
1. Upload files as-is to board but not the product-mmstore free rc2.xml file.
2. Log into admincp, Goto Plugin System then manage pruducts click [Add/Import Product]
then inport the product-mmstore free rc2.xml file.
3. navigate back into admincp, (might need a refresh to get nav options)
4. click MMstore Management, then Store settings, Change the setting here to your needs
5. Edit navbar in navigation / breadcrumb templates
************************************************** ************
Find
************************************************** ************

<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
************************************************** ************
Add under
************************************************** ************

<td class="vbmenu_control"><a href="mmstore.php">Online Store</a></td>
************************************************** ************Usergroup Permissions
*********************
You will need to set all user group permissions to who can view the store and add items.
If you want to use this as a way to earn some money make the sellers by a subscription to sell items.
To do this you will need to make a new usergroup called sellers or some thing like that.
Then add a new subscription and set a price for them to sell items like.
1 month of selling ?5
3 months selling ?10
6 months selling ?25
12 months selling ?45
So when someone buys a subscription they will be able to sell as many items as they like for as long
as there subscription lasts.
All prices for subscription are up to you.
If you make them pay for subscription you will need to change the usergroup permissions so that only that usergroup can add items.
All other usergroups set to cannot add items.
6. all done add some items.

All done

Many thanks and enjoy this hack.

Thanks to SkyCatcher you can add images to the new random and most hit items by adding in this code.
When i get the time i will make a upgrade to the mmstore.php file to include this.

in mmstore.php:
---------------
find every instance of
$mmstorenewitems[price] = $mmstorenewitems['price'];and add afterwards:

$mmstorenewitems[itemimage] = $mmstorenewitems['itemimage'];
if ($mmstorenewitems[itemimage] == ""){
$mmstorenewitems[itemimage] = $noimage;
}find every instance of

$mmstorerandomitems[price] = $mmstorerandomitems['price'];and add afterwards:

$mmstorerandomitems[itemimage] = $mmstorerandomitems['itemimage'];
if ($mmstorerandomitems[itemimage] == ""){
$mmstorerandomitems[itemimage] = $noimage;
}
find every instance of

$mmstoremosthititems[price] = $mmstoremosthititems['price'];and add afterwards:

$mmstoremosthititems[itemimage] = $mmstoremosthititems['itemimage'];
if ($mmstoremosthititems[itemimage] == ""){
$mmstoremosthititems[itemimage] = $noimage;
}
There will be a couple instances where those are already in the code but there are like 20 instances where it needs to be added.

Then in
------------------
Template mmstore
------------------

Find:
<td width="33%" align="center">$newitemsrightblock<br></td>Replace with:
<td class="alt1" width="33%" align="center">$newitemsrightblock<br></td>Find
<td width="33%" align="center">$randomitemscenterblock<br></td>Replace with:
<td class="alt2" width="33%" align="center">$randomitemscenterblock<br></td>Find:
<td class="alt1" width="33%" align="center">$mosthititemsrightblock<br></td>Replace with:
<td class="alt1" width="33%" align="center">$mosthititemsrightblock<br></td>To alternate colors.


In template
----------------------------------
mmstore_mosthit_items_right_block
----------------------------------

Find:
[hits]<br>Add AFTER:
<a href="$mmstoremosthititems[itemimage]" target=_blank><img src="$mmstoremosthititems[itemimage]" width="50" height="50" align="center"></a><br /><br />In template
------------------------------
mmstore_new_items_left_block
------------------------------
Find:
[price]<br>Add AFTER:
<a href="$mmstorenewitems[itemimage]" target=_blank><img src="$mmstorenewitems[itemimage]" width="50" height="50" align="center"> <br /><br />In Template
---------------------------------
mmstore_rand_items_center_block
---------------------------------

Find:
[price]<br>Add AFTER:
<a href="$mmstorerandomitems[itemimage]" target=_blank><img src="$mmstorerandomitems[itemimage]" width="50" height="50" align="center"><br /><br />And that should do it

To add the newest items added to the store on your forum home page click here (https://vborg.vbsupport.ru/showpost.php?p=1026210&postcount=54) for how to install.
I have made a install files for the plugin that can be downloaded.

micheal332001
07-02-2006, 09:09 AM
Re-uploaded new files with out the executionorder and should work now.
Just uninstall the mmstore and redownload the zip file and install the new product.xml file.

Let me know if this works

kenanulas
07-02-2006, 09:20 AM
thank you

BCC
07-02-2006, 09:25 AM
Any Screenshots Avalible?
Thanks

micheal332001
07-02-2006, 09:29 AM
i will post screen shots later

sensimilla
07-02-2006, 10:59 AM
Nice and very handy hack, looking for final release

thans

klaush
07-02-2006, 11:12 AM
Well, we are waitung for such a store since we switched to vb.

Thanks!

Could you please include vat to the price information for in Germany you have to do that if you are selling from b2b.

Edit: First bug? The permissions donĀ“t work correctly for the usergroups.

erjavid
07-02-2006, 01:16 PM
sorry my inglish
this work in vbulletin 3.6

micheal332001
07-02-2006, 04:45 PM
sorry my inglish
this work in vbulletin 3.6

Yes i have installed it on my pc the 3.6 version and it works fine as far as i know.

micheal332001
07-02-2006, 04:47 PM
Well, we are waitung for such a store since we switched to vb.

Thanks!

Could you please include vat to the price information for in Germany you have to do that if you are selling from b2b.

Edit: First bug? The permissions don?t work correctly for the usergroups.

There is only 2 usergroup permissions for the store can view and can add items, both do work in my tests.

What version of vb are you using.

micheal332001
07-02-2006, 04:48 PM
Nice and very handy hack, looking for final release

thans

There is a final release that has 3 payment options and a PM system.
There will be more added in time to the final pro version, but i cannot talk to much on that here.

klaush
07-02-2006, 04:52 PM
There is only 2 usergroup permissions for the store can view and can add items, both do work in my tests.

What version of vb are you using.

3.5.4! Any problems known with other modifications?

Hint: If i do a reinstall i get this:

MySQL-Fehler : Unknown column 'executionorder' in 'field list'

So, my last information ist, that the column 'executionorder' only exist in 3.6?

micheal332001
07-02-2006, 05:44 PM
3.5.4! Any problems known with other modifications?

Hint: If i do a reinstall i get this:

MySQL-Fehler : Unknown column 'executionorder' in 'field list'

So, my last information ist, that the column 'executionorder' only exist in 3.6?

Ok i will look into this for you and see why this is.

PabloAM
07-02-2006, 06:09 PM
MySQL Error : Unknown column 'stormpayemail' in 'field list'

Help?

MotMann
07-02-2006, 06:45 PM
Maybe it's nice, if User can post the Article as "search", "sell" or "change".

Is that possible?

micheal332001
07-02-2006, 09:06 PM
MySQL Error : Unknown column 'stormpayemail' in 'field list'

Help?

Can you give a bit more info on this and when and where this happens so i can fix.

micheal332001
07-02-2006, 09:08 PM
Maybe it's nice, if User can post the Article as "search", "sell" or "change".

Is that possible?

Yes this is and can be added.
I will see what i can do.
But can you give a bit more info on what you mean i think i know what you mean, but more info would be good lol.

MotMann
07-02-2006, 09:21 PM
https://vborg.vbsupport.ru/attachment.php?attachmentid=50199&d=1151862593

Well... that there is a row, where the User can select "Sell", "Change" or "Search".

funinthesun
07-02-2006, 10:22 PM
Just a quick note but can 'Welcome to are store' be changed to 'Welcome to our store. Thanks :)

Been waiting for this for a very very long time!

SCORPION1
07-02-2006, 11:15 PM
hi there i got this error when try a tester on the board
Database error in vBulletin 3.5.4:

Invalid SQL:
INSERT INTO mmstore_items ( itemname , itemdiscription , catid , itemimage , submitterid , submitter , paypalemail , stormpayemail , moneybookers , price , amounttosell , shippingamount , aprove ) VALUES ('this is a tester','kjhzjh zkjhz hjkzshdhrihz kjhzkhzk;lj vnzf;kh knjz; nkdf kjndf','5','http://www.vaultsecrets.com/forum/images/mmstore/stored/phpqD9QEQ.jpg','1','madace','','','','100','1','9. 99','0');

MySQL Error : Unknown column 'stormpayemail' in 'field list'
Error Number : 1054
Date : Sunday, July 2nd 2006 @ 08:12:22 PM
Script : http://www.vaultsecrets.com/forum/mmstore.php?do=additemconfirm
Referrer : http://www.vaultsecrets.com/forum/mmstore.php?do=addnewitem
IP Address : *****
Username : ****
Classname : vb_database

micheal332001
07-03-2006, 07:32 AM
hi there i got this error when try a tester on the board
Database error in vBulletin 3.5.4:

Invalid SQL:
INSERT INTO mmstore_items ( itemname , itemdiscription , catid , itemimage , submitterid , submitter , paypalemail , stormpayemail , moneybookers , price , amounttosell , shippingamount , aprove ) VALUES ('this is a tester','kjhzjh zkjhz hjkzshdhrihz kjhzkhzk;lj vnzf;kh knjz; nkdf kjndf','5','http://www.vaultsecrets.com/forum/images/mmstore/stored/phpqD9QEQ.jpg','1','madace','','','','100','1','9. 99','0');

MySQL Error : Unknown column 'stormpayemail' in 'field list'
Error Number : 1054
Date : Sunday, July 2nd 2006 @ 08:12:22 PM
Script : http://www.vaultsecrets.com/forum/mmstore.php?do=additemconfirm
Referrer : http://www.vaultsecrets.com/forum/mmstore.php?do=addnewitem
IP Address : *****
Username : ****
Classname : vb_database

you need to chmod the stored folder to 777 for uploading of images.

Im just about to upload the fixed files now

SCORPION1
07-03-2006, 10:01 AM
you need to chmod the stored folder to 777 for uploading of images.

Im just about to upload the fixed files now
yeah already done that m8 and still got that error:confused:

SkyCatcher
07-03-2006, 11:02 AM
hi there i got this error when try a tester on the board
Database error in vBulletin 3.5.4:

Invalid SQL:
INSERT INTO mmstore_items ( itemname , itemdiscription , catid , itemimage , submitterid , submitter , paypalemail , stormpayemail , moneybookers , price , amounttosell , shippingamount , aprove ) VALUES ('this is a tester','kjhzjh zkjhz hjkzshdhrihz kjhzkhzk;lj vnzf;kh knjz; nkdf kjndf','5','http://www.vaultsecrets.com/forum/images/mmstore/stored/phpqD9QEQ.jpg','1','madace','','','','100','1','9. 99','0');

MySQL Error : Unknown column 'stormpayemail' in 'field list'
Error Number : 1054
Date : Sunday, July 2nd 2006 @ 08:12:22 PM
Script : http://www.vaultsecrets.com/forum/mmstore.php?do=additemconfirm
Referrer : http://www.vaultsecrets.com/forum/mmstore.php?do=addnewitem
IP Address : *****
Username : ****
Classname : vb_database



You need to add stormpayemail and moneybookers fields to the database as they don't exist right now.

micheal332001
07-03-2006, 11:11 AM
You need to add stormpayemail and moneybookers fields to the database as they don't exist right now.

open the mmstore.php file and do a search for stormpay and remove it and all will be ok.
I have uploaded the new files with the edits done to this file.
So you could just redownload the zip file and over wright the files already installed.

sickboy6ths
07-03-2006, 11:32 AM
Nice Product!!

But not working for me..
It seems the tables don't get created, except 1: mmstore_categorys
all the rest doesnt get created, and thus I get this error accessing the control panel:
Database error in vBulletin 3.5.4:

Invalid SQL:
SELECT * FROM mmstore_settings;

MySQL Error : Table 'XX.mmstore_settings' doesn't exist
Error Number : 1146
Date : Monday, July 3rd 2006 @ 02:28:17 PM
Script : http://www.XXXXXX.XX/admincp/mmstore_admin.php?do=general
Referrer : http://www.XXXXXXX.XX/admincp/index.php?do=nav
IP Address : XX.XX.XX.XX
Username : XXXX
Classname : vB_Database_MySQLi

PHP 5.1.2
MySQL 5.0.21

Thanks for any assitence!

SCORPION1
07-03-2006, 07:32 PM
open the mmstore.php file and do a search for stormpay and remove it and all will be ok.
I have uploaded the new files with the edits done to this file.
So you could just redownload the zip file and over wright the files already installed.
working fine now cheers for that:cool:

meissenation
07-04-2006, 12:34 AM
Installed and works perfect!!! There's a lot of little wordings that need to be edited. For one, when going to add an image, it says "Upload an image to add to the joke" or something like that, also Random is spelled wrong on the store page... little things like that, but considering it's beta and so new, it's definitely no big deal. A very great mod, about time we had something like this available!

micheal332001
07-04-2006, 06:18 AM
Installed and works perfect!!! There's a lot of little wordings that need to be edited. For one, when going to add an image, it says "Upload an image to add to the joke" or something like that, also Random is spelled wrong on the store page... little things like that, but considering it's beta and so new, it's definitely no big deal. A very great mod, about time we had something like this available!

Thanks for the nice words on this mod.
All the spelling misstakes will be sorted out soon.
But for now you can change most of them in the phrases manager just do a search for mmstore_

And all the store phrases will show up for you.

sickboy6ths
07-04-2006, 06:43 AM
PS .. This software totally rules.... you earn my grattitude!!! I was searching and searching for something as good working as this one! I am looking forward to all new versions and functions etc ;)

refering to my error: https://vborg.vbsupport.ru/showpost.php?p=1021238&postcount=25

I opened your xml, and changed default '' at all mysql INT fields, to default '0'
otherwise it didn't want to accept the tables etc... Would this make any problems in the future?



------

Another small bug report...
in the templates you have href="?do=viewitem or ?do=viewcat etc. etc. etc.
I guess you forgot "mmstore.php" since at my site it was linking to my domainurl.com/?do=viewitem :)


oh and most of the code doesn't seem to understand: ' or \ ... guess the htmlspecialchars thingy or something?


Another small buggie...
My platform is Windows and not Linux, hence your /tmp/ ereg replace in mmstore.php for the images doesn't work for me, again a problem with \, and I recommend an option to be able to configure the TMP folder for your own system, so it's versatile... Or otherwise maybe the temp folder is readable from the PHP settings, so it is done automaticly

geevest.com
07-04-2006, 10:54 AM
uhm im access in cpanel MMSTORE management ... and i cant open..Store setting..etc...
page cannot found..why?
thanks

micheal332001
07-05-2006, 08:33 PM
uhm im access in cpanel MMSTORE management ... and i cant open..Store setting..etc...
page cannot found..why?
thanks

Have you uploaded all the files to your forum root folder as if they are not there it will not find them.

PitPunks
07-05-2006, 10:58 PM
Menu wont load, is there an alternative menu?

SkyCatcher
07-05-2006, 11:00 PM
Menu wont load, is there an alternative menu?

The menu is an swf file, so make sure your browser has a flashplayer installed to be able to view it.

PitPunks
07-06-2006, 01:08 AM
I know its a swf file, but it would be nice to have an alternative html menu because i know alot of my veiwers dont have shockwave/flash.

PitPunks
07-06-2006, 01:15 AM
i have it installed and the swf file still doesnt work

PitPunks
07-06-2006, 01:38 AM
fixed it, s0rry

toolblast
07-06-2006, 02:18 AM
This looks like a great start Michael!

Do you have any sort of live working demo URL we can check out? I'd like to take a test drive :)

PitPunks
07-06-2006, 02:50 AM
Live demo: http://www.pitpunks.com/forum/mmstore.php

toolblast
07-06-2006, 02:58 AM
Thanks pitpunks, i'll check it out!

toolblast
07-06-2006, 03:00 AM
I just checked out your site.... no items in your store?? I went to every category, they are all empty. :(

micheal332001
07-06-2006, 08:03 AM
This looks like a great start Michael!

Do you have any sort of live working demo URL we can check out? I'd like to take a test drive :)

I will be putting a demo of this online soon.
The demo i will be putting on will be the pro version with all the features.
The payment options will be disabled in the demo so you will not be able to click on the buy now buttons.
In the demo all you will be able to do is look around the store and use the other features.
The pro version will have about 6 payment options when its done, there will also be a buyers area to view the items you have payed for.
There will be a area for the seller to to view items he/she has delete the item change the status of the payments from pending, payment recieved, sending item and then 2 options after that for (if the payment did not go through it will add the item back to your quantity) (delete item as buyer recieved item).

There will be more to come for the buyers and sellers option will grow for both of these.

This mod is still in the early days and lots will change and be added.

micheal332001
07-06-2006, 03:57 PM
Thanks to SkyCatcher you can add images to the new random and most hit items by adding in this code.

When i get the time i will make a upgrade to the mmstore.php file to include this.



in mmstore.php:

---------------

find every instance of

$mmstorenewitems[price] = $mmstorenewitems['price'];



and add afterwards:



$mmstorenewitems[itemimage] = $mmstorenewitems['itemimage'];

if ($mmstorenewitems[itemimage] == ""){

$mmstorenewitems[itemimage] = $noimage;

}



find every instance of



$mmstorerandomitems[price] = $mmstorerandomitems['price'];



and add afterwards:



$mmstorerandomitems[itemimage] = $mmstorerandomitems['itemimage'];

if ($mmstorerandomitems[itemimage] == ""){

$mmstorerandomitems[itemimage] = $noimage;

}





find every instance of



$mmstoremosthititems[price] = $mmstoremosthititems['price'];



and add afterwards:



$mmstoremosthititems[itemimage] = $mmstoremosthititems['itemimage'];

if ($mmstoremosthititems[itemimage] == ""){

$mmstoremosthititems[itemimage] = $noimage;

}





There will be a couple instances where those are already in the code but there are like 20 instances where it needs to be added.



Then in

------------------

Template mmstore

------------------



Find:

<td width="33%" align="center">$newitemsrightblock<br></td>



Replace with:

<td class="alt1" width="33%" align="center">$newitemsrightblock<br></td>



Find

<td width="33%" align="center">$randomitemscenterblock<br></td>



Replace with:

<td class="alt2" width="33%" align="center">$randomitemscenterblock<br></td>



Find:

<td class="alt1" width="33%" align="center">$mosthititemsrightblock<br></td>



Replace with:

<td class="alt1" width="33%" align="center">$mosthititemsrightblock<br></td>



To alternate colors.





In template

----------------------------------

mmstore_mosthit_items_right_block

----------------------------------



Find:

[hits]<br>



Add AFTER:

<a href="$mmstoremosthititems[itemimage]" target=_blank><img src="$mmstoremosthititems[itemimage]" width="50" height="50" align="center"></a><br /><br />



In template

------------------------------

mmstore_new_items_left_block

------------------------------

Find:

[price]<br>



Add AFTER:

<a href="$mmstorenewitems[itemimage]" target=_blank><img src="$mmstorenewitems[itemimage]" width="50" height="50" align="center"> <br /><br />



In Template

---------------------------------

mmstore_rand_items_center_block

---------------------------------



Find:

[price]<br>



Add AFTER:

<a href="$mmstorerandomitems[itemimage]" target=_blank><img src="$mmstorerandomitems[itemimage]" width="50" height="50" align="center"><br /><br />



And that should do it

emtee
07-08-2006, 08:11 AM
This is a cool mod!!! But for now, I want to use this store to sell items using vbBux points instead of real money. vbPlaza/vbBux doesn't have a real good store yet, so this would be a good store for it!

Can somebody mod this hack to change it to a store for vbPlaza/vbBux? I'll try to make the necessary changes to make it work with vbPlaza/vbBux but I'm not really sure whether I can do it.

Anyways, thanks for the great hack, micheal332001!

micheal332001
07-08-2006, 01:35 PM
This is a cool mod!!! But for now, I want to use this store to sell items using vbBux points instead of real money. vbPlaza/vbBux doesn't have a real good store yet, so this would be a good store for it!

Can somebody mod this hack to change it to a store for vbPlaza/vbBux? I'll try to make the necessary changes to make it work with vbPlaza/vbBux but I'm not really sure whether I can do it.

Anyways, thanks for the great hack, micheal332001!

I like your idea to make this a shop for vbbux/vbplaza
i will have alook and see if i can sort this out but will take me a bit of time as i have other projects on the go.

micheal332001
07-09-2006, 06:31 PM
Hi all

I am redoing the menu thats in this store to be a dynamic menu system

Yukino_AE
07-09-2006, 10:30 PM
hi! i've uploaded everything in the correct order, and no matter how many times i refresh the MMstore Management does not show up, if i try to go to the direct link for it /admincp/mmstore_admin.php it doesn't work if i try to go www.mysite.com/forum/mmstore.php it doesn't work. i get the message:

Page not found
The page you are looking for might have been removed,
had its name changed, or is temporarily unavailable.

no matter what i try i get that message. any help would be great.

SkyCatcher
07-09-2006, 10:36 PM
hi! i've uploaded everything in the correct order, and no matter how many times i refresh the MMstore Management does not show up, if i try to go to the direct link for it /admincp/mmstore_admin.php it doesn't work if i try to go www.mysite.com/forum/mmstore.php it doesn't work. i get the message:

Page not found
The page you are looking for might have been removed,
had its name changed, or is temporarily unavailable.

no matter what i try i get that message. any help would be great.

If it can't find the file, you didn't upload them to the correct location. There's no other possibility lol.

/forum/mmstore.php needs to be there

Yukino_AE
07-09-2006, 10:52 PM
i guarantee they are uploaded correctly, i did load the mmstore.php in my forum root. it is at /forum/mmstore.php i did it twice just to be sure. i am looking in my root /forum and mmstore IS there.

all the file templates are there when i checked the templates manager.

and i placed the mmstore_admin in the admincp and it's not even showing in the admincp navigation. i've refreshed multiple times.

SkyCatcher
07-09-2006, 11:48 PM
i guarantee they are uploaded correctly, i did load the mmstore.php in my forum root. it is at /forum/mmstore.php i did it twice just to be sure. i am looking in my root /forum and mmstore IS there.

all the file templates are there when i checked the templates manager.

and i placed the mmstore_admin in the admincp and it's not even showing in the admincp navigation. i've refreshed multiple times.

Well I don't know what to tell you besides a 404 error means that the file doesn't exist. Either it's there or not and I have never encountered a file not found error when the file has been there all along.

Just to be 100% sure:

Create a text file and call it something like test.txt and upload it into the directory you have mmstore.php in and then enter the url into your browser and go to /forum/test.txt and see if it pulls up the file.

I'm not trying to insult your know-how here at all so please don't think I'm trying to be a smartass - It's just something I have never encountered.

As far as the admincp, the xml file is the file that creates the additional menu option for the store and the actual php file in the admincp directory is what gets displayed in the right frame.

I'm 99.999999% sure you don't have the files uploaded to the correct location. But, I can always be wrong.

Yukino_AE
07-10-2006, 12:01 AM
no i can understand your doubt, if i was in the same position i would think i hadn't uploaded them properly either. but i'm not new to uploading and adding mods and such. it is done properly.

i think it might be somthing to do with my server. it appears that it's not registering any new files that i upload and is generating that error. as i also loaded a test.txt. i'm hosted with powweb and i've contacted them, it's not just happening on the forum but when i try to load anything around my site.

my apologies, it doesn't seem to be the script at all. grrr. which would also explain why the admin mmstore is not registering either.

so if anyone else gets this error and they work with powweb it's something on that end. not the actual script itself.

many thanks for your prompt replies to my questions, i should have checked that first before automatically assuming it was something with the hack.

SkyCatcher
07-10-2006, 12:03 AM
no i can understand your doubt, if i was in the same position i would think i hadn't uploaded them properly either. but i'm not new to uploading and adding mods and such. it is done properly.

i think it might be somthing to do with my server. it appears that it's not registering any new files that i upload and is generating that error. as i also loaded a test.txt. i'm hosted with powweb and i've contacted them, it's not just happening on the forum but when i try to load anything around my site.

my apologies, it doesn't seem to be the script at all. grrr. which would also explain why the admin mmstore is not registering either.

so if anyone else gets this error and they work with powweb it's something on that end. not the actual script itself.

many thanks for your prompt replies to my questions, i should have checked that first before automatically assuming it was something with the hack.

I hope you get that worked out. If you have a control panel like Cpanel or Plesk you should also have a filemanager there... then you could try to upload the files that way and see if they take

Yukino_AE
07-10-2006, 03:17 AM
i got it fixed thanx! lol my host switched its servers and neglected to tell me that the ftp changed. so i uploaded the files to the old ftp. @_@

i thought i'd post a bug that i found. store is great, but when you go to click on any of the items or categories it's pulling:

/forum/?do=viewcatid&cid=8

when it should be pulling: /forum/mmstore.php?do=viewcatid&cid=8

(i manually added the /mmstore.php?do and it worked as a test) just thought i'd let you know that

LB1UE
07-10-2006, 10:21 AM
I've installed the mmstore for testing and I have some questions:

1 - How do users actually buy items ? I couldn't find any Buy/Add to Basket buttons.

2 - Menu is not working from Linux, we tested different browsers.

3 - Where is the pro. version ?

---

I think I found the reason for Linux Menu not working:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="130" height="200">
<param name="movie" value="images/mmstore/menu/mmstore_menu.swf">
<param name="quality" value="high">
<embed src="images/mmstore/menu/mmstore_menu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="130" height="200"></embed>
</object>

As far as I know, this is a Microsoft specific call?

---

I'm testing the provided solution within this article:

http://www.alistapart.com/articles/flashsatay/

---

Thank you in advance.

SkyCatcher
07-10-2006, 10:40 AM
This will display a table on on your index page listing the newest added items from the mmstore.

You can adjust how many items to display in the adminCP under mmstore settings > forumhome items. Use a 0 to disable the table completely.

Instructions also found in the text file.
Install Time: about 5 minutes at most
Difficulty: Moderate (Requires 1 sql query to be run before installation)

Sql Queries to add: 1
Template Edits: 2
File Edits: 0
Files to upload via FTP: 1
Plugin Imports: 1



Install Instructions:


Execute this SQL query:
------------------------

ALTER TABLE `mmstore_settings` ADD `forumhomeitems` INT( 11 ) DEFAULT '0' NOT NULL ;



Upload the Plugin:
------------------

Upload the xml file through the AdminCP under Upload a Plugin and select mmstore_forumhomeitems.xml from your PC.


Upload the new mmstore_admin.php file to your server:
-----------------------------------------------------

Upload the mmstore_admin.php file to your /admincp folder and overwrite the original file.


Add the following new template:
-------------------------------

Template name: mmstore_new_items_forumhome


<td class="alt1" colspan="5" align="center" width="5%"><a

href="mmstore.php?do=viewitemid&itemid={$mmstorenewitems[itemid]}">$mmstorenewitems[itemname]</a><br>Price

$mmstoresettings[paysymble]$mmstorenewitems[price]<br><a href="$mmstorenewitems[itemimage]" target=_blank><img

src="$mmstorenewitems[itemimage]" width="50" height="50" align="center"></td>



Edit FORUMHOME > FORUMHOME Template:
------------------------------------

Place this code wherever you'd like the table to be displayed.



<if condition="$mmstoresettings['forumhomeitems'] > 0">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"

align="center">
<tr>

<td colspan="100%" class="tcat" $catbgcode><a style="float:$stylevar[right]" href="#top" onclick="return

toggle_collapse('mmstore_new_items_forumhome')"><img id="collapseimg_mmstore_new_items_forumhome"

src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_vbshout].gif" alt="" border="0" /></a><b><a

href="mmstore.php">Neue Arktikel im Probetreff Shop</a></b></td>
</tr>

<tbody id="collapseobj_mmstore_new_items_forumhome" style="$vbcollapse[collapseobj_mmstore_new_items_forumhome]">
<tr>$shownewitems</tr>
</tbody>
</table>
<br />
</if>




Finished!

Credit for the hack goes to micheal332001.

3.5.4 Hack > https://vborg.vbsupport.ru/showthread.php?t=120100
3.6.0 Beta3 > https://vborg.vbsupport.ru/showthread.php?t=120143

micheal332001
07-13-2006, 11:24 AM
Hi all

I will be taking out the flash menu system from this store as it does cause problems with some browers.
I have also fixed the bbcode for when adding a new item and viewing the item.
I will be uploading the new files very soon.
There is no upgrade to the new files just download the new files.
Unzip them and upload them to your forum root folder.

If you want the addons that SkyCatcher has done they are in the zip file.
Please let me know if there is any problems and i will help you out.

toolblast
07-13-2006, 05:23 PM
Looking great guys. Keep up the great work.

louis_chypher
07-14-2006, 03:40 PM
a little no biggie:

"If you dont find what you are after please leave a message by clicking here."

no link to click here. *winks*

Also, as was mentioned in another post, how do "they" select an item to buy (add to shopping cart) .

Really do like this mod of yours. If there is something you think I can help with I'll give it a shot; just let me know.

micheal332001
07-14-2006, 06:35 PM
a little no biggie:

"If you dont find what you are after please leave a message by clicking here."

no link to click here. *winks*


Also, as was mentioned in another post, how do "they" select an item to buy (add to shopping cart) .


Really do like this mod of yours. If there is something you think I can help with I'll give it a shot; just let me know.

To buy a item you have to view the item and then you will see the paypal link to buy the item.

The add to shopping basket will be added in the new version.

micheal332001
07-23-2006, 07:15 AM
Hi all

I have now sorted out a rss feed for the store.
This has not been released yet but will be very soon.

I will be adding in a rating system for rating the seller.
And will be adding alot more options for the seller when they add there item for selling.

MotMann
07-23-2006, 09:56 AM
Do you remember for the field: change, search, sell?
That's nice ;)

micheal332001
07-23-2006, 02:29 PM
Do you remember for the field: change, search, sell?
That's nice ;)

Yes i do remember these and they will be added in the newer version of the pro.

Im hopping to have the first pro version out today or by tomorrow.

MotMann
08-20-2006, 02:41 PM
What happened with the pro version?

Where i can get it :)

blind-eddie
08-23-2006, 01:19 AM
Awesome,awesome,awesome..........This should be nominated
as mod of the YEAR, hell with only for the month...flawless...2 thumbs up

micheal332001
08-23-2006, 03:48 AM
What happened with the pro version?

Where i can get it :)

There is no pro version of the lotto

micheal332001
08-23-2006, 03:49 AM
Awesome,awesome,awesome..........This should be nominated
as mod of the YEAR, hell with only for the month...flawless...2 thumbs up

Your very welcome and thank you

blind-eddie
08-23-2006, 02:08 PM
OK,I have 1 problem and 1 question.
Problem: Any time I list an item with an apostrophe s I get sql error, what needs to be done to correct this? Once I remove any apostrophe s it works fine.

Question:I do like the idea that any item a member adds to the store has to be approved/denied first, but if for any reason I want to allow members items to show instantly where do I need to edit that at?

Mine is working on my site located in middle navbar,works fine ...just installed it last night...only 1 item so far

ryans
08-24-2006, 05:21 PM
when I try to edit a product I get this.

Database error in vBulletin 3.5.4:

Invalid SQL:
update mmstore_items set

itemname='JDM Option Vol. 10',

itemdiscription='D1 Finals
Professional Drifting. It's the drift event of the year to wow the spectators!',

catid='',

itemimage='/images/jdmoption0010.jpg',

submitterid='1',

submitter='ryans',

hits='1',

paypalemail='sales@sromagazine.com',

price='10.99',

amounttosell='20',

shippingamount='2.50',

aprove='1'

where itemid='1';

MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 's the drift event of the year to wow the spectators. Each year,
Error Number : 1064
Date : Thursday, August 24th 2006 @ 11:23:03 AM
Script : /mmstore_admin.php
Referrer : /admincp/mmstore_admin.php?act=edititem&itemid=1
IP Address : Username : ryans
Classname : vb_database

i notice the classname. vb_database is not the name of my database.

Chicago_VLNU_4s
09-08-2006, 01:44 AM
why am i getting this error on top and my item not showing or going thru when i try to post a test item?

Warning: move_uploaded_file(/home/offthaa/public_html/forums/images/mmstore/stored/phpwNLFk4.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in /mmstore.php on line 3182

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpwNLFk4' to '/home/offthaa/public_html/forums/images/mmstore/stored/phpwNLFk4.jpg' in /mmstore.php on line 3182

blind-eddie
09-08-2006, 02:59 AM
Im having no problems at all...I edited the product and works great

joiner42
09-08-2006, 09:20 AM
What do i put in for Image Upload Path

micheal332001
09-08-2006, 11:13 AM
when I try to edit a product I get this.

Database error in vBulletin 3.5.4:

Invalid SQL:
update mmstore_items set

itemname='JDM Option Vol. 10',

itemdiscription='D1 Finals
Professional Drifting. It's the drift event of the year to wow the spectators!',

catid='',

itemimage='/images/jdmoption0010.jpg',

submitterid='1',

submitter='ryans',

hits='1',

paypalemail='sales@sromagazine.com',

price='10.99',

amounttosell='20',

shippingamount='2.50',

aprove='1'

where itemid='1';

MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 's the drift event of the year to wow the spectators. Each year,
Error Number : 1064
Date : Thursday, August 24th 2006 @ 11:23:03 AM
Script : /mmstore_admin.php
Referrer : /admincp/mmstore_admin.php?act=edititem&itemid=1
IP Address : Username : ryans
Classname : vb_database

i notice the classname. vb_database is not the name of my database.

You have the error cox of this It's in the discription i will make a fix for this.

micheal332001
09-08-2006, 11:14 AM
why am i getting this error on top and my item not showing or going thru when i try to post a test item?

In the settings have you put the right paths to your image upload folder for your site.

micheal332001
09-08-2006, 11:15 AM
What do i put in for Image Upload Path

The image upload path is discribed in the admincp settings

networktemple
09-08-2006, 12:26 PM
hey, i have successfully import the plugin but for some reason its not listed MMstore Management in admincp.. btw im installing this on v.3.5.5. urgent help please. thank u

micheal332001
09-08-2006, 04:31 PM
hey, i have successfully import the plugin but for some reason its not listed MMstore Management in admincp.. btw im installing this on v.3.5.5. urgent help please. thank u

make sure you have uploaded all the files to your forum root.
If you still have problems please PM me with a admincp login and i will sort it out for you.

networktemple
09-08-2006, 11:01 PM
hey, i think i might know why its not working.. i dont use admincp i use authadmin for security purpose.. would this have anything to so with it.. how can i fix this?can i redirect it?

networktemple
09-08-2006, 11:49 PM
dude i think ur website got hacked?

paypal
10-26-2006, 01:57 PM
Ive installed The pro version of mmstore plugin but all i seam to get is you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

i setup at this link http://paypalmillionaire.com/forum/mmstore.php

any help on this subject, greatly appreciated

ociosos
11-13-2006, 05:27 PM
does the hack works on vbulletin 3.6.3???????????????????????????

enhanced
11-15-2006, 01:54 AM
can this be used for <input> fields if paying through paypal? ie, if you want an additional field, is it possible to add such a field? How do you edit "categorys" in the menu so it reads "categories"?

Thanks in advance.

peterska2
02-09-2007, 09:09 AM
Serious vulnerabilities have been found in this modification. Files have been removed according to Official Policy: When Security Vulnerabilities in Hacks are Found (https://vborg.vbsupport.ru/showthread.php?t=83253)

Author will be contacted to address these vulnerabilities. Thread closed until update provided by author.