Search found 270 matches
- Mon Oct 23, 2017 1:35 pm
- Forum: General talk
- Topic: Transferring funds from Pounds to Euro, or Dollars, etc
- Replies: 6
- Views: 16216
Re: Transferring funds from Pounds to Euro, or Dollars, etc
COMPARISON for today How much you get when sending 1,000 GBP to EUR: http://dwalker.co.uk/other/transferwise-comparison.png To make this comparison table, we used information we took from the other providers’ websites (someone either does this manually, or we use some clever tech). The figures you ...
- Mon Oct 23, 2017 1:15 pm
- Forum: General talk
- Topic: Transferring funds from Pounds to Euro, or Dollars, etc
- Replies: 6
- Views: 16216
Re: Transferring funds from Pounds to Euro, or Dollars, etc
Now they have dropped the fee for transfers from GBP to EUR!
Great news for all, start saving on your transfers now: https://transferwise.com/u/davidw217
Let me know if you are not sure, but myself and lots of others have saved a great deal on transfer fees using them.
Great news for all, start saving on your transfers now: https://transferwise.com/u/davidw217
Let me know if you are not sure, but myself and lots of others have saved a great deal on transfer fees using them.
- Tue Sep 20, 2016 9:27 am
- Forum: General talk
- Topic: Transferring funds from Pounds to Euro, or Dollars, etc
- Replies: 6
- Views: 16216
Re: Transferring funds from Pounds to Euro, or Dollars, etc
Just used Transferwise and saved just over £18. If I had used a bank, or building society, the transfer would have cost £18 more on average due to their higher charges and poorer exchange rates. I have now been using them for over 3 years. They have saved me lots of money over that time, save yourse...
- Tue Jan 26, 2016 8:41 am
- Forum: phpAMA [forum]
- Topic: With regret phpAMA is now withdrawn
- Replies: 2
- Views: 6349
Re: With regret phpAMA is now withdrawn
I have been asked by a few existing members: "will it continue to work?" Yes, and it will not expire - no ads will show if expired. However, do not delay in changing to something else as I have already stated: potential exploits are imminent due to the security of the code base being out o...
- Fri Jan 22, 2016 7:43 pm
- Forum: phpAMA [forum]
- Topic: With regret phpAMA is now withdrawn
- Replies: 2
- Views: 6349
Re: With regret phpAMA is now withdrawn
:cry: This decision has not been easy, having developed it since 2004. 4 years ago I released WMM which was supposed to take over from phpAMA, I expended a great deal of time and effort into WMM to ensure it was secure and future proof. It was well coded and easily maintained. But it was a total fai...
- Fri Jan 22, 2016 7:39 pm
- Forum: phpAMA [forum]
- Topic: With regret phpAMA is now withdrawn
- Replies: 2
- Views: 6349
With regret phpAMA is now withdrawn
I am sorry to announce that phpAMA is now withdrawn and will not be updated anytime in the near future. Please cease using the application at your earliest convenience, it will not function correctly soon as newer versions of PHP are installed on more servers. Also, as it has not been updated since ...
- Thu Nov 26, 2015 1:25 pm
- Forum: General talk
- Topic: Transferring funds from Pounds to Euro, or Dollars, etc
- Replies: 6
- Views: 16216
Re: Transferring funds from Pounds to Euro, or Dollars, etc
I have used Transferwise since December 2013. That is almost 2 years now, and each transfer I have done has saved me money on the transfer charges. There have been lots of transfers made as we go to Spain quite often and pay for apartments via Transferwise. It does take longer than your bank to comp...
- Mon Jun 08, 2015 10:49 am
- Forum: phpMySQLAutoBackup [forum]
- Topic: table prefix contribution
- Replies: 0
- Views: 3550
table prefix contribution
I have received a useful contribution from a developer using phpMysqlAutoBackup, and have posted here as it will be useful to others and maybe included in the next release. Download here: http://www.dwalker.co.uk/phpmysqlautobackup/phpmysqlautobackup1.6.3-pre-fix-table-names-contribution.zip Notes f...
- Sun Mar 22, 2015 5:04 pm
- Forum: phpMySQLAutoBackup [forum]
- Topic: Error: dbc::prepare() - HOW TO FIX....
- Replies: 0
- Views: 2817
Error: dbc::prepare() - HOW TO FIX....
This is an issue with current version of phpMysqlAutoBackup: Version: 1.6.3 ERROR: Strict Standards: Declaration of dbc::prepare() should be compatible with PDO::prepare($statement, $options = NULL) in /home/andrewzaradmin/public_html/backup-scripts/backup-drupal/files/phpmysqlautobackup_extras.php ...
- Mon Mar 09, 2015 7:56 pm
- Forum: phpJobScheduler [forum]
- Topic: failing to create tables
- Replies: 0
- Views: 3855
failing to create tables
If your install is not creating the tables for you, try running this SQL to create the tables for you: CREATE TABLE IF NOT EXISTS `phpjobscheduler_logs` ( id int(11) NOT NULL auto_increment, date_added int(11), script varchar(128) default NULL, output text default NULL, execution_time varchar(60) de...
- Tue Jan 06, 2015 9:21 am
- Forum: phpMySQLAutoBackup [forum]
- Topic: Error: PHP Notice: Undefined index: HTTP_HOST in ...schema_for_export.php on line 82
- Replies: 0
- Views: 2621
Error: PHP Notice: Undefined index: HTTP_HOST in ...schema_for_export.php on line 82
If you are getting the error: Error: PHP Notice: Undefined index: HTTP_HOST in ...schema_for_export.php on line 82 Edit the file: /files/schema_for_export.php Change line 82 from: $thedomain = $_SERVER['HTTP_HOST']; to: $thedomain = $_SERVER['SERVER_NAME']; If that still fails (it might) then change...
- Mon Jun 02, 2014 5:20 pm
- Forum: phpJobScheduler [forum]
- Topic: 3.9 not executing
- Replies: 6
- Views: 9265
Re: 3.9 not executing
thunderpoet - yahoo. wrote:What good is the Test Path utility if it is not THE guide to getting Scripts to run?
Good comment, I have added this to be corrected for the next release.
- Mon Jun 02, 2014 5:17 pm
- Forum: phpJobScheduler [forum]
- Topic: How is this new feature supposed to be implemented?
- Replies: 1
- Views: 3547
Re: How is this new feature supposed to be implemented?
The details are here:
viewtopic.php?f=1&t=579
if you are unable to understand those posted there then I can not help, sorry.
viewtopic.php?f=1&t=579
if you are unable to understand those posted there then I can not help, sorry.
- Mon Jun 02, 2014 1:16 pm
- Forum: phpJobScheduler [forum]
- Topic: 3.9 not executing
- Replies: 6
- Views: 9265
Re: 3.9 not executing
To get your scripts to fire use the absolute url, eg. http://www.your.domain..com/scripttorun.php and not just "scripttorun.php" There is lots more about this here: http://www.dwalker.co.uk/members/forum/viewtopic.php?f=1&t=579 Also, the "test path" may work for testing but w...
- Mon Jun 02, 2014 1:13 pm
- Forum: phpJobScheduler [forum]
- Topic: 3.9 not executing
- Replies: 6
- Views: 9265
Re: 3.9 not executing
Hi, it is just a php warning error, not fatal!
To remove try using setlocale, as defined here:
https://php.net/strftime
All the best
Dave
To remove try using setlocale, as defined here:
https://php.net/strftime
All the best
Dave