]> git.mxchange.org Git - mailer.git/log
mailer.git
11 years agoFixed 'payments' cache (all array elements must have 'id' based index)
quix0r [Sun, 30 Sep 2012 20:09:09 +0000 (20:09 +0000)]
Fixed 'payments' cache (all array elements must have 'id' based index)

11 years agoAdded caching of 'payments' table, rewrote another 'else' block
quix0r [Sun, 30 Sep 2012 19:55:52 +0000 (19:55 +0000)]
Added caching of 'payments' table, rewrote another 'else' block

11 years agoUse more UNSIGNED as in most places negative values are not expected
quix0r [Sun, 30 Sep 2012 19:48:38 +0000 (19:48 +0000)]
Use more UNSIGNED as in most places negative values are not expected

11 years agoRemoved old lost code, rewrote 'else' block
quix0r [Sun, 30 Sep 2012 19:40:59 +0000 (19:40 +0000)]
Removed old lost code, rewrote 'else' block

11 years agoMinor: Typo fixed
quix0r [Sun, 30 Sep 2012 19:29:38 +0000 (19:29 +0000)]
Minor: Typo fixed

11 years agoVarious fixes to fix bug #226, comment #562, removed extension dependency register...
quix0r [Sun, 30 Sep 2012 19:11:50 +0000 (19:11 +0000)]
Various fixes to fix bug #226, comment #562, removed extension dependency register->country to avoid uninstallable (currently) script

11 years agoRenamed isSqlTableColumnFound() to ifSqlColumnExists()
quix0r [Sun, 30 Sep 2012 17:03:58 +0000 (17:03 +0000)]
Renamed isSqlTableColumnFound() to ifSqlColumnExists()

11 years agoFixes for #226, renamed function:
quix0r [Sun, 30 Sep 2012 16:36:02 +0000 (16:36 +0000)]
Fixes for #226, renamed function:
- Function isSqlTableCreated() renamed to ifSqlTableExists()
- Fixed bug in ajax-common.js: responseText is now replaced by reply_content
- Possible fixed bug #226 (please test it)
- TODOs.txt updated

11 years agoCIA.vc is dead again (now longer?)
quix0r [Sat, 29 Sep 2012 14:39:43 +0000 (14:39 +0000)]
CIA.vc is dead again (now longer?)

11 years agoTypo :(
quix0r [Sat, 29 Sep 2012 14:39:08 +0000 (14:39 +0000)]
Typo :(

11 years agoFixes
quix0r [Sat, 29 Sep 2012 14:38:10 +0000 (14:38 +0000)]
Fixes

11 years agoCode in 'init' phase of ext-order swapped out to daily_order.php, added filters for...
quix0r [Sat, 29 Sep 2012 14:36:02 +0000 (14:36 +0000)]
Code in 'init' phase of ext-order swapped out to daily_order.php, added filters for ext-rallye

11 years agoFix for SQL
quix0r [Sat, 29 Sep 2012 13:22:52 +0000 (13:22 +0000)]
Fix for SQL

11 years agoDo not rebuild cache if it is already rebuild
quix0r [Sat, 29 Sep 2012 13:19:17 +0000 (13:19 +0000)]
Do not rebuild cache if it is already rebuild

11 years agoAgain better check
quix0r [Sat, 29 Sep 2012 13:17:12 +0000 (13:17 +0000)]
Again better check

11 years agoAnother fix
quix0r [Sat, 29 Sep 2012 13:15:58 +0000 (13:15 +0000)]
Another fix

11 years agoBetter check
quix0r [Sat, 29 Sep 2012 13:11:25 +0000 (13:11 +0000)]
Better check

11 years agoFix for 'array_push() expects parameter 1 to be array, null given,errfile=extensions...
quix0r [Sat, 29 Sep 2012 13:07:39 +0000 (13:07 +0000)]
Fix for 'array_push() expects parameter 1 to be array, null given,errfile=extensions-functions.php,errline=1541'

11 years agoFix/rewrite
quix0r [Sat, 29 Sep 2012 13:00:05 +0000 (13:00 +0000)]
Fix/rewrite

11 years agoAdded missing email-functions.php :(
quix0r [Sat, 29 Sep 2012 12:52:18 +0000 (12:52 +0000)]
Added missing email-functions.php :(

11 years agomailer project continued:
quix0r [Sat, 29 Sep 2012 12:50:52 +0000 (12:50 +0000)]
mailer project continued:
 - Some global array elements renamed (someGlobalElement -> __some_global_element)
 - Copyright notice disabled in mailid.php as it destroys the frameset
 - Function debug_report_bug() renamed to reportBug()
 - Function app_die() renamed to app_exit()
 - More wrapper functions used (e.g. getRandomTan() instead of PHP's mt_rand())
 - New AJAX-based installation introduced (it is not finished)
 - Renamed several ALL_UPER_CASE() functions to camel-case notation
 - Extension ext-currency introduced which will deprecate ext-wernis all other eCurreny-related extensions
 - Renamed various HTML and email templates to new notation
 - Some shell scripts moved to 'contrib' folder
 - JQUERY updated to latest stable version (including custom build of jqueryui)
 - License files renamed/moved
 - Many other  fixes/improvements I forgot to mention
 - Varrious typos fixed
 - Copyright updated (to 2012)
 - TODOs.txt updated

11 years agoFix for wrong SQL statement 'LOW_PRIRITY'
quix0r [Tue, 31 Jul 2012 19:16:28 +0000 (19:16 +0000)]
Fix for wrong SQL statement 'LOW_PRIRITY'

11 years agoFinal (?) fix for #223
quix0r [Tue, 31 Jul 2012 19:14:43 +0000 (19:14 +0000)]
Final (?) fix for #223

11 years agoFix for #223
quix0r [Tue, 31 Jul 2012 19:05:17 +0000 (19:05 +0000)]
Fix for #223

11 years agoimport_request_variables() is no longer valid with PHP 5.4.4 (or less?)
quix0r [Tue, 3 Jul 2012 21:49:58 +0000 (21:49 +0000)]
import_request_variables() is no longer valid with PHP 5.4.4 (or less?)

11 years agoIgnore all logfiles
quix0r [Tue, 3 Jul 2012 12:46:03 +0000 (12:46 +0000)]
Ignore all logfiles

11 years agoFixed proxy support where CONNECT is not allowed
quix0r [Mon, 2 Jul 2012 19:12:17 +0000 (19:12 +0000)]
Fixed proxy support where CONNECT is not allowed

11 years agoFix for latest PHP 5.4.x changes
quix0r [Sat, 30 Jun 2012 16:02:04 +0000 (16:02 +0000)]
Fix for latest PHP 5.4.x changes

11 years agogetArrayFromDirectory() does now exclude files with size below 50 Bytes which always...
quix0r [Mon, 25 Jun 2012 23:02:44 +0000 (23:02 +0000)]
getArrayFromDirectory() does now exclude files with size below 50 Bytes which always indicates that the file is deprecated

12 years agoAdded check for file size to prevent loading deprecated include files (which are...
quix0r [Sat, 23 Jun 2012 11:18:32 +0000 (11:18 +0000)]
Added check for file size to prevent loading deprecated include files (which are ~ 23 bytes)

12 years agoOne more found
quix0r [Fri, 22 Jun 2012 21:00:38 +0000 (21:00 +0000)]
One more found

12 years agoBetter here
quix0r [Fri, 22 Jun 2012 00:07:00 +0000 (00:07 +0000)]
Better here

12 years agoSort reversed
quix0r [Fri, 22 Jun 2012 00:05:44 +0000 (00:05 +0000)]
Sort reversed

12 years agoDamn thing, that where local changes :(
quix0r [Fri, 22 Jun 2012 00:02:32 +0000 (00:02 +0000)]
Damn thing, that where local changes :(

12 years agoFixed referral system (hopefully for good)
quix0r [Thu, 21 Jun 2012 23:56:35 +0000 (23:56 +0000)]
Fixed referral system (hopefully for good)

12 years agoMore renames for suffix _NOTE -> _NOTICE
quix0r [Thu, 21 Jun 2012 13:24:29 +0000 (13:24 +0000)]
More renames for suffix _NOTE -> _NOTICE

12 years agoLast files for _NOTE->_NOTICE renaming
quix0r [Tue, 19 Jun 2012 13:15:04 +0000 (13:15 +0000)]
Last files for _NOTE->_NOTICE renaming

12 years agoFinal back of language id renaming (ticket #219)
quix0r [Mon, 18 Jun 2012 13:29:53 +0000 (13:29 +0000)]
Final back of language id renaming (ticket #219)

12 years agoNext batch of fixed language ids (renamed, see ticket #219)
quix0r [Mon, 18 Jun 2012 13:29:11 +0000 (13:29 +0000)]
Next batch of fixed language ids (renamed, see ticket #219)

12 years agoNext batch of fixed language ids (renamed, see ticket #219)
quix0r [Mon, 18 Jun 2012 13:28:45 +0000 (13:28 +0000)]
Next batch of fixed language ids (renamed, see ticket #219)

12 years agoNext batch of fixed language ids (renamed, see ticket #219)
quix0r [Mon, 18 Jun 2012 13:27:42 +0000 (13:27 +0000)]
Next batch of fixed language ids (renamed, see ticket #219)

12 years agoNext batch of fixed language ids (renamed, see ticket #219)
quix0r [Mon, 18 Jun 2012 13:27:24 +0000 (13:27 +0000)]
Next batch of fixed language ids (renamed, see ticket #219)

12 years agoNext batch of fixed language ids (renamed, see ticket #219)
quix0r [Mon, 18 Jun 2012 13:27:03 +0000 (13:27 +0000)]
Next batch of fixed language ids (renamed, see ticket #219)

12 years agoFirst batch of fixed language ids (renamed, see ticket #219)
quix0r [Mon, 18 Jun 2012 13:25:44 +0000 (13:25 +0000)]
First batch of fixed language ids (renamed, see ticket #219)

12 years agoFirst batch of fixed language ids (renamed, see ticket #219)
quix0r [Mon, 18 Jun 2012 13:25:29 +0000 (13:25 +0000)]
First batch of fixed language ids (renamed, see ticket #219)

12 years agoAlso deprecated (replaced by ext-currency; these extensions were stubs and did never...
quix0r [Sat, 16 Jun 2012 23:40:12 +0000 (23:40 +0000)]
Also deprecated (replaced by ext-currency; these extensions were stubs and did never work

12 years agoExtension ext-funcoins is being replaced by ext-currency (not yet commited)
quix0r [Sat, 16 Jun 2012 23:34:09 +0000 (23:34 +0000)]
Extension ext-funcoins is being replaced by ext-currency (not yet commited)

12 years agoRenamed 'ADMIN_FOO_NOTE' to 'ADMIN_FOO_NOTICE', refactured templates
quix0r [Sat, 16 Jun 2012 23:28:19 +0000 (23:28 +0000)]
Renamed 'ADMIN_FOO_NOTE' to 'ADMIN_FOO_NOTICE', refactured templates

12 years agoExtension ext-primera is now deprecated (see ticket #8's last comment)
quix0r [Fri, 15 Jun 2012 19:00:15 +0000 (19:00 +0000)]
Extension ext-primera is now deprecated (see ticket #8's last comment)

12 years agoFixes: Use instead of (old), extracted proxy hostname to variable
quix0r [Wed, 13 Jun 2012 13:33:55 +0000 (13:33 +0000)]
Fixes: Use instead of (old), extracted proxy hostname to variable
12 years agoFix for fix
quix0r [Sun, 10 Jun 2012 13:05:01 +0000 (13:05 +0000)]
Fix for fix

12 years agoNot this ... :(
quix0r [Sun, 10 Jun 2012 12:54:50 +0000 (12:54 +0000)]
Not this ... :(

12 years agoFixes for ext-online (not perfect, but working)
quix0r [Sun, 10 Jun 2012 12:53:23 +0000 (12:53 +0000)]
Fixes for ext-online (not perfect, but working)

12 years agoFix for template
quix0r [Fri, 8 Jun 2012 11:15:33 +0000 (11:15 +0000)]
Fix for template

12 years agofetchUserStatus()-s return value was not handled, which causes possible login errors...
quix0r [Tue, 5 Jun 2012 15:50:06 +0000 (15:50 +0000)]
fetchUserStatus()-s return value was not handled, which causes possible login errors ('Unknown account status occured' or so) with nickname, login with user id is not affected by this bug

12 years agoFixed wrong element
quix0r [Sun, 4 Mar 2012 22:49:53 +0000 (22:49 +0000)]
Fixed wrong element

12 years agoExclude 'index.php' linking in all modules except 'index'
quix0r [Sun, 11 Dec 2011 05:53:23 +0000 (05:53 +0000)]
Exclude 'index.php' linking in all modules except 'index'

12 years agoFirst purge cache files, then redirect ...
quix0r [Sun, 4 Dec 2011 00:37:41 +0000 (00:37 +0000)]
First purge cache files, then redirect ...

12 years agoupdateLastActivity() fails in modules like mailid.php
quix0r [Fri, 2 Dec 2011 15:57:53 +0000 (15:57 +0000)]
updateLastActivity() fails in modules like mailid.php

12 years agoSome important/minor improvements/fixes:
quix0r [Fri, 25 Nov 2011 22:17:56 +0000 (22:17 +0000)]
Some important/minor improvements/fixes:
- Replace {,} with entities
- Introduced isPhpVersionEqualNewer()
- Added/improved some comments

12 years agoAlso no raw output-mode here. This is being used only for server redirects
quix0r [Wed, 9 Nov 2011 16:37:16 +0000 (16:37 +0000)]
Also no raw output-mode here. This is being used only for server redirects

12 years agoBetter encapsulate this a little ...
quix0r [Wed, 9 Nov 2011 07:19:36 +0000 (07:19 +0000)]
Better encapsulate this a little ...

12 years agoAlways reset cache and output-mode must be 'raw' to make redirects working
quix0r [Wed, 9 Nov 2011 07:15:45 +0000 (07:15 +0000)]
Always reset cache and output-mode must be 'raw' to make redirects working

12 years agoFix for brikeb template engine in preparation of AJAX
quix0r [Tue, 8 Nov 2011 22:00:47 +0000 (22:00 +0000)]
Fix for brikeb template engine in preparation of AJAX

12 years agoIntroduced new image output mode #2
quix0r [Thu, 29 Sep 2011 00:30:25 +0000 (00:30 +0000)]
Introduced new image output mode #2

12 years agoIntroduced new image output mode
quix0r [Thu, 29 Sep 2011 00:29:58 +0000 (00:29 +0000)]
Introduced new image output mode

12 years agoFixes for 'empty what' message
quix0r [Thu, 29 Sep 2011 00:19:26 +0000 (00:19 +0000)]
Fixes for 'empty what' message

12 years agoNow with two underscores
quix0r [Mon, 26 Sep 2011 14:32:04 +0000 (14:32 +0000)]
Now with two underscores

12 years agoAll previously (by mistake) committed files marked as deprecated
quix0r [Mon, 26 Sep 2011 14:25:51 +0000 (14:25 +0000)]
All previously (by mistake) committed files marked as deprecated

12 years agoReverted last commit
quix0r [Mon, 26 Sep 2011 14:20:11 +0000 (14:20 +0000)]
Reverted last commit

12 years agoHotfix
quix0r [Mon, 26 Sep 2011 14:16:55 +0000 (14:16 +0000)]
Hotfix

12 years agoAll setters for 'what', 'action' and 'module' now set their values plain (avoid doubl...
quix0r [Mon, 26 Sep 2011 14:04:45 +0000 (14:04 +0000)]
All setters for 'what', 'action' and 'module' now set their values plain (avoid double-escaping)

12 years agoThis query got broken on rewrite phase
quix0r [Wed, 21 Sep 2011 08:19:44 +0000 (08:19 +0000)]
This query got broken on rewrite phase

12 years agoThere are some excepts in the excepts ... ;)
quix0r [Tue, 20 Sep 2011 02:19:58 +0000 (02:19 +0000)]
There are some excepts in the excepts ... ;)

12 years agoThese JavaScript templates cannot be lincesed properly (GNU header is gigantic compar...
quix0r [Mon, 19 Sep 2011 22:06:31 +0000 (22:06 +0000)]
These JavaScript templates cannot be lincesed properly (GNU header is gigantic compared to the little lonly attribute)

12 years agoNow getCurrentTheme() does check if 'theme' is provided in POST data or URL, by POST...
quix0r [Mon, 19 Sep 2011 17:56:33 +0000 (17:56 +0000)]
Now getCurrentTheme() does check if 'theme' is provided in POST data or URL, by POST rules

12 years agoLicense stuff moved from README to COPYING
quix0r [Mon, 19 Sep 2011 17:31:27 +0000 (17:31 +0000)]
License stuff moved from README to COPYING

12 years agoExcept notice added for js/jquery.js which is dual-licensed software
quix0r [Mon, 19 Sep 2011 16:41:46 +0000 (16:41 +0000)]
Except notice added for js/jquery.js which is dual-licensed software

12 years agoThis was not intended to be committed
quix0r [Fri, 16 Sep 2011 23:02:09 +0000 (23:02 +0000)]
This was not intended to be committed

12 years agoThis should display the data?
quix0r [Fri, 16 Sep 2011 23:00:53 +0000 (23:00 +0000)]
This should display the data?

12 years agoTypos fixed, minor cleanup in inc/config-global.php
quix0r [Thu, 15 Sep 2011 22:19:24 +0000 (22:19 +0000)]
Typos fixed, minor cleanup  in inc/config-global.php

12 years agouserid shall be NULL by default everywhere possible
quix0r [Thu, 15 Sep 2011 15:44:42 +0000 (15:44 +0000)]
userid shall be NULL by default everywhere possible

12 years agoMissing wrapper for admin_menu_javascript added
quix0r [Thu, 15 Sep 2011 15:35:28 +0000 (15:35 +0000)]
Missing wrapper for admin_menu_javascript added

12 years agoNote for incomplete 'logical areas' added (won't be deprecated)
quix0r [Thu, 15 Sep 2011 15:33:48 +0000 (15:33 +0000)]
Note for incomplete 'logical areas' added (won't be deprecated)

12 years agoExtension ext-cprping introduced (dummy), 'install' directory excluded from GNU GPL:
quix0r [Thu, 15 Sep 2011 12:23:00 +0000 (12:23 +0000)]
Extension ext-cprping introduced (dummy), 'install' directory excluded from GNU GPL:
- New extension ext-cprping introduced (I had that idea of reactivating the code
  at http://cpr-stats.mxchange.org
- Some functions moved above note for auto-recreated functions
- Directory 'install' excluded from GNU GPL
- TODOs.txt updated

12 years agoSome functions renamed:
quix0r [Tue, 13 Sep 2011 16:06:27 +0000 (16:06 +0000)]
Some functions renamed:
- sendHeader() and flushHeaders() renamed to addHttpHeader() and
  flushHttpHeaders(), these are only HTTP-related functions
- Therefore they have been moved to proper library script

12 years agoMisc cleanups
quix0r [Tue, 13 Sep 2011 15:03:35 +0000 (15:03 +0000)]
Misc cleanups

12 years agoLesser 'tab-bed coded' is better
quix0r [Mon, 12 Sep 2011 22:08:16 +0000 (22:08 +0000)]
Lesser 'tab-bed coded' is better

12 years agoExtension ext-network continued:
quix0r [Mon, 12 Sep 2011 21:38:37 +0000 (21:38 +0000)]
Extension ext-network continued:
- Adding/listing of v-check parameters added
- V-check parameters added for all supported networks (more will follow!)
- Function fooParamKey() renamed to fooParameterKey(), we don't shortcut things
- TODOs.txt updated

12 years agoLicense exception added for DOCS, img and templates which makes all no sense to put...
quix0r [Mon, 12 Sep 2011 09:11:12 +0000 (09:11 +0000)]
License exception added for DOCS, img and templates which makes all no sense to put these files under GNU GPL

12 years agoDo not check if a config entry is there in this situation
quix0r [Sun, 11 Sep 2011 11:18:35 +0000 (11:18 +0000)]
Do not check if a config entry is there in this situation

12 years agoLogic fixed and comments improved
quix0r [Sun, 11 Sep 2011 11:15:50 +0000 (11:15 +0000)]
Logic fixed and comments improved

12 years agoFixes for purging inactive users
quix0r [Sun, 11 Sep 2011 11:04:02 +0000 (11:04 +0000)]
Fixes for purging inactive users

12 years agoDoes sound better this way
quix0r [Sat, 10 Sep 2011 10:16:15 +0000 (10:16 +0000)]
Does sound better this way

12 years agoExtension ext-network continued:
quix0r [Sat, 10 Sep 2011 10:00:00 +0000 (10:00 +0000)]
Extension ext-network continued:
- Tables network_vcheck_params, network_vcheck_errors and network_vcheck_config
  added which will allow a per-advertising-network access on network-vcheck.php
  to report back from the network to the mailer that the payout was success
- A column was missing in one export function which results in broken SQL
  queries

12 years agoAdvertising network 'Ads2Webbi' basicly added
quix0r [Fri, 9 Sep 2011 08:37:45 +0000 (08:37 +0000)]
Advertising network 'Ads2Webbi' basicly added

12 years agoUpdated notes about contributors
quix0r [Fri, 9 Sep 2011 07:58:36 +0000 (07:58 +0000)]
Updated notes about contributors

12 years agoExtension ext-network continued:
quix0r [Wed, 7 Sep 2011 08:38:10 +0000 (08:38 +0000)]
Extension ext-network continued:
- Advertising network Ads2Earn added
- pre-tag for exporting database entries moved to templates

12 years agoRemoved die() from debugging
quix0r [Tue, 6 Sep 2011 13:50:25 +0000 (13:50 +0000)]
Removed die() from debugging

12 years agouseProxy is duplicate, because isProxyUsed() is cached, fixed bug in IP resolver...
quix0r [Tue, 6 Sep 2011 13:49:42 +0000 (13:49 +0000)]
useProxy is duplicate, because isProxyUsed() is cached, fixed bug in IP resolver (opps)