Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 56 of 251
Search took 0.48 seconds.
Search: Posts Made By: KirkMcD
Forum: Programming 19th July 2018, 04:16 AM
Replies: 3
Views: 142
Posted By KirkMcD
Re: How to make third party links in index tabs open in new page

What do you mean a "new page"? A new browser tab or that your site will be wrapped around the other site?
Forum: Programming 31st May 2016, 04:49 AM
Replies: 6
Views: 161
Posted By KirkMcD
Re: Receive notification when there's multiple websites on one PayPal account

Yes, it's that "IPN Thing"

WooCommerce - Setting up PayPal & IPN correctly. - EG Web Design (http://www.egwebdesign.co.nz/2015/10/woocommerce-setting-up-paypal-ipn-correctly/)
...
Forum: Programming 3rd March 2016, 12:00 PM
Replies: 5
Views: 581
Posted By KirkMcD
Re: What the hell!.Help me Please.

And that error would be?
Forum: Programming 12th February 2016, 05:36 AM
Replies: 3
Views: 520
Posted By KirkMcD
Re: Video meta tags problem

You want the Comments tag or the Title tag populated with the file name?
I have something that does this but I wrote it for myself and it isn't very user friendly.
Forum: Main Internet Marketing Discussion Forum 27th January 2016, 12:45 PM
Replies: 2
Views: 290
Posted By KirkMcD
Re: How To Set a Whole Sale Price For My Product?

Are they legit?

What is a 2.3 markup? 2.3 what? Percent? Times? Is that the actual wording they used?

What about returns? How will you handle them? Will you allow the seller to return unsold...
Forum: Programming 22nd January 2016, 09:26 AM
Replies: 4
Views: 474
Posted By KirkMcD
Re: Export and Import WordPress Media, Posts and Pages

The WP Export doesn't actually include the images in the created xml file. Only a link to them.
The Import is supposed to copy them to where they are being imported to, but that doesn't always work....
Forum: Programming 9th December 2015, 05:25 AM
Replies: 2
Views: 471
Posted By KirkMcD
Forum: Programming 18th November 2015, 09:19 AM
Replies: 3
Views: 544
Posted By KirkMcD
Re: Need help with creating a database!!

Probably, but without seeing your code and site setup, we'll never know what.
Forum: Programming 22nd October 2015, 07:51 AM
Replies: 5
Views: 431
Posted By KirkMcD
Re: Ho to become an Oracle Engineer ?

I think you should use your web research service to figure it out yourself.
Forum: Main Internet Marketing Discussion Forum 16th October 2015, 02:22 PM
Replies: 4
Views: 472
Posted By KirkMcD
Re: Can I verify Amazon account for purchase this way?

Verified with Purchase deals with reviews only, not your account.
You need to buy the item you are going to leave a review for.
Amazon makes it difficult to prevent the fake reviews you want to...
Forum: Main Internet Marketing Discussion Forum 26th August 2015, 11:48 AM
Replies: 13
Views: 1,392
Posted By KirkMcD
Re: Email Scraping

Correct, but it does mention scraping emails as a violation of the law.

https://www.ftc.gov/tips-advice/business-center/guidance/can-spam-act-compliance-guide-business
Forum: Main Internet Marketing Discussion Forum 23rd July 2015, 04:58 AM
Replies: 24
Views: 1,139
Posted By KirkMcD
Re: Transfer of Domain name from rogue developer

There is no process. They need a lawyer.
Forum: Programming 15th July 2015, 04:38 AM
Replies: 6
Views: 793
Posted By KirkMcD
Re: Making a subdirectory php help

Try using "../" instead of "./" then.
Forum: Programming 13th July 2015, 11:48 AM
Replies: 6
Views: 793
Posted By KirkMcD
Re: Making a subdirectory php help

mkdir($dir.'/'.$var);
Forum: Programming 9th July 2015, 08:23 AM
Replies: 9
Views: 2,218
Posted By KirkMcD
Re: I thought I could call a function twice in PHP

If you couldn't call a function more than once, there would be no point in having functions.



It cant be too big.

If it's "too long and sloppy," you probably have errors in it.

Are you...
Forum: Main Internet Marketing Discussion Forum 26th April 2015, 07:47 AM
Replies: 7
Views: 1,304
Posted By KirkMcD
Re: Acquiring the resell rights to PHYSICAL products (diet pills etc). Is there an equivalent to PLR

Your post is confusing.
Did you want to rebrand it or sell the original well known brand?
If you want to rebrand, search for "white label" products.
If you want the original name, just search for...
Forum: Programming 20th April 2015, 05:04 AM
Replies: 5
Views: 1,697
Posted By KirkMcD
Re: [Help] Website Logo Invisible on Internet Explorer 11

Look for the php commands: rename or move_uploaded_file
Forum: Programming 18th April 2015, 08:05 AM
Replies: 5
Views: 1,697
Posted By KirkMcD
Re: [Help] Website Logo Invisible on Internet Explorer 11

It's a png file but the extension has jpg.
Try changing the extension to png.
Forum: Off Topic Forum 7th April 2015, 11:44 AM
Replies: 159
Views: 6,898
Posted By KirkMcD
Re: What Happened to WF During My Six-Month Vacation?

With a name like "sfjfyhijia," I'm leaning towards bots.
Forum: Programming 25th March 2015, 10:44 AM
Replies: 8
Views: 4,418
Posted By KirkMcD
Re: How to add H1 html tag to a php code error

Somewhere in the entire script, the value is sent to the browser.
Find that code.
Forum: Main Internet Marketing Discussion Forum 19th March 2015, 03:31 AM
Replies: 15
Views: 1,123
Posted By KirkMcD
Re: Download The images form the companies...

It doesn't matter what you think.
It only matters what reality is.
You asked for advice. You got the truth. You don't like the truth. So you are going to do what you feel like doing anyway.
Good...
Forum: Programming 6th March 2015, 12:43 PM
Replies: 3
Views: 896
Posted By KirkMcD
Re: How to make sure several SELECTs are isolated?

Read this:
MySQL :: MySQL 5.0 Reference Manual :: 14.2.7.2 Consistent Nonlocking Reads (http://dev.mysql.com/doc/refman/5.0/en/innodb-consistent-read.html)
and
You're doing it wrong: Consistent...
Forum: Programming 5th March 2015, 05:15 AM
Replies: 10
Views: 1,082
Posted By KirkMcD
Re: Can anyone tell me why my AdSense sn't showing up?

There is html mixed into the adsense code.
All those <br /> shouldn't be there.

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><br />
<!-- 336*280 --><br...
Forum: Programming 25th February 2015, 05:33 AM
Replies: 18
Views: 4,837
Posted By KirkMcD
Re: Web Scraping

All their sites:
https://dumps.wikimedia.org/backup-index.html

Look for enwikiquote.
Forum: Programming 23rd February 2015, 09:09 AM
Replies: 18
Views: 4,837
Posted By KirkMcD
Re: Web Scraping

Why would you scrape wikipedia when you could just download the whole thing?
https://meta.wikimedia.org/wiki/Data_dumps
Forum: Programming 11th February 2015, 04:27 PM
Replies: 3
Views: 664
Posted By KirkMcD
Re: Can someone tell me why my video won't play?

You left out a ">"

<video src="Register Now! 5 Steps To Doubling Sales.mp4"></video>
Forum: Programming 20th January 2015, 06:47 PM
Replies: 2
Views: 726
Posted By KirkMcD
Re: Iframe question

javascript - Adjust width height of iframe to fit with content in it - Stack Overflow (http://stackoverflow.com/questions/819416/adjust-width-height-of-iframe-to-fit-with-content-in-it)
Forum: Main Internet Marketing Discussion Forum 2nd January 2015, 04:18 PM
Replies: 18
Views: 1,229
Posted By KirkMcD
Re: Amazon terminate associate account

Was he directly linking to Amazon? That is against the TOS.
Forum: Main Internet Marketing Discussion Forum 30th December 2014, 01:37 PM
Replies: 19
Views: 874
Posted By KirkMcD
Re: Use of Other People's Photos/Images

Since we're on the subject, while the list of ingredients and their proportions may not be copyrightable, the wording of the directions on how they are combined is and you can't just change a word or...
Forum: Main Internet Marketing Discussion Forum 30th November 2014, 02:25 PM
Replies: 19
Views: 731
Posted By KirkMcD
Re: Contacting Dealers To Deliver Instead of Sending All Traffic To Amazon

Amazon doesn't Warranty anything.
If a product is defective outside of the return period, of course you have to deal with the manufacturer, just like most companies.
Forum: Programming 25th November 2014, 11:47 AM
Replies: 4
Views: 720
Posted By KirkMcD
Re: How To View Employees Outlook

MS Exchange is primarily an email server.
Microsoft Exchange Server - Wikipedia, the free encyclopedia (http://en.wikipedia.org/wiki/Microsoft_Exchange_Server)


You should remind them that they...
Forum: Programming 25th November 2014, 04:53 AM
Replies: 4
Views: 720
Posted By KirkMcD
Re: How To View Employees Outlook

Are you using Exchange too?
https://support.office.com/en-us/article/Manage-another-persons-mail-and-calendar-items-8b08bcd3-4fe7-45e7-9ccd-76e1877049c1?ui=en-US&rs=en-US&ad=US

Otherwise,
Share...
Forum: Main Internet Marketing Discussion Forum 14th October 2014, 03:39 AM
Replies: 3
Views: 547
Posted By KirkMcD
Re: Transferring Ownership of Domain

If the other person has a Moniker account, you do a Domain Push. ( https://wiki.moniker.com/index.php/Faq:domainpush )
Otherwise, the other person needs to start a transfer from their registrar.
Forum: Programming 19th September 2014, 12:17 PM
Replies: 4
Views: 798
Posted By KirkMcD
Re: Clickbank hop link help

Tech Tuesday: Redirect Affiliate Traffic To Multiple Unique Landing Pages (http://www.clickbank.com/blog-posts/tech-tuesday/tech-tuesday-redirect-affiliate-traffic-to-multiple-unique-landing-pages/)
Forum: Main Internet Marketing Discussion Forum 19th August 2014, 12:12 PM
Replies: 12
Views: 420
Posted By KirkMcD
Re: Legal issue about domain names

While that company might not have any problem with it, I think Clock Work Media might have issues with it.
Clockwork Media (http://www.clockwork-media.com/) and it's trademarked.
Forum: Main Internet Marketing Discussion Forum 18th August 2014, 04:35 AM
Replies: 6
Views: 539
Posted By KirkMcD
Re: Where are the instructions on how to post a Free WSO?

They are no longer allowed in the WSO section.
From http://www.warriorforum.com/main-internet-marketing-discussion-forum/970260-warrior-payments-2.html#post9375752
Forum: Main Internet Marketing Discussion Forum 13th August 2014, 04:10 AM
Replies: 5
Views: 630
Posted By KirkMcD
Re: How do you get access to a client's website and email list?

Ask for access, of course.
If they are your client, they are supposed to trust you and give you the access you need to get the job done.
Forum: Programming 8th August 2014, 11:05 AM
Replies: 8
Views: 1,188
Posted By KirkMcD
Re: What the hell is this? What type of programming?

Most of the files it installs seem to be part of the Qt Project (http://qt-project.org/)
Forum: Website Design 8th August 2014, 05:10 AM
Replies: 4
Views: 482
Posted By KirkMcD
Re: A Team and I Are Building A Music Streaming Alternative That's FREE and LEGAL, Feedback

Youtube Music Engine (http://andthemusic.net/yme/?skin=prem-yme)
Forum: Programming 9th July 2014, 04:43 AM
Replies: 8
Views: 1,228
Posted By KirkMcD
Re: PHP email autoresponder not working - 5,000 email list stuck - will pay for solution!

Something similar was happening to me with another script. It looked like the emails were sent, but nothing was received.
It was the SMTP server. It was updated and wouldn't accept the connection...
Forum: Main Internet Marketing Discussion Forum 30th May 2014, 02:12 PM
Replies: 5
Views: 435
Posted By KirkMcD
Re: Deleting AOL emails from your list?

Back in the day, most AOL subscribers would just hit the Spam button inside AOL mail instead of unsubscribing, messing up your statistics. I don't even know what AOL mail looks like now-a-days to say...
Forum: Programming 26th April 2014, 07:19 AM
Replies: 6
Views: 501
Posted By KirkMcD
Re: Unable to access my web hosting account.

Try using different name servers on your PC, if that doesn't work ask your ISP.
Forum: Website Design 6th March 2014, 01:05 PM
Replies: 4
Views: 757
Posted By KirkMcD
Re: Firefox doesn't display serif font family.

How is your serif font defined in your copy of FF?
It's on the Options/Content tab then click the Advanced button.
Forum: Programming 5th March 2014, 09:49 AM
Replies: 6
Views: 596
Posted By KirkMcD
Re: What Can Be Modified For An App In iOS?

Unless the device has been rooted, you can't change anything.
For android, look at the app ROM Toolbox for things that can be done.
Forum: Search Engine Optimization 12th February 2014, 06:40 AM
Replies: 5
Views: 417
Posted By KirkMcD
Re: Question about ads ??

Look under "Link Unit" when choosing your style.
Forum: Programming 21st December 2013, 08:19 PM
Replies: 6
Views: 2,257
Posted By KirkMcD
Re: Create Cron Job to refresh post?

Google is your friend.
cron to call a web page - Google Search (http://www.google.com/search?q=cron+to+call+a+web+page)
Forum: Main Internet Marketing Discussion Forum 7th November 2013, 04:43 AM
Replies: 11
Views: 550
Posted By KirkMcD
Re: [ADVICE NEEDED] Client offered % of Business for web development

Get everything in writing and get a good lawyer to review everything.
Forum: Website Design 2nd August 2013, 10:51 AM
Replies: 6
Views: 1,032
Posted By KirkMcD
Re: Need ÆØÅ in a font of a Wordpress theme

The script uses Cufon.
here is a tutorial on how to add a font:
How to use Cufon replacement feature | Template Monster Help...
Forum: Programming 27th June 2013, 05:42 AM
Replies: 10
Views: 2,686
Posted By KirkMcD
Re: <?php include('../header.php'); ?> not showing images...

Are you using absolute or relative paths for the images in the header and footer files?
Relative paths will look for the files in the current directory, which is why it works after you made another...
Forum: Programming 7th June 2013, 04:58 AM
Replies: 3
Views: 509
Posted By KirkMcD
Forum: Main Internet Marketing Discussion Forum 3rd June 2013, 05:09 AM
Replies: 4
Views: 648
Posted By KirkMcD
Re: Is it okay to follow-up unshipped orders in Amazon?

Follow-up for what? Because you think amazon's system forgot about you and really shipped the item?
Forum: Search Engine Optimization 22nd May 2013, 05:17 AM
Replies: 2
Views: 408
Posted By KirkMcD
Re: Changing domains on AdWords account

It's an unproven ad/campaign. Everything resets. It needs to prove itself again.
Forum: Website Design 15th April 2013, 06:17 PM
Replies: 1
Views: 341
Posted By KirkMcD
Forum: Main Internet Marketing Discussion Forum 11th April 2013, 01:35 PM
Replies: 11
Views: 564
Posted By KirkMcD
Re: Anyone Get This Email From Paypal?

Was it added after the subscription started?
If so, it's possible for your account to have a backup, but not the subscription.
Yeah, it's stupid, but that's PayPal for you.
Forum: Website Design 5th April 2013, 05:15 AM
Replies: 3
Views: 357
Posted By KirkMcD
Re: Affiliate Banners that your told to just download

Other way around.
<a href="YourAffiliateLink.html"><img src="full/path/to/banner.jpg" style="width: 468px; height: 60px; border: none"></a>
Forum: Main Internet Marketing Discussion Forum 23rd March 2013, 06:25 AM
Replies: 4
Views: 1,749
Posted By KirkMcD
Re: FOB price!

It means the price varies from as low as $1 to as high as $20 depending on how many you are ordering. You need to click "Get Latest Price" to get a price quote from the supplier.
Showing results 1 to 56 of 251

 
Forum Jump


All times are GMT -6. The time now is 10:39 AM.