User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 383,979 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,392 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 35 of 35
Search took 0.01 seconds.
Posts Made By: gil857
Forum: JavaScript / DHTML / AJAX Jun 9th, 2008
Replies: 3
Views: 975
Posted By gil857
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
Posted By gil857
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
Posted By gil857
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
Posted By gil857
Re: Session variables not carrying over to next page

Thanks! That did it!

I'm more familiar with ASP session variables because that's what I use at work. This was the first time I have used a PHP session script, I though you only needed the...
Forum: PHP Oct 14th, 2007
Replies: 5
Views: 1,571
Posted By gil857
Re: Session variables not carrying over to next page

Yes, I did have the

session_start();
and it does show the session variables on the authentication page when I echo the


$_SESSION["authenticated"]

variable. It returns 'YES', so I know its...
Forum: PHP Oct 14th, 2007
Replies: 5
Views: 1,571
Posted By gil857
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
Posted By gil857
Re: WTH I am really getting pissed at all the human spam dumbasses

Sorry for the delay woocha - just sent you a pm.
Forum: Growing an Online Community Sep 10th, 2007
Replies: 10
Views: 1,794
Posted By gil857
Re: WTH I am really getting pissed at all the human spam dumbasses

Can I send you a PM through Daniweb? I'm afraid the spammer will catch on to the fix. I only have my forum in the signature here on Daniweb and on digital point forums - I think he's picking up his...
Forum: Growing an Online Community Sep 10th, 2007
Replies: 10
Views: 1,794
Posted By gil857
Re: WTH I am really getting pissed at all the human spam dumbasses

Sorry, my last post does sound weird. Log in to your phpbb admin panel, under the USER ADMIN section, click on MANAGEMENT and look up the profile and settings of the user that is spamming you. If the...
Forum: Growing an Online Community Sep 10th, 2007
Replies: 10
Views: 1,794
Posted By gil857
Re: WTH I am really getting pissed at all the human spam dumbasses

woocha,

Do you have a phpbb forum that is getting spammed? If so, look at the spam profile and see if the board language is set to Albanian.
Forum: Growing an Online Community Sep 1st, 2007
Replies: 11
Views: 2,004
Posted By gil857
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
Posted By gil857
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
Posted By gil857
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
Posted By gil857
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
Posted By gil857
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
Posted By gil857
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
Posted By gil857
Help 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
Posted By gil857
Help 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
Posted By gil857
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
Posted By gil857
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
Posted By gil857
Re: Meta tags - should they be unique for each page on a site?

Thanks for all the replies. I am going to go back and make the tags specific to the page. I will post if I see any difference, but I probably won't see anything since I just started working on my...
Forum: Search Engine Optimization Jul 17th, 2007
Replies: 13
Views: 1,715
Posted By gil857
Meta tags - should they be unique for each page on a site?

On each page of my website, I'm using the php function require("header") for my meta tag description and keywords so that I only have to change it in one place, should I want to modify it a bit...
Forum: Website Reviews Jul 12th, 2007
Replies: 4
Views: 517
Posted By gil857
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
Posted By gil857
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
Posted By gil857
Re: Retaining radio button value during paging

What about using a cookie to hold the value. You could use either ASP or javascript
Forum: ASP Apr 10th, 2007
Replies: 0
Views: 1,015
Posted By gil857
Help 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
Posted By gil857
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
Posted By gil857
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
Posted By gil857
Question 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
Posted By gil857
Question 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
Posted By gil857
Re: php + Javascript

OOPS AGAIN!!!

I use ASP at work. Should be trailing:


?>



:eek:
Forum: PHP Jul 1st, 2006
Replies: 5
Views: 1,197
Posted By gil857
Re: php + Javascript

Oops, forgot the trailing:


%>
Forum: PHP Jul 1st, 2006
Replies: 5
Views: 1,197
Posted By gil857
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
Posted By gil857
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
Posted By gil857
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...
Showing results 1 to 35 of 35

 
All times are GMT -4. The time now is 2:48 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC