Patric
Forum Replies Created
-
I just found your instructions – this could be the cause/solution:
https://really-simple-ssl.com/uninstall-websitebackend-not-accessible/
But I’m still waiting for your feedback on how I should proceed.
I probably have to deactivate the plugin first, then go to the admin area and reinstall it or can I reactivate it in the admin area ?
or do I have to install the plugin again manually via ftp by overwriting the old files?
In the .htaccess and in the wp-config there are also a few entries regarding SSL – do I have to remove them manually or is this done by executing the deactivation script?
Thanks
Forum: Themes and Templates
In reply to: [SuperMag] Ads banners disappear in the main content areanow it works !
many thanks for your help !
i thought i already tested this, but i mixed that up with “Sticky Menu” 🙂
can you tell me what’s the problem with the ads code and the sticky sidebar ? because the sticky sidbar function is a good, meaningful feature…
have a nice weekend
Patric
- This reply was modified 7 years, 7 months ago by Patric.
Forum: Themes and Templates
In reply to: [SuperMag] my ads are now showing upphello,
I have the same problem as you had :
https://ww.wp.xz.cn/support/topic/ads-banners-disappear-in-the-main-content-area/I would be grateful if you could tell me how you solved the problem.
thank you
best regards,
Patricnow it’s perfect !
many thanks for your fast support / fix !
have a nice weekend
Patric
Forum: Plugins
In reply to: [Simple Download Monitor] where to add url shortener link ?I could solve it myself, works now perfect – it’s as easy as i thought ^^
you just have to place the url shortener link in front so it looks like this :
$download_url = 'url_shortener_link' . $homepage . '/?smd_process_download=1&download_id=' . $id;thanks anyway for your efforts
have a nice day
Patric- This reply was modified 7 years, 10 months ago by Patric.
Forum: Plugins
In reply to: [Simple Download Monitor] where to add url shortener link ?hello mra13,
basically yes – but it is not really complicated what i need ^^
the url shortener providers offers the possibility to shrink a single link,
mass shrink (up to 20 links at one time) or to add a link in front what i have described above.they also offers a full page script with it you can redirect all links on a domain, but that’s not interesting to me cause i only want to redirect the download links.
on my old page (phpkit) i just have to add the url shortener link in front of the download link output in the source code and all download links will be redirected – it looks like this :
<a target="_blank" href="https://shrinkearn.com/st?api=user_ID&url=www.mydomain.de/include.php?path=download&contentid=$contentid&download=go">therefore now my idea to do it the same way in SDM, to place the url shortener code in front of the download link output, where also the button will be generated.
i use the sdm-fancy-1 template for all my files, so i think i have to add the code there on this line :
$download_url = $homepage . '/?smd_process_download=1&download_id=' . $id;will it work like i think or im totaly wrong ? and if this will work :
where must i place the url shortener link ?the exact source code is all i need to be happy 🙂
Thanks in advance for your effort
best regards,
Patric- This reply was modified 7 years, 10 months ago by Patric.
Forum: Plugins
In reply to: [Simple Download Monitor] where to add url shortener link ?hm, ok, i try to explain it on another way ^^
i want to add an url shortener link (for example from adf.ly or shrinkearn) in front of the main target link.
this is the default output link generated from SDM, for example :
http://example.com/?smd_process_download=1&download_id=1
to redirect now the link to the url shortener, you have to add their links in front of the main link – for example to shrinkearn :
https://shrinkearn.com/st?api=user_ID&url=http://example.com/?smd_process_download=1&download_id=1
i know that i can add the url shortener link also in the back end where you enter the file URL -but this is way too complicated to edit all entries manual because i have about 1900 different files hosted 🙂
therefore i am searching for an easy way / solution how to add such url shortener links.
hope you understand now what i need ^^
best regards,
Patric- This reply was modified 7 years, 10 months ago by Patric.