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.


Messages - Fastian

Pages: 1 [2] 3 4 5 6 ... 15
16
Chit Chat / Re: 4images Licence & other questions
« on: October 27, 2006, 09:57:18 AM »
I have to know the answers before i do anything further ..  :?
So "Bumping" the post

Someone Please Reply

17
Chit Chat / 4images Licence & other questions
« on: October 25, 2006, 06:59:58 AM »
Hi

I went through the online license information but can’t seem to get it. So I am asking it here.

1) I am using AdSense & some other affiliate ads on my site. Does that entitled me to get a license?? (I no its answer though :) )

2) There is a site "ArtisticReality.net" (Down coz of server at the moment) they were using 4images to Sell High Quality wallpapers. (Subscription kind of thing) Do they need to have a license to do that??

3) I am thinking to have one more wallpaper site where users will be able to make a small donation/fee to remove all the Advertisement on the site. It’s like “pay $5 to become Premium member and see no ad”. All the wallpapers will be available for registered & non registered users. Does this thing entitle me to go for a License Version??

4) 4Images is available free and I respect it. But can you (me) charge others to provide your services like installing 4images, maintaining it & customizing template?

18
Wao
Thats really a geat news.  :D
Congrats to the whole 4Images team & everone who use this great Gallery script :)

19
Chit Chat / Re: +++ Project Newsletter +++ Lets talk about!
« on: October 24, 2006, 04:50:33 PM »
Have you found a solution ??
I am very interested in this so i will like to try it.

20
Feedback & Suggestions / Re: 4images 1.7.4 - Feedback
« on: October 24, 2006, 04:40:43 PM »
Another updated version :)
Seems like 4images is going through lots of updates lately.

Are we going to have a Version 2.0 soon ?? ;)

Thanks for keeping us up-to-date :)

21
Some of the things in this thread are not in English so I might have missed it.

The default "Last Active user list" is in a vertical way. Like
User 1
date 1
User 2
date 2
....

How can I change it to be show horizontally with max. 4 users in one row like
User 1     User 2       User 3      user 4
date 1     date 2      date 3      date 5

User 5
Date 5

I know the question seems stupid but I can’t get it working like this.  :oops:

22
Here is what i am trying to do.
I m not using Categories drop down so i want to have one "Go" button and what to control
"Sort Order" along with no. of pictures per page.
Here is what i have right now, but its not working at all. (Sort order doesn’t change just no. of images per page changes)
setperpage_dropdown_form
Code: [Select]
<form method="post" action="{self}">
  <table border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td>{lang_images_per_page}&nbsp;</td>
      <td>{setperpage_dropdown}&nbsp;</td>
   <td>{imgsort_dropdown_form}&nbsp;&nbsp;&nbsp;
        <input type="submit" value="{lang_go}" class="button" name="submit" />
      </td>
    </tr>
  </table>
</form>

Imgsort_dropdown_form
Code: [Select]
<FORM method="post" action="{self}">
 <table border="0" cellspacing="0" cellpadding="0">
    <tr>
<TD nowrap>{image_order}&nbsp;:&nbsp;</TD>
<TD nowrap>{imgsort_dropdown}&nbsp;&nbsp;</TD>
    </tr>
 </table>
</FORM>


No One ??  :(

23
Here is what i am trying to do.
I m not using Categories drop down so i want to have one "Go" button and what to control
"Sort Order" along with no. of pictures per page.
Here is what i have right now, but its not working at all. (Sort order doesn’t change just no. of images per page changes)
setperpage_dropdown_form
Code: [Select]
<form method="post" action="{self}">
  <table border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td>{lang_images_per_page}&nbsp;</td>
      <td>{setperpage_dropdown}&nbsp;</td>
   <td>{imgsort_dropdown_form}&nbsp;&nbsp;&nbsp;
        <input type="submit" value="{lang_go}" class="button" name="submit" />
      </td>
    </tr>
  </table>
</form>

Imgsort_dropdown_form
Code: [Select]
<FORM method="post" action="{self}">
 <table border="0" cellspacing="0" cellpadding="0">
    <tr>
<TD nowrap>{image_order}&nbsp;:&nbsp;</TD>
<TD nowrap>{imgsort_dropdown}&nbsp;&nbsp;</TD>
    </tr>
 </table>
</FORM>


24
Thanks for keeping us up-to-date.
:)

25
Discussion & Troubleshooting / Re: DB Queries Issue
« on: September 13, 2006, 08:41:53 PM »
I'd say move them below
Code: [Select]
include(ROOT_PATH.'includes/page_header.php');(if you have anything that needed to be in head.html template, then place it above that line ;)

I dont know what mods do you have, but if you have some statistics mod, then make sure its not in page_header.php (unless its displaying on every page)

I can’t understand first part of your message. I was trying to move a block of code from my page_header.php to other file. So what difference it makes if I add above or below this line
Code: [Select]
include(ROOT_PATH.'includes/page_header.php');
Anyway, I don’t think my page_header.php has so many thing in it that is causing this trouble. If you want i can send it to you and you can have a look yourself.

The statistic mode i am using contains no modification in page_header.php so this is not the problem as well.

I am indexed by Google for the word "max_questions" (2nd/3rd page) That’s too bad  :(

26
Chit Chat / Protecting site contents
« on: September 12, 2006, 07:18:00 PM »
How can I protect my site from being copied by different website-copier utilities?? If not the all site, I would like to protect one folder where I have all my images stored.

Actually, someone is copping all my wallpapers and there is not much I can do other than banning his IP. But that’s only possible when I can see this (Being Online). That person is causing me more than 500 MB in such a short time. (I know it’s not possible otherwise) On my site, if you are a "Guest" you can only download 10 wallpapers. But if you are registered user u have no limit.
But by using "Web-Copier" i cant use this.

Is that possible by using Robots.txt or htaccess ?? If so, how?

27
Discussion & Troubleshooting / Re: DB Queries Issue
« on: September 11, 2006, 08:31:28 PM »
The site size is irrelevant, its the code that metters...the default 4images code uses probably 10-15 queries per page...so, if you have bunch of stuff in page_header.php that only used on one/two pages, then its just waste of server resources and you should move that code into specific for the page file...(i.e. if you have statistics that displayed only on home page but the code is located in page_header.php then obviosly its not the correct place for the code, its belong in index.php instead)

Good point V@no. I found that i can move 3/4 different mod codes to index.php & details.php instead keeping them in page_header.php.
Can i ask that here one by one that where to move the block of code or should I ask that to the actual threads of the Mods..

"Mod=Last active User"                     --- Move the block of code to index.php
"Mod= MOD DOWNLOAD LIMIT "       --- Move the block of code to details.php
"Mod= Votes saved in DB"                ---- Move the block of code to details.php
 

28
Discussion & Troubleshooting / Re: DB Queries Issue
« on: September 08, 2006, 03:51:42 PM »
Ok.
That means that i am having problem on my site coz of search engine spiders.
I can see Google, MSN & Yahoo sitting on my site for most of the time. Yesterday Google-bot was there for around 6-8 hours. (Kinda like my site)

Is there any way i can limit access of Bots to save Queries limit. I mean, they can crawl the site but only for limited time. (Max 2 hours)

BTW, V@no, would u please tell me what should be the average queries per page for a big site. Like yours.

29
Discussion & Troubleshooting / DB Queries Issue
« on: September 07, 2006, 04:21:37 PM »
I have another thread here about my DB problem.
V@no replied to disable "random" images on pages but I do need this thing so I don’t want to disable it.

No I am trying to investigate the issue if REALLY my site is making 50,000 queries per hour even with 50-60 page views per hour.
So please help me do so. My questions are:

1) When I enable to show queries from constans.php, Along with the line telling no. of queries per hour, I also get the detail of timing spent on each query. ( becomes a long long page) How can I disable to show this timing?

2) Please tell me that when a search engine spider is crawling my site, do they also add toward no. queries on each page?? (like normal users)  And if they do, does Caching effect the spider as well ??

(I am on v1.7.1 & has enabled Cache feature with timeout 30 minutes)

30
I know its easy but still anyone who can just install this MOD for me gets 10$ :) iam paying for installing the MOD.

I send you PM but you didn’t reply.
Anyway, if you are really not able to do it. I can do it for you.
I don’t need $10. All I would require is a link back from your home page to my site "At least" for one month. (From a prominent place)

Pages: 1 [2] 3 4 5 6 ... 15