DrMosko
Forum Replies Created
-
The PHP System Default Version is 5.5
WP 3.8.1
security plugin was deleted , please tell me which can I use.
I can see the problem with this Great plugin BlackBox
u can view it too go to the Ad page click on the tool bar – errors
what I did for now, so i can continue working on the site, but this will cancel the $messages and $output
page-show-ad.php line 181
replaced:
//$output = sprintf($output, join('', $messages) . $layout);
with :
$output = $layout;
pls give me a permanent solution
thank much for ur help
p.s. do u know which security plugin work with ur plugin?
I get a warning :
sprintf() [function.sprintf]: Too few arguments on line 181 in file /home/barmitzv/public_html/wp-content/plugins/another-wordpress-classifieds-plugin/frontend/page-show-ad.php
I will test another plugin for security.
but why cant I view the Ads?
can u get me a start where to Debug?find a problem with Better WP Security plugin, is this known issue?
after disabling it still can’t view the AD, the page is opened – not blank, but the script not running.
the page using shortcode
[AWPCPSHOWAD]
why marked as RESOLVED?
Forum: Themes and Templates
In reply to: [Matheson] thumbnail images in archive not showinghad it solved by wordpress codex, not ur theme issue,
had it mixed up with ur custom image of the page\post
thanksForum: Themes and Templates
In reply to: [Matheson] thumbnail images in archive not showingI wasnt clear,
Im want to get the thumbnail not in the post, but in the archive page.
<?php the_post_thumbnail(‘post-thumbnails’); ?>Forum: Plugins
In reply to: [Really Simple Share] how to add button inlinesimple answer
<?php echo do_shortcode( '[really_simple_share button]' ); ?>
Forum: Plugins
In reply to: [Really Simple Share] how to add button inlineshortly can I call all together?
Forum: Hacks
In reply to: How add external data fileI fixed it, thank all u
Forum: Hacks
In reply to: How add external data filehello bcworkz,
“Schedule a daily event that checks a timestamp stored in options the last time the file was downloaded. If a month has passed, do it again, otherwise do nothing.”$nextUpdate = $options['lastUpdate']+180 ; if ( $nextUpdate < $userTime ){ // set last update $options['lastUpdate'] = $nextUpdate; }
usertime is current timstamp
nextupdate is timstamp
options -lastupdate is timstamp also that created when the plugin activated.
something is missing, cause the increment only happening once time, and not every refresh of the page.Forum: Hacks
In reply to: how specify a directory to file when downloading iteasy :
$fp = fopen(plugin_dir_path( __FILE__ ).$file, "w");
Forum: Hacks
In reply to: How add external data filecan u give me simple code on how to download a remote file and overwrite existing one monthly?
Forum: Hacks
In reply to: How add external data fileok thank u
I change the request and want to download the file auto every month, how do i do that?