- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
20 Posted Topics
Howdy All, I'm creating a database for UFO sightings and would appreciate some feedback or suggestions. Yes I know, strange topic. Some background info so that the problem is understood: I'm extracting data from several large UFO database catalogs, news articles, and other miscellaneous sources, so that the data can …
I'm not a database guru, but I'm planning a database and I'm not sure which solution would be better for the long run ( in terms of query speed ): - A single table that has multiple fields of a set quantity. For example one field might be for a …
Howdy All, I have a wordpress website where the featured image is being used as a thumbnail on the front index page. Here is the code I'm using: <?php the_post_thumbnail( array(100,75), array('class' => 'alignleft' ) ); ?> It works fine on a specified category post where I'm using the same …
Hi SureEM25, Your padding could be hiding it - 120px is huge. How big is your header container?
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 person because I have noticed the board language is always …
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 later. But now I'm wondering if it is better to have a …
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 web publishers will really take a hit on this. It sort of takes …
Try using this instead of the image input: [code=javascript] <button onclick="window.location.reload()"> <img src="admin/images/reset_btn.gif" /> </button> [/code]
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 anyone know a work around for firefox. Any help much appreciated. …
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 seen this? You can still see it, just happened this morning and I …
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 name and password, it then goes to an authentication page. The authenticate page is making a …
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.
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 being created and I saw other forums getting hit by the same …
What about using a cookie to hold the value. You could use either ASP or javascript
I'm having trouble sending an email when I use .AttachFile - below is the code that I am using: [code] Dim objMail Set objMail = Server.CreateObject("CDONTS.NewMail") objMail.From = fromAddress objMail.Subject = "Form Requested" objMail.To = toAddress objMail.Body = "message" objMail.AttachFile (path) objMail.Send set objMail = nothing [/code] If I disable …
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 message. I can't seem to find a good answer on the net, but my question is: …
I'm kind of new to PHP, but you should be able to use PHP to throw out the javascript. [php] <? echo "<script language=\"javascript\">" echo "javascript code here" echo "</script>" [/php] I have not tried this, but it should work. Make sure to use the "\" before any quotes or …
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 [I]usernames's[/I] reputation" link next to postings?
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 [B][U]Cut and Shoot, TX[/U][/B]. No, not kidding.....really....Google it.
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 site, and I must admit, have been lurking as a guest …
The End.
gil857