Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - son_gokou

Pages: [1] 2
1
Discussion & Troubleshooting / Description not appearing
« on: November 20, 2018, 09:39:00 PM »
Hello,

I changed the hosting of the site. Now I have PHP7, so, I uploaded the db_mysqli.php file of the last version and change config.php to mysqli.
Everything is working fine but image description don't appear on images. But on control panel is fine. I have 1.7.13 version.

Anyone knows what's wrong?


SOLVED

This code:

/*
  MOD MEDIA SITES
  BEGIN INSERT
*/
    $text = media_sites_bbcode($text);
/*
  MOD MEDIA SITES
  END INSERT
*/


... was blocking description!

2
Mods & Plugins (Requests & Discussions) / Shopping cart
« on: April 21, 2016, 10:53:43 PM »
Hello,

I need the registered users of my sites to be able to add one or more images to a shopping cart and then to be able to buy that images.
Is there a plugin for what I want?

Thanks for your attention.

3
Discussion & Troubleshooting / Can't add more than 80 images.
« on: February 11, 2016, 12:48:20 PM »
Hello.

I can't add more than 80 images on checkimages.php.
When I do that it appears: no images added, with or without thumbnails.

Does anyone knows what to do to fix this?

4
Mods & Plugins (Requests & Discussions) / Shopping cart
« on: September 22, 2015, 11:11:07 PM »
Hello,

I need the registered users of my sites to be able to add one or more images to a shopping cart and then to be able to buy that images.
Is there a plugin for what I want?

Thanks for your attention.

5
Mods & Plugins (Requests & Discussions) / Password for Categories
« on: September 18, 2015, 06:32:55 PM »
Hello,

Is there a way to protect a category with a password?
For example: I want the images of a category to be protected with a password that I give manually to a user.

6
Discussion & Troubleshooting / Admin_links
« on: October 12, 2014, 07:03:07 PM »
admin_links is not working for me. I can't see EDIT or ERASE buttons on images pages.
What are the files used for this tag's?

7
I am looking for a MOD similar to this:
http://codecanyon.net/item/like-2-unlock-for-jquery/2822035

Any idea?

8
Is it possible do deactivate comments for all the categories in one click? Or to set only to administrators can insert comments.

I know I can set for each category the comments, but if I have 40 categories it's a lot work to do.

9
Programming / Code is wrong - PHP
« on: July 28, 2009, 04:07:47 AM »
How do I need to put this in order to be read well by PHP?

 $command = "ffmpeg  -itsoffset -4  -i ".$src -vcodec mjpeg -vframes 1 -an -f rawvideo -s 120x80 .MASTER_BASEURL.MEDIA_TEMP_DIR.;

10
Mods & Plugins (Requests & Discussions) / Flv from V@no - problem
« on: March 04, 2009, 01:47:59 AM »
This topic is relate to another one create by V@no: http://www.4homepages.de/forum/index.php?topic=23885.0

This is very good and is working fine. I just have one problem. I have a bookmark for every videos http://www.url.com/img31.htm#1 - like this.
I'm watching the video, everything ok. But if I click on the flash video, to stop, change the volume, pause, etc, the title of the site disapears (here the title is "Flv from V@no - problem") and only shows the #1 instead of the correct title name (defined on header.html).

Do you have a solution for this?


11
Hello.

As I said before I'm developing a website http://www.stscanal.com
I want that in the main page appears a image and then auto play all the new images. How can I do it?

12
I'm developing a website http://www.stscanal.com/

Do you see new images?
How can I make them appear with a scroll? Instead of appearing 30 new images (or 10 or 40) vertically and all at once, make appear 6 and then a scroll to show the rest.

Thanks

13
Chit Chat / 4images and Google Adsense
« on: November 19, 2008, 07:32:26 PM »
Hello.

I have a problem. Since some days (7-10 days) on the home page, google adsense doesn't appear. It doesn't appear on categories.html and many other pages too. On details.html always appears. But if I put http://www.url.com/templates/template1/home.html per example the adsense appears.

Any ideia why?

14
Hello.

When someone clicks on download button is there a way to redirect to a download page? I mean, the user clicks on download button, the page appears, and then he can click again on download button (here without the image, comments, etc) to start the download.

Thanks

15
Mods & Plugins (Requests & Discussions) / Code on header.html
« on: November 11, 2008, 08:03:44 PM »
What is this code?

<script language="javascript" type="text/javascript">
<!--

  var captcha_reload_count = 0;
        var captcha_image_url = "{url_captcha_image}";
  function new_captcha_image() {
    if (captcha_image_url.indexOf('?') == -1) {
                  document.getElementById('captcha_image').src= captcha_image_url+'?c='+captcha_reload_count;
                } else {
                  document.getElementById('captcha_image').src= captcha_image_url+'&c='+captcha_reload_count;
                }

    document.getElementById('captcha_input').value="";
    document.getElementById('captcha_input').focus();
    captcha_reload_count++;
  }

        function opendetailwindow() {
    window.open('','detailwindow','toolbar=no,scrollbars=yes,resizable=no,width=680,height=480');
  }

 -->
</script>


What does it do?

Pages: [1] 2