vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   [uCash/uShop] Transactions Addon With a 'message' (https://vborg.vbsupport.ru/showthread.php?t=79434)

a123 06-18-2005 04:06 PM

can supporters give some support? thanks.

MUDERCOOL 07-07-2005 12:40 AM

hi, I installed it and it's working, great hack, thank you very much. also, it shows the admin donates that's another great point about it. but I think I have a problem with the "reason" because it seems working properly but in the end it doesn't show what's the reason..

do you have any fix or any possible reason for this?

KevinL 07-07-2005 10:13 AM

I dont have this line:

Code:

$_REQUEST['userid'] = intval($_REQUEST['userid']);

SHARKY 07-10-2005 01:26 AM

i am having this error when i try to donate

Parse error: parse error, unexpected T_IF in /home/researc/public_html/uttstore/action.donate.php on line 110

$vbphrase['uttstore_inputs_points_donate_reason'] = "Why would you like to donate?";

(in if ($_REQUEST['step'] == "3") ) Find:

$_REQUEST['userid'] = intval($_REQUEST['userid']);

this is the code it has to do with

MUDERCOOL 07-16-2005 05:03 PM

umm seems the friends are a little bit busy..

TyleR 08-13-2005 12:32 AM

sorry for my tardiness folks, i have been having computer problems latelty...Okie dokie..

SHARKY: remove this line from it:
Code:

(in if ($_REQUEST['step'] == "3") ) Find:
KevinL: send me your action.donate.php to t_o_n_o_69[at]yahoo[dot]com

again, sorry for the tardiness, and any other problems, please feel free to ask for help..im getting back to adding the sql functions this weekend if I can find time.

TyleR

a123 09-13-2005 11:11 PM

still waiting for the pm function...

paul41598 09-15-2005 02:03 PM

This hack messes up the "send a gift" hack. Now when I send a gift to anyone, it doesnt show the username in the users history. Its blank

TyleR 09-26-2005 03:58 PM

@a123:Sorry, I just don't have the time lately for adding on to this hack.

@paul41598: Sorry, i only tested it as a standalone with ucash/ushop 0.95c without any other addons installed, so don't kow.

@HHU: If there was any bugs in it, i'd know, trust me..mine was working fine before i upgraded to vB 3.5 and had to uninstall ucash/ushop.

Lottis 09-26-2005 05:25 PM

This works fine with my uCash. Have no affect on it.

HHU 09-26-2005 05:52 PM

Quote:

Originally Posted by TyleR
@a123:Sorry, I just don't have the time lately for adding on to this hack.

@paul41598: Sorry, i only tested it as a standalone with ucash/ushop 0.95c without any other addons installed, so don't kow.

@HHU: If there was any bugs in it, i'd know, trust me..mine was working fine before i upgraded to vB 3.5 and had to uninstall ucash/ushop.

Really, because I'm not the only person in the thread having this problem...

Edit: So it's showing some peoples names, but not others...

HHU 09-27-2005 02:52 AM

And didn't have this problem before I installed it... the bank is subtracting money from accounts and just deleting it

http://img334.imageshack.us/img334/7146/bank3mg.jpg

And everybody depositing money , its going to other users...

Please help me fix this because it wasn't like this at all before I installed this.

Thanks

TyleR 09-27-2005 02:55 AM

Quote:

Originally Posted by HHU
Really, because I'm not the only person in the thread having this problem...

So far you're the first one with this problem..if anyone else has the problem then speak now..because I didnt edit the actions.bank.php file..so you did something to it yourself, sorry.

HHU 09-27-2005 03:00 AM

Well... what could it be so I can correct the problem.. or how would I uninstall the changes created by "trans_install.php"?

If you can help me out with that... it would be appreciated

TyleR 09-27-2005 03:05 AM

trans_install.php only added the templates and sql queries (added another colum to ucash_history, i believe)..to uninstall it, just simply go backwards in the install file and replace the code :)

HHU 09-27-2005 04:07 PM

Ok... well I uploaded the original action.donate and functions_uttstore and everything is back working correctly again..

Only thing I could think is theres one variation with your instructions and my file:

This is what it looks like for me (The part you wanted changed) - action.donate.php:

'points' => array(
'topphrase' => 'Input $vbphrase[ucs_points]',
'mainphrase' => '$vbphrase[uttstore_inputs_points_donate]',
'type' => 'input',
'size' => 10,
'value' => '',
'chidden' => 'standard',
'cdisplay' => 'standard',
'cphrase' => '$vbphrase[ucs_points]',
'datatype' => "STR_NOHTML",
'eval' => '. . .'
)

And yours in the install file says it should look like:

'points' => array(

'topphrase' => 'Input $vbphrase[ucs_points]',

'mainphrase' => '$vbphrase[uttstore_inputs_points_donate]',

'type' => 'input',

'size' => 10,

'value' => '',

'chidden' => 'standard',

'cdisplay' => 'standard',

'cphrase' => '$vbphrase[ucs_points]',

'datatype' => "POINTS",

'eval' => '. . .'

)

So the datatypes are different... not sure if that would affect anything

TyleR 09-28-2005 02:09 AM

nope, shouldnt have any effect at all.

HHU 09-28-2005 02:12 AM

Wierd... because everythings working fine now...

hbalagh1 09-28-2005 05:58 PM

can't wait for the pm feature, ive seen it in action on a couple of forums :)

slank 09-28-2005 08:46 PM

pm/email feature would be great i agree, i used to use it on one forum and always had fun sending stupid remarks, people loved it :D

a123 09-28-2005 08:58 PM

Thanks TyleR,

this hack will be the hottest hack if you can add the pm feature. :)

a123 09-29-2005 07:28 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=83447&highlight=pm+donate" target="_blank">https://vborg.vbsupport.ru/showt...ight=pm+donate</a>

this one is good. it worked once (pm). but I changed some and then it did not work anymore.....................

As for the "global transaction" - is there any feature to limit others so only admin can see it?

TyleR 09-29-2005 07:53 PM

Quote:

Originally Posted by a123
https://vborg.vbsupport.ru/showthrea...ight=pm+donate

this one is good. it worked once (pm). but I changed some and then it did not work anymore.....................

As for the "global transaction" - is there any feature to limit others so only admin can see it?

i'll have a look into that tonight :)

To make it only for admins, add:

Code:

        if ( $bbuserinfo['usergroupid'] != 6 )
        {
                print_no_permission();
        }

after:

Code:

if ( $_REQUEST['do'] == 'global' )
{

in transaction.php ;)

a123 09-29-2005 08:07 PM

excellent. :) thanks.

TyleR 09-30-2005 02:33 AM

alright im implementing that PM function..if it works, then the zip will be updated in the morning. :)

HHU 09-30-2005 07:12 AM

Now I don't know here...

The hack messed up everything to do with ushop when I had the reasons field.. as soon as it was removed, things are back to normal... still have transactions, they work fine.. but the reasons field something there made ushop screwey

TyleR 10-01-2005 02:14 AM

Quote:

Originally Posted by HHU
Now I don't know here...

The hack messed up everything to do with ushop when I had the reasons field.. as soon as it was removed, things are back to normal... still have transactions, they work fine.. but the reasons field something there made ushop screwey

Dunno, because like I stated in a previous post, the area you shop is acting screwey in isnt a file I have edited..so kinda weird..

Anyways, i havent been able to tes the PM function as of yet, but will do so tonight..if it works as should be, i'll update the file before tomorrow morning.

TyleR 10-01-2005 05:41 PM

hmmm...it isnt working (the pm implement)...im still looking into exactly why it isnt, but so far, no luck :(

a123 10-02-2005 05:51 PM

sorry to hear that. thanks for your hard work. :)

TyleR 10-04-2005 05:42 PM

Well, i've been updating the coding and adding some features, aswell as fixing minor bug's.

Fixed pages coming up blank when no transactions exist.

Fixed too many page numbers showing up on /transaction.php?userid=1, etc. when only about 2 transactions exist.

Added phrase for error message when no transactions exist.

Added transactions for user's in posbit under points.


if you wish to follow the development of this addon, please PM me for the link :)

-- TyleR

TyleR 11-07-2005 03:27 PM

sorry for the long wait people..files updated, new zip added :)

- Tyler

CP, 11-10-2005 12:40 AM

hi this is what i ahd received after i had clicked on the done button...., ??? can somebody explain?

TyleR 11-10-2005 03:04 AM

that's alright, just ignore it :)

Just means you already have the 'reason' field in your db table..thats all :)

- Tyler

Alphawolf83 11-25-2005 08:02 AM

Hello,

first to say great hack! But it would be much better if I could solve the following problem. :p
I installed it and I am able to transfer some points to another user. But the transaction doesn't appear in the transactions list. :(
Neither in the personal transactions list nor in the global transactions list.

I just get following error:
Quote:

No Transactions Were Found, Sorry. Go Back To The Previous Page
Could anyone help me out? What do you need for helping me?

Thanks,
Oli

TyleR 11-25-2005 03:23 PM

Mind PM'ing me your URL so I can test it myself?

Thanks,

Tyler

Alphawolf83 11-29-2005 04:21 PM

Quote:

Originally Posted by TyleR
Mind PM'ing me your URL so I can test it myself?

Thanks,

Tyler

Yes, the next few days I'll PM'ing you my URL, thanks!

But does it work on 3.0.7? In the hack description you wrote vb version 3.0.9...

TyleR 11-29-2005 05:28 PM

it should work on 3.0.6-3.0.10 :)

Alphawolf83 12-12-2005 05:52 PM

First sorry for the long time it tooks for me to reply. :nervous:

So you are able to test it yourself. What kind of permissions do you need for this? I'll PM you the accountinfos once you reply to this post. :)

Thanks!

sn8k 01-04-2006 06:35 PM

Quote:

Originally Posted by a123
this hack will be the hottest hack if you can add the pm feature. :)

I think I have this firgured out... let me test it for awhile and then I'll post up the hack :D

It's been working on my forums for a few weeks, but I am going to try to add the addon message for donating points... right now I have it done to only add the message in the PM when sending gifts.

Mark K.......

Alphawolf83 01-04-2006 06:39 PM

Quote:

Originally Posted by Alphawolf83
First sorry for the long time it tooks for me to reply. :nervous:

So you are able to test it yourself. What kind of permissions do you need for this? I'll PM you the accountinfos once you reply to this post. :)

Thanks!

TyleR? :( ;)


All times are GMT. The time now is 07:40 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.05230 seconds
  • Memory Usage 1,826KB
  • 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
  • (4)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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