DTH-Scripts.com

Please login or register.

Login with username, password and session length
Advanced search  
FF Counter V1.0 Released.

Pages: [1] 2
 1 
 on: July 30, 2010, 02:58:53 AM 
Started by sliver25 - Last post by sliver25
Pinching Your Wallet

With a few minor changes in your habits, you can enjoy golfing the same way you always have. Why do you buy the golf equipment? Here a few tips to keep you “in the swing” without pinching your wallet! ishiner


 2 
 on: July 30, 2010, 02:54:40 AM 
Started by sliver25 - Last post by sliver25
Irons Golf Sets
Today, most people want to know who will be the NO.1 in the golfer. Instead of purchasing a brand-new driver, wedge, or iron set. Used clubs or the golf clubs are also perfect for those just entering the sport, as they offer a chance to try out a club before investing a lot of money.  ishiner

 3 
 on: July 30, 2010, 02:49:00 AM 
Started by sliver25 - Last post by sliver25
Buy Good Golf Products

It can be fit into the most frugal lifestyle with ease. There’s no reason to think of golf as an expensive hobby. So, you must spend a lot of money. If you buy your liking golf clubs for sale online, you can save a lot of money. ishiner

 4 
 on: July 28, 2010, 06:14:04 AM 
Started by Daniel Hill - Last post by sliver25
A Vast Universe of Savings for Golfers
All we have to do is know how and where to look. Besides opening our eyes to savings, we can become much more educated golfing consumers. For example, buying your liking golf clubs form the golf clubs for sale online store could save you money because the company is more often than not saving on over heads making it not only more convenient for you but often much more cheaper also. Ishiner


 5 
 on: July 28, 2010, 06:09:46 AM 
Started by Daniel Hill - Last post by sliver25
Discount Golf Clubs Store
Before you start buying golf clubs such as the taylormade r9 driver, it is best to first determine your budget for it. Now, there are a lot of discount golf clubs store and many brands offered and this is sometimes the determining reason which will make you do well in the green or not. ishiner


 6 
 on: November 08, 2009, 08:15:23 AM 
Started by Daniel Hill - Last post by Daniel Hill
im looking for requests for features for V1.3 of FF Guestbook, if you want something added that would be useful for your Guestbook let me know.

 7 
 on: October 19, 2009, 12:18:29 PM 
Started by Daniel Hill - Last post by Daniel Hill
Here is the Quick Fix for the bugs mentioned in This Post

Quote
After posting a comment on the V1.1 Guestbook this morning I became aware of a number of bugs:

1. If a comment includes a Carriage Return(New Line) the scripts treats it as 2 comments and splits it when it displays the comment.

2. For some bizzare reason when the comment string is written to the file it writes the date twice.

To fix these bugs follow these instructions:

1. Open FFGuestbook.php
2. Find:

$timestamp 
date("H:i, j-M-Y"); //DO NOT EDIT


3. Replace with:

$timestamp 
date("H:i"); //DO NOT EDIT


4. Find:

$comment 
$_POST['coms']; //DO NOT EDIT


5. Replace with:

$comment 
nl2br$_POST['coms']); //DO NOT EDIT


6. Find:

	
	
$fh fopen($Gbookfile"a");
	
	
$string "\n$name|$email|$timestamp|$datestamp|$comment";
	
	
fwrite($fh$string);
	
	
$captchastatus "TRUE";


7. Replace with:

	
	
$comment preg_replace("/(\r\n)+|(\n|\r)+/"""$comment);
	
	
$string "\n$name|$email|$timestamp|$datestamp|$comment";
	
        
fwrite($fh$string);
	
	
$captchastatus "TRUE";



 8 
 on: October 19, 2009, 04:37:40 AM 
Started by Daniel Hill - Last post by Daniel Hill
After posting a comment on the V1.1 Guestbook this morning I became aware of a number of bugs:

1. If a comment includes a Carriage Return(New Line) the scripts treats it as 2 comments and splits it when it displays the comment.

2. For some bizzare reason when the comment string is written to the file it writes the date twice.

I thought I fixed point 1 in V1.1, it would appear not, I shall take a look into the code in more depth this evening see if it is a small fix, although I think point 1 will require a bit more coding to fix and point 2 I can't currently see an explanation for

Rest assured neither of these bugs appear to be present in V1.2.

Update: Both bugs fixed today, view Quick Fix

 9 
 on: October 18, 2009, 02:34:56 PM 
Started by Daniel Hill - Last post by Daniel Hill
Do you want your mod listed in this board?

E-Mail me through the forum with a link to your mods post in the main mod forum here and once it has been verified by myself i will move the Thread into here.

Thanks
Daniel Hill

 10 
 on: October 18, 2009, 02:27:08 PM 
Started by Daniel Hill - Last post by Daniel Hill
Do you want your style listed in here?

E-Mail me through the forum with a link to your styles post in the main mod forum here and once it has been verified by myself i will move the Thread into here.

Thanks
Daniel Hill

Pages: [1] 2