• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

how to insert ads code to the images

ilovebaby

banned
i want to insert some banner code, popunder code to the images
i put popunder code to view.php, but doesn't work

where?

this script is very difficult to use!!
 
And what are you actually doing? We can't help you if you don't tell us what are you trying to do, what code are you using, what error are you getting, etc. Please note that there are some basic web development skills needed to modify any script out there, otherwise you will need to be very patient and precise in telling others where is your error.
 
popunder
=============
<script type="text/javascript" src="http://syndication.exoclick.com/splash.php?idzone=899394&type=3"></script>


===============

BANNER 300*250
============
<script type="text/javascript">
ad_idzone = "899392";
ad_width = "300";
ad_height = "250";
</script>
<script type="text/javascript" src="https://ads.exoclick.com/ads.js"></script>
<noscript><a href="http://main.exoclick.com/img-click.php?idzone=899392" target="_blank"><img src="https://syndication.exoclick.com/ads-iframe-display.php?idzone=899392&output=img&type=300x250" width="300" height="250"></a></noscript>



==================
BANNER 728*90
===========
<script type="text/javascript">
ad_idzone = "900132";
ad_width = "728";
ad_height = "90";
</script>
<script type="text/javascript" src="https://ads.exoclick.com/ads.js"></script>
<noscript><a href="http://main.exoclick.com/img-click.php?idzone=900132" target="_blank"><img src="https://syndication.exoclick.com/ads-iframe-display.php?idzone=900132&output=img&type=728x90" width="728" height="90"></a></noscript>
 
I'm sorry but I won't touch a snippet that always triggers an alert of my anti virus. You may get help from someone else.
 
from whom??

i already paid 20 dollars for mod rewrite thing

i don't want to pay anymore for this script

you said" Chevereto comes with lifetime Tech Support which means that no matter what problem you have with the script you will get solutions and/or indications to solve the problem pretty fast."

i ask for a refund!
 
Tech support is not "I will customize and make work your site". Tech support means that if the script doesn't function properly or if the script is doing something wrong I will fix it. You are asking me for doing a customization and that is not in the scope of Tech support. I kindly offer you to help you first but I don't want anything to do with malicious scripts.

Just for your information, if you want to add javascript just edit the content/templates/Peafowl/footer.php file:

PHP:
<?php if(!defined('access') or !access) die('This file cannot be directly accessed.'); ?>
</div><!-- wrap -->

<div id="foot">
    <div id="in-foot">
        <div id="foot-content">
            <ul>
                <?php show_page_links('<li>'); ?>
                <?php if(is_logged_user()) :?><li><a rel="logout"><?php show_lang_txt('txt_logout'); ?></a></li><?php endif; ?>
            </ul>
            <p>&copy; 2013 <a href="http://chevereto.com/" target="_blank" title="Chevereto Image Upload Script" id="c_chevereto">Chevereto</a></p>
        </div>
        <a href="http://chevereto.com/" target="_blank" id="powered" title="Chevereto Image Hosting Script">Powered by <img src="<?php echo show_theme_imgdir(); ?>chevereto.gif" alt="Chevereto image hosting script" /></a>
    </div>
</div>

<!-- Paste BELOW HERE -->

</body>

</html>

And if you want to add ad coded then you have to edit the files where you want to place them. Edit index.php for the homepage, edit view.php for the image viewer, edit footer.php for the whole site, etc.
 
there are many free scripts

The reason why i bought this scrpit is "tech support"

but now i paid 70 dollars for a scripts i can't use!
 
there are many free scripts

The reason why i bought this scrpit is "tech support"

but now i paid 70 dollars for a scripts i can't use!
Dude go and learn HTML/CSS. Tech support = help with getting the script up and running, what you're asking for is customization and/or styling.
 
He's banned.
Yes, he was banned because he asked a refund to PayPal accusing me to sell him "something totally different from he offered me".

There are several cases of persons like this that don't want to listen they just complain and seek a way to fight or something like that. In all this years I've received several mails, threats, etc. Free advice, you won't get nothing in return I never react to this things.
 
Last edited:
I would have banned him when he mentioned "i put popunder code" I hate that stuff.

Have been researching scrapper sites stealing our images and all they do is serve pop under codes.
Just wait til i figure out how to server a different image to a hot linker site lol...
 
Back
Top