-
windowsix committed patchset 3 of module codefrags to the TextAds CVS repository, changing 3 files.
2002-07-17 19:49:51 UTC in TextAds
-
windowsix committed patchset 2 of module codefrags to the TextAds CVS repository, changing 3 files.
2002-07-17 19:40:00 UTC in TextAds
-
windowsix committed patchset 1 of module codefrags to the TextAds CVS repository, changing 3 files.
2002-07-17 19:40:00 UTC in TextAds
-
3.23.xx is listed as the minimum because that is what is was developed on and in reality the only reasonable level I wanted to support. In other words, I didn't want to deal with problems being reported in previous versions of MySQL so I simply used the most current version and called that the baseline minimum. Now, that being said, I know of nothing in the code that would prevent it from...
2002-07-01 13:20:34 UTC in TextAds
-
Logged In: YES
user_id=445336
Hey, FYI, the problem is a bug in PHP v4.06. It has been
corrected in 4.10 and 4.11. Here's a pointer to the bug
report on the php.net website:
http://bugs.php.net/bug.php?id=12266.
2002-02-16 23:44:24 UTC in SourceForge.net
-
Paul,
Thanks for the enthusiastic feedback :-)
A lot of what you mentioned is in the works though for version 2.0 not 1.0. You can check out the development roadmap at:
http://textads.sourceforge.net/modules.php?op=modload&name=News&file=article&sid=6&mode=&order=0
The great thing about your comments is that they confirm some of my thinking. You sort of go...
2002-02-14 23:31:52 UTC in TextAds
-
Hi Mike,
For the textads.php (and a few other places) I have been working with the idea of making mini-includes. So, DB functions would all be in one include file, logic in another, display in another, etc. I think you are I are thinking along the same lines in the sense of breaking things out so as not to require the entire functions.php being called when all you really want is one or two...
2002-02-14 23:24:01 UTC in TextAds
-
Mike,
Though it's not an excuse, this version was somewhat rushed into the public domain. I had been using it on my site for some time and had no problems. Then again, it was designed around how I had my site configured. I had some people who wanted to use the software and so I tried to get it out there sort of in an "AS IS" state.
In version 1.0 (which I'm hoping to have...
2002-02-13 23:06:21 UTC in TextAds
-
I keep getting errors like the one below when I
access pages on http://textads.sourceforge.net
Fatal error: Allowed memory size of 8388608 bytes
exhausted (tried to allocate 2 bytes)
in /home/groups/t/te/textads/htdocs/textads/functions.
php on line 608
I have this software running on several other
machines that I own (i.e. non SourceForge websites)
and receive no such errors...
2002-02-12 16:31:16 UTC in SourceForge.net
-
Fixes problems for people not using a Nuke based CMS system.
Made changes to update textad.php, config.php and README for users who are
not using a Nuke based CMS sytem and were getting Unable to select database
errors.
Added a $cms_nuke variable to config.php, and change the line in
textad.php from:
releaseLink();
to
if($GLOBALS[cms_nuke] == 1)
{...
2002-02-06 18:07:51 UTC in TextAds