Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Free Torrent Source
Reply
  #1  
Old 10th January 2010, 02:06
benjaminbih benjaminbih is offline
Senior Member
 
Join Date: Jul 2008
Bosnia-Herzegovina
Posts: 70
Default [FIX] FTS 1.1 invalid argument when saving Payment Settings
First
SQL:
PHP Code:
INSERT  INTO `options` ( `option_name` ,
 `
option_value` )
VALUES 'payment_wire_details',  'Your wire transfer description goes here'); 
Then make the payment settigns writting into cache and conf:
open /administrator/options.php and find:
PHP Code:
    tr("Wire transfer details","<textarea name=payment_wire_details cols=85 rows=25 id=payment_wire_details>".get('payment_wire_details')."</textarea>",1);
    
JsB::wysiwyg('payment_wire_details'); 
and change to
PHP Code:
    tr("Wire transfer details","<textarea name=payment_wire_details cols=85 rows=25 id=payment_wire_details>".get('payment_wire_details')."</textarea>",1);
    
//JsB::wysiwyg('payment_wire_details'); 

Open /include/libs/config/misc.php and add this:
PHP Code:
$payment_wire_details FFactory::configoption(@dbv('payment_wire_details'),'Your wire transfer description goes here'); 
after this:
PHP Code:
$payment_wire_enable FFactory::configoption(@dbv('payment_wire_enable'),'yes'); 
This must be all
Reply With Quote
The Following 2 Users Say Thank You to benjaminbih For This Useful Post:
drone (11th January 2010), Edgein (10th January 2010)
Reply

Tags
11 , argument , fix , fts , invalid , payment , saving , settings

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[req_tsse5.6]how to modify upload settings Marco Template Shares 0 8th December 2009 23:45
[pmbt 2.0.4]problem with tracker settings ferdis BT.Manager (phpMyBitTorrent) 4 12th September 2009 15:17
fts 1.0.3 site settings error Sithlord Free Torrent Source 5 15th April 2009 00:23
YUNA -Settings page! help! LoaT Community Cafe 14 2nd February 2009 23:22
[PMBT2.0X]Bug in admin settings joeroberts BT.Manager (phpMyBitTorrent) 0 24th January 2009 06:06



All times are GMT +2. The time now is 23:39. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.