Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 34 of 34
Search took 0.32 seconds.
Search: Posts Made By: vulcanscripts
Forum: Mobile Marketing 24th October 2012, 01:03 AM
Replies: 18
Views: 947
Posted By vulcanscripts
Re: I might need a *serious* app, how to?

You have mentioned 2 out of 3 of the main ones. Android and iOS (iPhone). The next serious contender is BlackBerry followed by Symbian (Nokia). Then of course there are the Windows powered...
Forum: Mobile Marketing 22nd October 2012, 05:26 PM
Replies: 16
Views: 1,635
Posted By vulcanscripts
Re: Best way to distribute mobile apps for iPhones?

Unless the user has a jail broken iPhone, which voids their warranty, then iPhone apps must be downloaded from the official store. It would be different for other platforms like Android because the...
Forum: Mobile Marketing 22nd October 2012, 05:16 PM
Replies: 56
Views: 5,914
Posted By vulcanscripts
Re: Mobile Apps vs Mobile Websites

At the end of the day I care more about the traffic. An icon on a users mobile phone is much more likely to generate that. The technical aspects and costs aside; the process of downloading and...
Forum: Mobile Marketing 22nd October 2012, 05:04 PM
Replies: 27
Views: 2,076
Posted By vulcanscripts
Re: Mobile App

A mobile app is an application that you install on a smart phone such as an iPhone, Android or Blackberry.
Forum: Programming 15th August 2012, 08:18 PM
Replies: 9
Views: 731
Posted By vulcanscripts
Re: Interesting Scam/Fraud Problem to Solve

I don't know if that helps the OP, but that my friend is ingenious! :D
Forum: Programming 15th August 2012, 02:49 PM
Replies: 9
Views: 731
Posted By vulcanscripts
Re: Interesting Scam/Fraud Problem to Solve

Is there a common theme to the wording of these scams? If so then you could build a detection algorithm based on previous scam ads to automatically flag suspect posts. You could also add a "report...
Forum: Programming 13th August 2012, 09:09 AM
Replies: 3
Views: 574
Posted By vulcanscripts
Re: PLEASE HELP ASAP

First of all if you're having an issue with activation you should contact the vendor. If they have a licensing control mechanism hidden in their code that relies on their server to be up, but their...
Forum: Programming 13th August 2012, 06:27 AM
Replies: 2
Views: 816
Posted By vulcanscripts
Re: the script (error) takes too long to execute .

As those error messages are not telling you exactly what include is causing the delay in script execution I would suggest deactivating all of your plugins and see if the problem persists. If not then...
Forum: Programming 9th August 2012, 10:26 AM
Replies: 6
Views: 556
Posted By vulcanscripts
Re: Is Transferring A Web Directory Always This Hard!?

The OP has stated that he only granted the seller FTP access so he wasn't given the capabilities to create the actual database.

OP: The information that the seller is requesting from you sounds...
Forum: Programming 9th August 2012, 10:16 AM
Replies: 1
Views: 498
Posted By vulcanscripts
Re: need name of good automated document builder

I do something similar on real estate sites that offers a pdf brochure download of properties that are being sold or rented. For this I use custom php code and PHPWord from: PHPWord...
Forum: Website Design 5th August 2012, 05:08 PM
Replies: 5
Views: 562
Posted By vulcanscripts
Re: Obviously feeling a bit dumb today, could use another pair of eyes on this one.

Glad to hear you have it fixed and oh we all have dumb days! :D
Forum: Website Design 5th August 2012, 04:44 PM
Replies: 5
Views: 562
Posted By vulcanscripts
Re: Obviously feeling a bit dumb today, could use another pair of eyes on this one.

How are you viewing the source? Visit: The W3C Markup Validation Service (http://validator.w3.org/) and then click on more options and tick the show source box. Enter your url and then click on...
Forum: Website Design 5th August 2012, 03:52 PM
Replies: 5
Views: 562
Posted By vulcanscripts
Re: Obviously feeling a bit dumb today, could use another pair of eyes on this one.

The "th" is on line 17 before "DOCTYPE html PUBLIC". The document also has two heads and bodys so you should probably clean that up too.
Forum: Programming 5th August 2012, 02:56 PM
Replies: 11
Views: 667
Posted By vulcanscripts
Re: need help with php redirection

This sounds like WP itself modifying the link you are publishing. Probably because it's not being classed as an external link and is on the same domain as your WP installation. This will require...
Forum: Programming 5th August 2012, 12:24 PM
Replies: 11
Views: 667
Posted By vulcanscripts
Re: need help with php redirection

Your script should work fine in your seperate "links" directory that you created, but if you want it in the same directory as your re-write base then I would add the exclusion rule as your first rule...
Forum: Programming 5th August 2012, 11:22 AM
Replies: 0
Views: 592
Posted By vulcanscripts
Merchant Fee Muncher (PHP Function)

Ok so here's how coffee break discussions go. The subject was merchant fees. PayPal specifically, but the merchant itself is irrelevant. Let's say you "as a merchant" receive $100. Based on PayPal's...
Forum: Programming 5th August 2012, 09:25 AM
Replies: 11
Views: 667
Posted By vulcanscripts
Re: need help with php redirection

With regards to the OPs problem this will not help. His php script isn't even being parsed by the interpreter and is effectively being re-written on the uri request.
Forum: Programming 5th August 2012, 09:15 AM
Replies: 11
Views: 667
Posted By vulcanscripts
Re: need help with php redirection

I'm assuming that the php script you have created with the header redirect code is located in the same directory as your .htaccess? If so then there is definitely a URI parsing conflict. Your base...
Forum: Programming 5th August 2012, 08:12 AM
Replies: 11
Views: 667
Posted By vulcanscripts
Re: need help with php redirection

Do you have a .htaccess file that contains any mod_rewrite rules? I don't think your problem relates to your php code so it's likely to be a server side request conflict.
Forum: Programming 14th March 2012, 07:40 AM
Replies: 9
Views: 26,949
Posted By vulcanscripts
Re: How to get root domain in Wordpress

I can see the advantages of setting a cookie on the top level domain itself, as it will be valid up and throughout all sub domains. However, if you're building a distributable plugin I'm afraid no...
Forum: Programming 14th March 2012, 05:24 AM
Replies: 16
Views: 1,707
Posted By vulcanscripts
Re: How can I encrypt my PHP Code?

It depends what you define as encryption? Most soft php encryption utilities are better described as obfuscators. Anything that uses internal php functions obfuscate. They work by using functions...
Forum: Programming 24th May 2011, 07:16 PM
Replies: 5
Views: 572
Posted By vulcanscripts
Re: Using Wordpress Child Themes

Depends if the links are hard coded into the php file in which case yes you would have to edit the actual php file. Have you opened up any of the files to locate the links?
Forum: Programming 24th May 2011, 05:07 PM
Replies: 9
Views: 6,250
Posted By vulcanscripts
Re: Visits to /wp-admin/admin-ajax.php

Do the hits go away when you just close down your internet browser? I would suggest installing some good light weight AV software like AVG. There's also a great free app called Hijack This available...
Forum: Programming 24th May 2011, 12:51 PM
Replies: 17
Views: 3,450
Posted By vulcanscripts
Re: EU: cookie law opt in script

Opting out would make more sense. How about click here to opt-out with a link that just takes you away from the site? Lol. It really is a stupid law and as most modern browsers have the ability to...
Forum: Programming 24th May 2011, 12:41 PM
Replies: 9
Views: 6,250
Posted By vulcanscripts
Re: Visits to /wp-admin/admin-ajax.php

How many hits are we talking about? If you're not logged in and you're still getting hits from your IP then I would be a little concerned. Do the hits still get registered if you're not connected to...
Forum: Programming 24th May 2011, 11:44 AM
Replies: 9
Views: 6,250
Posted By vulcanscripts
Re: Visits to /wp-admin/admin-ajax.php

Then I wouldn't worry about it. If it's your IP then it's just hits the ajax script is getting from your own general use of WP. As it's an ajax script you don't have to visit it directly for the hits...
Forum: Programming 22nd May 2011, 07:14 PM
Replies: 3
Views: 688
Posted By vulcanscripts
Re: Paypal - review your purchase here - link

The variables passed to you in IPN or PDT will contain the transaction ID for you the seller, but not the transaction id assigned to the buyer. You can link to a transaction by appending the...
Forum: Programming 19th July 2010, 01:38 PM
Replies: 5
Views: 669
Posted By vulcanscripts
Re: PHP Problem

Hard to say without knowing what script you are using or what kind of server you have it installed on or which kind of database you're using? It sounds like a bug to me (possibly due to depreciation...
Forum: Programming 19th July 2010, 01:07 PM
Replies: 5
Views: 758
Posted By vulcanscripts
Re: need advice on sub-domain vs. directory?

If the main site isn't a blog and you want to build it around a different format, but you still want to keep the blog then I would just link your site to your blog (where it is now) and link your...
Forum: Programming 19th July 2010, 12:34 PM
Replies: 4
Views: 651
Posted By vulcanscripts
Re: Ruby on Rails

I haven't had a great deal of time to play around with rails 3 yet, but I must admit I would say it's a major step forward over 2.3! The main clincher for me is the new API for Action Mailer. Inline...
Forum: Programming 19th July 2010, 09:49 AM
Replies: 5
Views: 758
Posted By vulcanscripts
Re: need advice on sub-domain vs. directory?

As far as I can tell your "blog" sub-domain is already pointing to a seperate directory on your server! However, when I visit your top-level domain my browser is redirected to your sub-domain so in...
Forum: Programming 16th July 2010, 12:50 PM
Replies: 6
Views: 611
Posted By vulcanscripts
Re: Hey Coders ... Do you feel there is a need for ...

Personally for myself no, because if I needed to implement a licensing control mechanism I would rather code it myself. However, I would certainly say that there is a market for a clean, simple and...
Forum: Programming 16th July 2010, 10:38 AM
Replies: 19
Views: 1,836
Posted By vulcanscripts
Re: PHP software encryption

It depends how important protecting your source code really is and how important it is for your clients to have a trouble free installation? Products like PHP Lockit do not require any loaders or...
Forum: Programming 16th July 2010, 09:43 AM
Replies: 6
Views: 659
Posted By vulcanscripts
Re: Bad Code

The problem with the original snippet is the use of opening speech marks instead of single or double quotes. Surrounding the conditional statements with left and right curly brackets is not required,...
Showing results 1 to 34 of 34

 
Forum Jump


All times are GMT -6. The time now is 05:18 AM.