vBulletin Modifications

[Req] Transaction Mod For uCash/uShop..read please ;)

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > General vBulletin Section > vBulletin Modification Requests

Reply
 
LinkBack Thread Tools
Old 03-25-2005, 10:41 AM   #11
Junior Member
Join Date: Oct 2004
joop66 is on a distinguished road

Default

well i don't know much about the uCas/uShop hack but this query

$get = $DB_site->query('SELECT * from ' . TABLE_PREFIX . 'utt_store_history WHERE userid="' . $bbuserinfo['userid'] . '" AND action="Donate" AND action="Admin Donate" ORDER BY historyid DESC');

won't work.. u have 2 different where clauses on the same column.. this allways will result in 0 rows.

u could try this

$get = $DB_site->query('SELECT * from ' . TABLE_PREFIX . 'utt_store_history WHERE userid="' . $bbuserinfo['userid'] . '" AND (action="Donate" OR action="Admin Donate") ORDER BY historyid DESC');

hope this will help u further..




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 03-25-2005, 12:43 PM   #12
vBulletin Guru
Arnoud's Avatar
Join Date: Nov 2004
Real Name: Arnoud Kuipers
Location: Europe, Flanders
Arnoud is on a distinguished road

Default

Hmm, good point Joop.

But that won't solve the problem of the templates not showing up :/




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-25-2005, 12:47 PM   #13
vBulletin Guru
Arnoud's Avatar
Join Date: Nov 2004
Real Name: Arnoud Kuipers
Location: Europe, Flanders
Arnoud is on a distinguished road

Default

Try adding a random template call at the bottom, bellow navbar, and tell me whether it returns it or not.
To see whether it parses your script correctly or not.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-25-2005, 03:54 PM   #14
Member
Join Date: Mar 2005
Real Name: Tyler
Location: North Carolina
TwiSteD is on a distinguished road

Default

aha! now the pages print out..was quite dumb of me to miss that..thanks joop




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-26-2005, 05:56 AM   #15
vBulletin Guru
Arnoud's Avatar
Join Date: Nov 2004
Real Name: Arnoud Kuipers
Location: Europe, Flanders
Arnoud is on a distinguished road

Default

Does it work now?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-26-2005, 03:12 PM   #16
Member
Join Date: Mar 2005
Real Name: Tyler
Location: North Carolina
TwiSteD is on a distinguished road

Default

sort of..even with the array with the while() its only printing out one result..




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-26-2005, 04:22 PM   #17
vBulletin Guru
Arnoud's Avatar
Join Date: Nov 2004
Real Name: Arnoud Kuipers
Location: Europe, Flanders
Arnoud is on a distinguished road

Default

Its doing that because you are not using a bit template.

When using while, always use bit templates.

If you don't know how to do that, just reply.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-26-2005, 06:57 PM   #18
Member
Join Date: Mar 2005
Real Name: Tyler
Location: North Carolina
TwiSteD is on a distinguished road

Default

yea i dont know how to do bit templates

Im not quite used to this templating...coming from phpBB lol..




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-27-2005, 05:08 AM   #19
vBulletin Guru
Arnoud's Avatar
Join Date: Nov 2004
Real Name: Arnoud Kuipers
Location: Europe, Flanders
Arnoud is on a distinguished road

Default

Ah, I see .

I'll code it for you when I find some time, keep an eye on this thread.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-27-2005, 03:56 PM   #20
Member
Join Date: Mar 2005
Real Name: Tyler
Location: North Carolina
TwiSteD is on a distinguished road

Default

Cool, thanks




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[REQ] Simple HIDE mod wartom vBulletin Modification Requests 3 01-02-2006 03:40 AM
[REQ] Admin Can Read Other PMs Thai vBulletin Modification Requests 2 11-23-2005 06:30 PM


All times are GMT -3. The time now is 06:51 AM.


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)