Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
twp script not working
01-04-2009, 08:57 PM
Post: #1
twp script not working
Downloaded exec-php and activated it in blog/plugins directory. Copied both twpauctions and twpfunctions files in plugins directory. And posted <?php echo “hello world”; ?>. in my post. When page was opened this phrase was as it is and not "hello world". I went to exec-php home site and downloaded a "role manager" plugin and activated it too in my blog. Disabled wysiwug editor and assigned the powers of "unfiltered html" to the original administrator but did not get any success. Then created a new administrator user and make a post from this newly created user. But nothing is working. And there is no message/error message at all.
Any guidance please.
Find all posts by this user
Quote this message in a reply
01-04-2009, 10:06 PM
Post: #2
RE: twp script not working
If you can't get "hello world" to work, then it's Exec-PHP that isn't working - it's nothing to do with TWP Auctions.
Ask over at Bluesome.net for help with Exec-PHP.
I had a quick look over there, and it seems there's a problem with Exec-PHP and WP 2.7.

Quote:If you have a question about the plugin please first make sure you refer to the latest version and the question is not answered on this page or in the comments section of the plugin homepage. Then - and only then - post your question here.

eBay affiliates! Find out what people are buying from your ePN eBay affiliate links - myEPNreport.com
------
Make money uploading files!
Visit this user's website Find all posts by this user
Quote this message in a reply
03-22-2010, 01:09 PM
Post: #3
RE: twp script not working
Anywhere in your post/pages where you want to execute a PHP Codes, insert <phpcode> before your php codes and </phpcode> your php codes.

1. <phpcode>
2. <?php
3. echo "Current date and time: ";
4. echo date("l dS of F Y h:i:s A");
5. ?>
6. </phpcode>

Dreamers have become an endangered species
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: