Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 26 of 26
Search took 0.02 seconds.
Search: Posts Made By: lordspace
Forum: Programming 23rd January 2019, 10:06 PM
Replies: 6
Views: 457
Posted By lordspace
Re: Infected Wordpress Files, HELP!

I'd export the content and import it into a new site.
then add plugins and themes from the original sources
Forum: Email Marketing 8th August 2017, 11:54 AM
Replies: 6
Views: 718
Posted By lordspace
RE: Any disadvantages for using MailChimp?

I'd say just start. You should export your list from time to time so you have a copy of it in a cloud storage folder.

As Kay said MailChimp is not good (it's in their policy) if you're doing...
Forum: Programming 1st June 2013, 12:46 AM
Replies: 18
Views: 1,152
Posted By lordspace
Re: How to prevent downloading my ebooks and videos (and only allow viewing in members area)?

It depends on what your market it.
If your customers are not that tech savvy you can, indeed, have a script that will do a check for logged in user. If the user is logged in then the file is served...
Forum: Programming 14th May 2013, 10:47 PM
Replies: 9
Views: 878
Posted By lordspace
Re: including .php on a wordpress page.

WordPress has many gallery plugins maybe you can try some and move your images within WordPress.

If I were to do it I'd create a shortcode that will get replaced with HTML code that loads the...
Forum: Main Internet Marketing Discussion Forum 20th April 2013, 03:32 PM
Replies: 19
Views: 732
Posted By lordspace
Re: Questions about paid wordpress themes we downloaded for free

I recommend paying for the themes because it is great to support the developer/designer for the work they've done.

Second reason is that those *generous* people could put some encrypted/obfuscated...
Forum: Main Internet Marketing Discussion Forum 20th April 2013, 03:18 PM
Replies: 87
Views: 2,313
Posted By lordspace
Re: I've lost motivation.

Hi,

Here are my suggestions.

1) Find the book called Rich Dad Poor Dad by Robert Kiyosaki
Robert talks about the employee mentality ... people who look for a *safe*/stable job

2) After...
Forum: Mind Warriors 21st March 2013, 09:25 PM
Replies: 6
Views: 736
Posted By lordspace
Re: Self Improvement blogging help

Hi,

I would do some design tweaks: make sure the columns (main and sidebar) have some borders.
I'd say keep on writing. I'd focus on 300-400 word articles but more of them.
When the readership...
Forum: Main Internet Marketing Discussion Forum 26th February 2013, 11:07 PM
Replies: 7
Views: 472
Posted By lordspace
Re: building a community/social network on your blog

I'd setup bbPress forums. It integrates well with WordPress.
Actually, I use bbPress for my club/membership site where some clients get access to a client forum and others get community support
Forum: Programming 19th February 2013, 06:20 PM
Replies: 12
Views: 732
Posted By lordspace
Re: Security Advice Needed

For my fields I use strip_tags and trim to make sure HTML tags are removed.
Is it text content that goes in the text fields?
Forum: Main Internet Marketing Discussion Forum 28th November 2012, 07:30 AM
Replies: 5
Views: 486
Posted By lordspace
Re: How to speed this site up?

I'd say install wp super cache plugin and/or upgrade to a VPS (Virtual Private Server) ... assuming that you're on a sharing web hosting, yes?

Update: here is what I have for my servers.

Enable...
Forum: Programming 9th October 2012, 09:15 PM
Replies: 5
Views: 579
Posted By lordspace
Re: Suitable Programmer Needed For Custom Coding

Hi Dele,

if the software doesn't include the gateway module that you need then that has to be implemented separately because every payment gateway has different input and output parameters.
Also...
Forum: Programming 9th October 2012, 09:03 PM
Replies: 2
Views: 505
Posted By lordspace
Re: css for printabily pages

you need this in your existing css file
@media print { /* style sheet for print goes here */ }

or this
<LINK REL="stylesheet" TYPE="text/css" MEDIA="print" HREF="print.css" />
What I...
Forum: Mind Warriors 18th September 2012, 12:51 AM
Replies: 62
Views: 2,196
Posted By lordspace
Re: How do you motivate yourself?

this is a nice video. found it yesterday:
How to Overcome Obstacles & Stay Focused - YouTube

one more on morning ritual
My Morning Ritual - How To Be Productive, Happy &amp; Healthy Everyday -...
Forum: Main Internet Marketing Discussion Forum 8th September 2012, 03:01 PM
Replies: 16
Views: 942
Posted By lordspace
Re: Lost My Job Yesterday, Need Some Help to Start Right Away!

I would start going to the gym more often. That will help you get back on your feet as it will strengthen the emotional part of you.

I remember reading this: no one client should be responsible...
Forum: Programming 7th May 2012, 10:53 PM
Replies: 32
Views: 1,697
Posted By lordspace
Re: How To Create A countdown

Hi Dennis,

have you checked this: jQuery Plugin: jQuery Countdown (http://keith-wood.name/countdown.html)
Forum: Main Internet Marketing Discussion Forum 3rd May 2012, 09:08 PM
Replies: 1
Views: 365
Posted By lordspace
one domain that has all or one domain per topic/product

Hi,

I have one main/hub domain which I include links to my wordpress plugins recently and previous work. Recently, I started planning to release some tutorials about web site creation.

Should I...
Forum: Programming 25th April 2012, 06:14 AM
Replies: 20
Views: 1,378
Posted By lordspace
Re: Looking for a list of online programmers

Another option is to contact a developer directly if you've used their software before.
For example you've used a WordPress plugin and like it then contact that developer.
Forum: Programming 25th April 2012, 06:08 AM
Replies: 5
Views: 900
Posted By lordspace
Re: How much bandwidth does your website use on shared hosting?

there is a discussion about that.

Definition Of Unlimited Bandwidth | Forums | Groups | Go Daddy Support...
Forum: Programming 29th January 2012, 12:48 AM
Replies: 11
Views: 1,454
Posted By lordspace
Re: Scraping websites - use PHP and Regexp or something else?

here's what you should do:

download the RSS
store it in mysql
and then display it.

when storing it in the db make sure you've set some of the fields to be unique e.g. post/article link so you...
Forum: Programming 17th November 2011, 12:30 AM
Replies: 7
Views: 3,464
Posted By lordspace
Re: Count Down Timer for Wordpress

did you find the plugin you were looking for ?

will that countdown timer hide the buy now button ?
Forum: Programming 14th October 2011, 12:12 AM
Replies: 5
Views: 822
Posted By lordspace
Re: Percent chance to redirect to different pages

add this after the header

exit();

By the way you should think about the *side* effects that this might have.
The search engines don't like to be served different content.
Just to keep that...
Forum: Programming 14th October 2011, 12:08 AM
Replies: 10
Views: 539
Posted By lordspace
Re: Programming Question

Hi Allen,

I'd say get 1-2 people max.
this project will be better handled by 2 people or one pro.

Big picture problems off the bat are:
spidering of the sites (using proxies - but it requires...
Forum: Mind Warriors 17th September 2011, 04:04 AM
Replies: 151
Views: 5,167
Posted By lordspace
Re: Your Daily Dose of Motivation!!!

Real failure is not trying at all
Forum: Programming 17th September 2011, 03:02 AM
Replies: 19
Views: 795
Posted By lordspace
Re: Need some help with some intentional 404s.

is it possible to get a new domain and send a notice to the affiliates to use the new domain. e.g. somenewdomain.com/?a=123 because the old ones will not work and they won't get paid.

I think...
Forum: Programming 29th April 2011, 01:24 PM
Replies: 5
Views: 3,672
Posted By lordspace
Re: Hide traffic source or making blank referrer

you could create a short URL for your site and when you redirect the user point her to the short url. The browser should show the shortened url in her referrer.
Forum: Programming 29th April 2011, 02:23 AM
Replies: 21
Views: 2,254
Posted By lordspace
Re: Uploading PDF Files

I'd upload the PDF to Google docs and share that folder.
Showing results 1 to 26 of 26

 
Forum Jump


All times are GMT -6. The time now is 08:51 AM.