check it out !
Moderators: Hacker, petermad, Stefan2, white
Well, I've just tried and it works.poiuytr wrote:I tried http://clubtotal.free.fr/ and get this:
HTTP Error 403 - Forbidden
yes, for people with dreadlock's it is forbiddenpoiuytr wrote:I tried http://clubtotal.free.fr/ and get this:
HTTP Error 403 - Forbidden

No, seriously, I don't know what the problem is....please try again
...BRB...
Ok,
the site is now migrated to http://clubtotal.free.fr
(the short-cuts http://www.clubtotal.tk and http://clubtotal.has.it have also been redirected and still work)
I've set up 2 maillists:
[1] ClubTotal News
- I will announce on this list when I've updated the website.
- This will be a low traffic list: I will be the only one to send messages and I will never send attachments.
[2] ClubTotal Plugins:
- This list is for distributing new/updated plugins only (discussion should be done in the forum. Bugreports sent to the plugin authors).
- Public list: all members can send emails with attachments. But It would be nice if only plugin authors would post updated plugins to keep the traffic minimal
- The maximum attachment size has been limited to around 0.5 mb (most plugins are between 50-300 kb).
see the site for subscribing
the site is now migrated to http://clubtotal.free.fr
(the short-cuts http://www.clubtotal.tk and http://clubtotal.has.it have also been redirected and still work)
I've set up 2 maillists:
[1] ClubTotal News
- I will announce on this list when I've updated the website.
- This will be a low traffic list: I will be the only one to send messages and I will never send attachments.
[2] ClubTotal Plugins:
- This list is for distributing new/updated plugins only (discussion should be done in the forum. Bugreports sent to the plugin authors).
- Public list: all members can send emails with attachments. But It would be nice if only plugin authors would post updated plugins to keep the traffic minimal
- The maximum attachment size has been limited to around 0.5 mb (most plugins are between 50-300 kb).
see the site for subscribing
...BRB...
Maxwish,
1. When you enter using www.maxwish.tk - you see the last message dated on 23rd of May and using http://www.clubtotal.tk/ - 27th of May.
I'm sure many people still haven't changed their old bookmarks so...
2. New server is IMO much slower
3. At the top, on the right side there are bookmarks to your page - make them clickable - it's easier to click them with the right button and add to favourities than: select the text, copy it and...
1. When you enter using www.maxwish.tk - you see the last message dated on 23rd of May and using http://www.clubtotal.tk/ - 27th of May.
I'm sure many people still haven't changed their old bookmarks so...

2. New server is IMO much slower

3. At the top, on the right side there are bookmarks to your page - make them clickable - it's easier to click them with the right button and add to favourities than: select the text, copy it and...
thanks, fixed today...djk wrote: 1. When you enter using www.maxwish.tk...
yes, I've noticed. But the extra space, no ads, offsite linking and maillist still justify the change. And for free hosting, I can't complain..djk wrote: 2. New server is IMO much slower...
Donedjk wrote: 3. At the top, on the right side there are bookmarks to your page....
...BRB...
Maybe you could use this on your subscribe page:Maxwish wrote:Ok,
the site is now migrated to http://clubtotal.free.fr
(the short-cuts http://www.clubtotal.tk and http://clubtotal.has.it have also been redirected and still work)
I've set up 2 maillists:
[1] ClubTotal News
- I will announce on this list when I've updated the website.
- This will be a low traffic list: I will be the only one to send messages and I will never send attachments.
[2] ClubTotal Plugins:
- This list is for distributing new/updated plugins only (discussion should be done in the forum. Bugreports sent to the plugin authors).
- Public list: all members can send emails with attachments. But It would be nice if only plugin authors would post updated plugins to keep the traffic minimal
- The maximum attachment size has been limited to around 0.5 mb (most plugins are between 50-300 kb).
see the site for subscribing
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function resetform() {
document.forms[0].elements[1]=="";
}
function submitForms() {
if (isEmail())
if (confirm("\n You are about to e-mail your submission. \n\nYES to submit. NO to abort."))
{
alert("\nYour submission will now be sent. \n\n Use the Return Button once the submission is complete to return to my home page.\n\n\n Thank you for joining our mailing list!");
return true;
}
else
{
alert("\n You have chosen to abort the submission.");
return false
}
else
return false;
}
function isEmail() {
if (document.forms[0].elements[1].value == "") {
alert ("\n The E-Mail field is blank. \n\n Please enter your E-Mail address.")
document.forms[0].elements[1].focus();
return false;
}
if (document.forms[0].elements[1].value.indexOf ('@',0) == -1 ||
document.forms[0].elements[1].value.indexOf ('.',0) == -1) {
alert ("\n The E-Mail field requires a "@" and a "."be used. \n\nPlease re-enter your E-Mail address.")
document.forms[0].elements[1].select();
document.forms[0].elements[1].focus();
return false;
}
return true;
}
// End -->
</SCRIPT>
For News:
<FORM enctype="text/plain" name="addform" method='get'
action='mailto:clubtotalnews-request@ml.free.fr?subject=subscribe' onSubmit="return submitForms()">
<input type="hidden" name="Form" value="Submit Sub">
<input name="Email Address" type=text value="Your E-mail address" size=35,1 maxlength=80>
<input name="reset" type="reset" onClick=resetform() value="Reset Form">
<input name="submit" type="submit" value="Subscribe to Club Total News">
</FORM>
For Plugins:
<FORM enctype="text/plain" name="addform" method='get'
action='mailto:clubtotalplugins-request@ml.free.fr?subject=subscribe' onSubmit="return submitForms()">
<input type="hidden" name="Form" value="Submit Sub">
<input name="Email Address" type=text value="Your E-mail address" size=33,1 maxlength=80>
<input name="reset" type="reset" onClick=resetform() value="Reset Form">
<input name="submit" type="submit" value="Subscribe to Club Total Plugins">
</FORM>
(script taken from jsmadeeasy, with little modification)
2 djk
Have a look at: http://www.coolfreepages.com/
+ 50MB/FTP/PHP/MySQL/unlimited bandwith
- popup banner/no php or database support (so you have to upload phpmyadmin yourself)
2 Pradera
Thanks for your effort, but I don't think I'll use it.
To subscribe to the list one must send an email from his own address. Using the "mailto" action in the form seems correct but mailto uses the name listed in the default email client as sender so this might get a bit confusing if somebody enters a different email than the default system email....
A form could be used with the Sendmail function but this has been disable by the Host (for obvious reasons)
So I just turned the address into links.
Have a look at: http://www.coolfreepages.com/
+ 50MB/FTP/PHP/MySQL/unlimited bandwith
- popup banner/no php or database support (so you have to upload phpmyadmin yourself)
2 Pradera
Thanks for your effort, but I don't think I'll use it.
To subscribe to the list one must send an email from his own address. Using the "mailto" action in the form seems correct but mailto uses the name listed in the default email client as sender so this might get a bit confusing if somebody enters a different email than the default system email....
A form could be used with the Sendmail function but this has been disable by the Host (for obvious reasons)
So I just turned the address into links.
...BRB...
Sounds nice, thanks, I will try it.Maxwish wrote:2 djk
Have a look at: http://www.coolfreepages.com/
+ 50MB/FTP/PHP/MySQL/unlimited bandwith
- popup banner/no php or database support (so you have to upload phpmyadmin yourself)
