Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 36 of 36
Search took 0.51 seconds.
Search: Posts Made By: Gimme4Free
Forum: Programming 6th November 2009, 09:01 PM
Replies: 12
Views: 532
Posted By Gimme4Free
Re: valadating a url

CURL:


function url_exists()
{
VAR1 = curl_init();
if (false === VAR1)
{
return false;
}
Forum: Programming 6th November 2009, 09:17 AM
Replies: 36
PHP
Views: 1,316
Posted By Gimme4Free
Re: PHP

This is the one you want:
Learning PHP, MySQL, and JavaScript - O'Reilly Media (http://oreilly.com/catalog/9780596157142)

Absolutely awesome guide, will get you from PHP newbie to an advanced...
Forum: Programming 6th November 2009, 09:16 AM
Replies: 17
Views: 795
Posted By Gimme4Free
Re: Learning programming

I'm currently going through a VB video series on how to create bots to automate processes. Like macros but with further features available and will lead to learning more into the area.

For PHP /...
Forum: Programming 6th November 2009, 09:13 AM
Replies: 10
Views: 1,193
Posted By Gimme4Free
Re: phpBB or SMF

Personally I would recommend PHPBB over SMF due to the volume of mods and styles that are available for the script compared to SMF mods/styles.

Overall I would still have to say VBulletin all the...
Forum: Website Design 5th November 2009, 07:40 PM
Replies: 6
Views: 2,322
Posted By Gimme4Free
Re: creating redirect page (firefox,ie8, safari etc)

Why use a javascript redirect? I know that most people have javascript enabled but for those that don't you are losing the traffic over a very simple edit:
<?php header...
Forum: Programming 5th November 2009, 07:39 PM
Replies: 3
Views: 621
Posted By Gimme4Free
Re: viewing in wide screen format???

I'm not sure about software but I use Check Browser Compatibility, Cross Platform Browser Test - Browsershots (http://www.browsershots.org) for Browsers and it also tells you the screen size,...
Forum: Main Internet Marketing Discussion Forum 5th November 2009, 08:51 AM
Replies: 2
Views: 512
Posted By Gimme4Free
Opinions On Monetizing Worldwide Traffic

If you are getting a LOT of worldwide traffic to your site how would you monetize them?

Not many CPA offers allow worldwide traffic, adsense payouts on worldwide traffic are really low. CPM =...
Forum: Programming 4th November 2009, 03:55 AM
Replies: 12
Views: 515
Posted By Gimme4Free
Re: Is this Possible Or not?

To make .html files interperate PHP add a htaccess file to the folder in which the files are stored with the following:
AddType application/x-httpd-php .php .html
Forum: Website Design 3rd November 2009, 12:10 PM
Replies: 3
Views: 600
Posted By Gimme4Free
Re: How to make website be cached by google?

An easy way to get your site updated regularly is by adding todays date into the page somewhere. The more frequently your content is updated when the G-Bot comes back the more frequently it will turn...
Forum: Website Design 3rd November 2009, 11:58 AM
Replies: 3
Views: 600
Posted By Gimme4Free
Re: How to make website be cached by google?

Check if your site has been indexed by Googleing the following:
site:yoursite.com

You must submit your site to search engines before it will be indexed or start getting backlinks to the site.
...
Forum: Website Design 3rd November 2009, 11:56 AM
Replies: 7
Views: 454
Posted By Gimme4Free
Re: need help

This is possible on VBulletin and PHPBB. If your script is custom made and your coder says that he cannot do this then I would suggest getting somebody else to give the script a look over because it...
Forum: Programming 3rd November 2009, 11:52 AM
Replies: 9
Views: 1,063
Posted By Gimme4Free
Re: Please Recommend Good Membership Script

I personally use amember pro on a few sites and I also created a smaller script that works too. I accept payments mainly via paypal so you can redirect the user to a thankyou page with variables in...
Forum: Programming 3rd November 2009, 11:50 AM
Replies: 3
Views: 1,485
Posted By Gimme4Free
Re: Iframe coordinates

Post the landing page of the offer. It is possible that the site has implemented security precautions to prevent iframing that are there to confuse you.
Forum: Website Design 13th May 2009, 02:33 PM
Replies: 13
Views: 572
Posted By Gimme4Free
Re: My first review request

Very nice clean design, I like the header design, very unique :)
Forum: Website Design 13th May 2009, 02:31 PM
Replies: 10
Views: 629
Posted By Gimme4Free
Re: I'm stumped!

Could you not make your backgrond image bigger and use CSS to change the size of the image so that it appears better on all monitors
Forum: Website Design 13th May 2009, 02:30 PM
Replies: 7
Views: 542
Posted By Gimme4Free
Re: Copying and uploading images to your website

Why use free image hosting? Just get a shared hosting account with unlimited bandwidth, E.g. Hostgator or most other hosting sites. Gives you a lot more control over your files.
Forum: Website Design 13th May 2009, 02:29 PM
Replies: 30
Views: 2,447
Posted By Gimme4Free
Re: How to increase the speed of your mozilla firefox by 500%

Seen this before, great tips, just got my new laptop so will be setting this up again now :)
Forum: Main Internet Marketing Discussion Forum 13th May 2009, 02:28 PM
Replies: 5
Views: 539
Posted By Gimme4Free
Re: Quick Question: Robot.Txt

Disallow a folder, disallow indexing of the folder and name the file something obscure or else people could simply check your robots.txt file and download your product for free.
Forum: Programming 13th May 2009, 02:27 PM
Replies: 27
Views: 1,784
Posted By Gimme4Free
Re: Google Is Not Indexing My Pages!

One of my sites disappeared off Google this week, if a site on shared hosting on the same server/IP gets banned from Google would your own site also get banned?
Forum: Programming 13th May 2009, 02:26 PM
Replies: 5
Views: 1,235
Posted By Gimme4Free
Re: admin.php not working -VorteX47 HELP

Ive had loads of problems with HG before, so many limitations for some of my scripts on their hosting due to only allowing 755 also and their support is usually ok but everytime I submit a ticket to...
Forum: Programming 13th May 2009, 02:25 PM
Replies: 6
Views: 1,590
Posted By Gimme4Free
Re: Wordpress: Changing permalinks of existing posts and redirecting the old ones?

Setup a new file for each one that is currently linked to (A PHP file) and have this code:
<?php
header ("location:http://newsite.com/newpage.html");
?>
Forum: Programming 13th May 2009, 02:24 PM
Replies: 1
Views: 836
Posted By Gimme4Free
Re: Using wp-password plugin & messing up

Use .htaccess to protect the members area, Google for the code :)
Forum: Programming 13th May 2009, 02:22 PM
Replies: 6
Views: 584
Posted By Gimme4Free
Re: WP help

Just create a directory named blog and upload the WP files there. Or create a subdomain for blog.domain.com
Forum: Main Internet Marketing Discussion Forum 6th February 2009, 12:27 PM
Replies: 24
Views: 951
Posted By Gimme4Free
Re: How Much Money Do YOU Spend Each Month On Products?

Im quite bad, if I see something I like I buy it, usually $1K-$2K/month :S
Forum: Main Internet Marketing Discussion Forum 6th February 2009, 12:26 PM
Replies: 8
Views: 670
Posted By Gimme4Free
Re: no backlinks from google

I also have far less backlinks on Google compared to Yahoo, not too sure why though, I am listed higher on Yahoo too :S
Forum: Main Internet Marketing Discussion Forum 6th February 2009, 12:25 PM
Replies: 21
Views: 711
Posted By Gimme4Free
Re: Article Marketers, Content Creation... Where Do You Serve Your Content First?..

I listen to the news and watch Google Trends, when I see something hot with little competition, I gather up all of the articles that are currently on the matter, the less the best, rewrite them, add...
Forum: Main Internet Marketing Discussion Forum 6th February 2009, 12:23 PM
Replies: 14
Views: 720
Posted By Gimme4Free
Re: Nice MS Word to PDF converter

Does this one change the doc to PDF while keeping the links live and clickable?
Forum: Main Internet Marketing Discussion Forum 6th February 2009, 12:22 PM
Replies: 13
Views: 622
Posted By Gimme4Free
Re: Article submitter to spined or rewriten articles

I've used article post robot before, works well, not touched it in a while though.
Forum: Main Internet Marketing Discussion Forum 6th February 2009, 12:21 PM
Replies: 3
Views: 551
Posted By Gimme4Free
Re: Meaningless Domain Name

You need to get a great name of a domain to use a lot of subdomains with success E.g. treatment.com and subs as:
acne.treatment.com
something.treatment.com
Forum: Main Internet Marketing Discussion Forum 6th February 2009, 12:20 PM
Replies: 7
Views: 829
Posted By Gimme4Free
Re: Free Video Screencapture similar to camtasia?

I use CamStudio, really easy to use and great quality.
Forum: Main Internet Marketing Discussion Forum 6th February 2009, 12:20 PM
Replies: 84
Views: 2,954
Posted By Gimme4Free
Re: PayPal scammers on the rise...I smell a Warrior...

I get them the whole time, switched to Plimus and it seems to have dropped even though my payments are still coming in via paypal to plimus.
Forum: Main Internet Marketing Discussion Forum 6th February 2009, 12:19 PM
Replies: 9
Views: 893
Posted By Gimme4Free
Re: Does Anyone know the best way to add a .swf file to a wordpress header?

/images/header.gif

Change this bit to the path to your SWF
Forum: Main Internet Marketing Discussion Forum 6th February 2009, 12:18 PM
Replies: 22
Views: 684
Posted By Gimme4Free
Re: Do you still believe in viral marketing?

Viral marketing still works, I recently setup a viral site and within 2 weeks am getting 1000+ uniques to my site per day, also YouTube marketing still works well when your video goes viral.
Forum: Main Internet Marketing Discussion Forum 6th February 2009, 12:17 PM
Replies: 23
Views: 1,019
Posted By Gimme4Free
Re: Do you feel guilty for your success/or possible success?

I personally am not religous and see it as a setback to other people having to rely on something.
Forum: Main Internet Marketing Discussion Forum 6th February 2009, 12:17 PM
Replies: 10
Views: 742
Posted By Gimme4Free
Re: So, Am I Now Okay to Promote Clickbank Products?

My sales have dropped half over the past 6 months and I now get more visitors than ever before!?!
Forum: Main Internet Marketing Discussion Forum 6th February 2009, 12:16 PM
Replies: 3
Views: 422
Posted By Gimme4Free
Re: Squeeze pages...again

I never seem to have much luck with PPC, whatever I do my bid usually shoots up to 5 pounds per click :(
Showing results 1 to 36 of 36

 
Forum Jump


All times are GMT -6. The time now is 07:46 AM.