Forum: JavaScript / DHTML / AJAX Jun 9th, 2008 |
| Replies: 3 Views: 975 Re: onclick event Try using this instead of the image input:
<button onclick="window.location.reload()">
<img src="admin/images/reset_btn.gif" />
</button> |
Forum: JavaScript / DHTML / AJAX Jun 6th, 2008 |
| Replies: 2 Views: 843 Re: AJAX rss not working in firefox Thanks for your answer. However, I've run some tests and it does create the request object in firefox.
This statement creates the firefox obj: xmlHttp=new XMLHttpRequest();
The problem is on the... |
Forum: JavaScript / DHTML / AJAX Jun 6th, 2008 |
| Replies: 2 Views: 843 AJAX rss not working in firefox I am trying to use ajax to display an rss feed. It works fine in IE, but does not work in firefox. Researching, I have heard that firefox has an error that occurs on an asynchronous ajax call. Does... |
Forum: PHP Oct 14th, 2007 |
| Replies: 5 Views: 1,571 |
Forum: PHP Oct 14th, 2007 |
| Replies: 5 Views: 1,571 |
Forum: PHP Oct 14th, 2007 |
| Replies: 5 Views: 1,571 Session variables not carrying over to next page Howdy all,
I'm making an authentication script using sessions variables, but the varible seems to disappear when trying to access it from another page.
A simple form on the home page takes a user... |
Forum: Growing an Online Community Sep 18th, 2007 |
| Replies: 10 Views: 1,794 |
Forum: Growing an Online Community Sep 10th, 2007 |
| Replies: 10 Views: 1,794 |
Forum: Growing an Online Community Sep 10th, 2007 |
| Replies: 10 Views: 1,794 |
Forum: Growing an Online Community Sep 10th, 2007 |
| Replies: 10 Views: 1,794 |
Forum: Growing an Online Community Sep 1st, 2007 |
| Replies: 11 Views: 2,004 Re: Forum hacked! bobchrist,
That's what so weird. I have been overrun with spam, I'm assuming for backlinks, but I'm just getting my site started and I get very little traffic. Backlinks from my site would seem... |
Forum: Growing an Online Community Sep 1st, 2007 |
| Replies: 11 Views: 2,004 Re: Forum hacked! Thanks for the sympathy Dani. Actually, they didn't do any damage beyond changing the forum category titles as far as I can tell. I did a quick scan over the database and all seems to be normal, so... |
Forum: Growing an Online Community Aug 30th, 2007 |
| Replies: 11 Views: 2,004 Forum hacked! I just got my forum fixed from being bombarded by spammers - three days spam free, but now my forum has been hacked!
This is on my forum titles: HACKED BY DEADMASTER AND ÝSTANBULLS
Has anyone ever... |
Forum: Growing an Online Community Aug 29th, 2007 |
| Replies: 10 Views: 1,762 Re: Need advice, forum getting spammed Thanks all, for your help and suggestions :) . I think I found a solution by altering some of the php code in the registration pages. So far, two days spam free!
I don't want to say specifically... |
Forum: Growing an Online Community Aug 25th, 2007 |
| Replies: 10 Views: 1,762 Re: Need advice, forum getting spammed Thanks Dani and Happygeek. I'll give that a try. I already have the captcha and email activation, but I've been deleting the members.
What about the website links on their profile, they are putting... |
Forum: Growing an Online Community Aug 19th, 2007 |
| Replies: 10 Views: 1,762 Re: Need advice, forum getting spammed Thanks Juiced. Do you mean another domain name or web host? I have other sites on the same host and they are not having problems.
Anyone else have any suggestions? I deleted 18 spam members today.... |
Forum: Growing an Online Community Aug 14th, 2007 |
| Replies: 10 Views: 1,762 Re: Need advice, forum getting spammed If anyone has any advice at all, I would greatly appreciate it.
I just deleted 14 new members and posts from my forum (same spammer), all posts about pills and porn. Again, this person has the... |
Forum: Growing an Online Community Aug 6th, 2007 |
| Replies: 10 Views: 1,762 Need advice, forum getting spammed Howdy all,
I have a forum that I am trying to get started, but the spam is getting out of control. I'm getting about 8 new fake members from the same spammer daily now. I know its from the same... |
Forum: Growing an Online Community Aug 6th, 2007 |
| Replies: 5 Views: 915 Re: What effort needs to be put into a Forum? redlobo, sounds like we have the same spammer.
I also use image and email verification, plus had my own custom check for a while, which did not stop the spammer. So, either he's creating the ID... |
Forum: Growing an Online Community Aug 3rd, 2007 |
| Replies: 5 Views: 915 Re: What effort needs to be put into a Forum? Actually, I'm curious about this too. I just re-started a forum that was getting spammed daily, about 4 or 5 new users/posts a day from the same person. I did a search on the user names that were... |
Forum: Search Engine Optimization Jul 19th, 2007 |
| Replies: 13 Views: 1,715 |
Forum: Search Engine Optimization Jul 17th, 2007 |
| Replies: 13 Views: 1,715 |
Forum: Website Reviews Jul 12th, 2007 |
| Replies: 4 Views: 517 Re: Webb site review I like the design - simple is good, in my opinion!
You site also gave me a good laugh! I'm at work on lunch - I'll donate a dollar later when I get home. Very clever idea!
I predict, if the site... |
Forum: ASP Apr 11th, 2007 |
| Replies: 6 Views: 2,781 Re: Retaining radio button value during paging Very similar except cookies reside on the client computer. Keeps the server from doing all the work and slowing it down. If you have 10 session variables and 20 users logged in, the server will have... |
Forum: ASP Apr 10th, 2007 |
| Replies: 6 Views: 2,781 |
Forum: ASP Apr 10th, 2007 |
| Replies: 0 Views: 1,015 Problems with .attachFile using CDONTS I'm having trouble sending an email when I use .AttachFile - below is the code that I am using:
Dim objMail
Set objMail = Server.CreateObject("CDONTS.NewMail")
objMail.From =... |
Forum: ASP Aug 22nd, 2006 |
| Replies: 2 Views: 2,960 Re: Sending multiple emails with asp Just a follow up here:
We didn't want all our contact's email addresss grouped together, so the emails were queued one by one with a one second delay between them. There are no images or anything... |
Forum: Promotion and Marketing Plans Aug 11th, 2006 |
| Replies: 9 Views: 2,042 Re: Google to offer "Cost-Per-Action" ads This subject really interests me, because although I have not used adsense or adwords, I plan to subscribe to both in the near future.
It might turn out to be good for advertisers, but I think the... |
Forum: ASP Aug 7th, 2006 |
| Replies: 2 Views: 2,960 Sending multiple emails with asp For my work, I am making a web application for our intranet that will query our accounts, and based on the input, will pull out the appropriate contact's email address to send a pre-scripted... |
Forum: Geeks' Lounge Jul 1st, 2006 |
| Replies: 2 Views: 644 Question: Reputation??? Hi All,
New to this forum and forums in general.
I hope this is not a stupid quetsion, but I searched the forum and can't find the answer.
What is the "Add to usernames's reputation" link next... |
Forum: PHP Jul 1st, 2006 |
| Replies: 5 Views: 1,197 |
Forum: PHP Jul 1st, 2006 |
| Replies: 5 Views: 1,197 |
Forum: PHP Jul 1st, 2006 |
| Replies: 5 Views: 1,197 Re: php + Javascript I'm kind of new to PHP, but you should be able to use PHP to throw out the javascript.
<?
echo "<script language=\"javascript\">"
echo "javascript code here"
echo "</script>"
I have not tried... |
Forum: Community Introductions Jun 21st, 2006 |
| Replies: 1 Views: 510 Hello! Hi all, my name is Gil and I live in College Station, TX - home to Texas A&M Universty. I found DaniWeb at work while searching for an ASP solution to something I was working on. I bookmarked the... |
Forum: Community Introductions Jun 21st, 2006 |
| Replies: 10 Views: 996 Re: New To The House Howdy! I'm new to the forum as well. I live in Texas and I thought it might make you feel better knowing that about 60 miles from where I live, there is Cut and Shoot, TX. No, not... |