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 - rodier

Pages: [1]
1
Hi
good mod, but can you fix problem with embeded videos?

if someone upload *.html file (with some code inside) .. it will make code with thubmnail/picture ending .html but thats wrong..
look
http://mmoscreens.com/img1614.htm
OK is:
http://mmoscreens.com/data/thumbnails/57/Stormtrooper_training_video.jpg
but your plugin produce URL:
http://mmoscreens.com/data/thumbnails/57/Stormtrooper_training_video.htm   because the original  (full size) file is htm ..   


I think something like "if $new_name contains .htm  change it to .jpg"  but how to make it ? :)

2
For people with SEO links like  /img000.htm and cat000.htm  use:

Code: [Select]
$uploaded_image_link = $script_url."/img".$image_id.".htm";

3
Hi all

Can anyone tell me, how to use different template on some page in 4images gallery?

My problem is:
I want put this output http://mmoscreens.com/new_screens.php  copy to  new_screens2.php and

a) strip it to plain  picture table output  so I can embed in another project  where it will show ONLY table with pictures..

or

b) set so that new_screens2.php will use ANOTHER template installed on system ?

4
Discussion & Troubleshooting / too many connections..
« on: December 01, 2008, 05:21:54 AM »
Hi all
Im running 1.76  almost 8 month without any problems, we have low traffic - few people every day..but now we started have problem with too many connections mysql error.
I contacted my friend - hosting provider and he tell me, its because our account have 20 mysql connections  and our 4images gallery have problem with closing it.  It simply open all 20 and never close it.
I read trough forum and found 1.70 was problem with mysql connections..but as I said, we are using 1.76 + we start have that problem now..  no few month before.  weird isnt?
My friend told me to use mysql_close(); at end of  pages that use sql, but it seems thats not usable in every case..  (I know there is some time out.. I dont know why timeout dont close it..)

thanks for any help


5
Mods & Plugins (Requests & Discussions) / automatic keywords
« on: April 24, 2008, 05:04:01 AM »
hi all :)

because search engine in 4images gallery isnt smart as google,  I think about automatic keywords.
If someone upload screenshot to some category without any keyword, it will automatically  name of category as keyword
I think it can be done via some sql, but Im still not good in php+sql, so anyone think about that?

Simply if I upload picture to category named "my house"  first keyword added to screenshot will be "my house". 

I think this idea is good, because if someone search for my house ..  it not find anything   because
- search dont use category names  (ok)
- search dont use partial image names (ok) [and everyone know, pictures have names like myhouse001..etc]


thanks for your time :)

btw I tried run script
update 4images_images set images_keywords = "something" where image_name  like  "%something%"   to add keyword to some screenshot.

Now I see record in table, I see it on web too..  but search dont see it.  dont understand why

6
Maybe its because hosting?   some php variables..

["HTTP_ACCEPT"]=>
  string(87) "image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*"


7
HI all
when im trying to upload some videos (avi/mpg/swf...)  I get message
Error uploading image file
invalid file type ...

Can anyone help me?  I read lots of topics here..   but I have everything else working OK ..directories is 777 and its automaticaly created..  everything around pictures work.
But movies not.
I tried some youtube mod ..that work with simply .html files uploading contains embed code - nothing.

Everything seems ok - I have filetype in right directory, its approved in administration panel..but still..  no luck :(   + I tried upload via ftp to category directory = nothing appear on web..  nothing in check images.. validate images.. etc

8
I want ask if you plan make it  little more "seo" :-)  there is another "seo" mod that make url long but readable by people..   
the problem is,  only your seo mod support  another mod here that will make sitemap.xml for google

+ im asking.. what is better.   these short anonymous url + sitemap 
or  long human readible  without sitemap ?  (for google)?

9
I'm having a problem

My root folder of 4 images is http://www.estampafotos.com/galeria/

The sitemap is generated in http://www.estampafotos.com/sitemap.xml

When i open the sitemap in browser shows this error

Code: [Select]
Warning: require(config.php) [function.require]: failed to open stream: No such file or directory in /home2/estampaf/public_html/google.php on line 9

Warning: require(config.php) [function.require]: failed to open stream: No such file or directory in /home2/estampaf/public_html/google.php on line 9

Fatal error: require() [function.require]: Failed opening required 'config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/home2/estampaf/php') in /home2/estampaf/public_html/google.php on line 9

How can i fix this?

Thanks!!!!

you need put google.php to root  where is config.php (it seems config.php missing)  or try set better attributres to config.php (set it to 777)

10
edit lol..  i was using another seo mod..   im try use the right one now ;)

11
really cool 100% working :-)
thanks

Please xox can you look on sitemap for google  generator? its mod here on page .. but its working only with another short url mod ..   I look inside and it seems pretty simply it took names from sql and generate url..  but my knowledge is not enough good to change the generator to work with your seo mod .. can you try it please? :)

will be cool if yes.. thanks :)

12
Discussion & Troubleshooting / Re: Searching with partial matches?
« on: April 22, 2008, 11:59:27 PM »
good day
nice joke :-D

2 people currently working on my gallery  Me + My friend
Its small gallery for people.. now.. but we want be bigger and maybe..some day.. buy licence and be commercional :-)

BUT that have doesnt with my needs :-D

I will explain - we are gallery with screens from mmorpg games.   So there is game called world of warcraft.  If anyone submit screenshot, it will have name  wow01  wow02 wow03 ..etc
so if I search for world of warcraft - nothing
If I search for  wow - nothing
that is why I need partial search..    because if I try wow*  it will find all wow* screens :) 

I know the idea is little wrong.. but its based on problem with  lazyness.. people dont want type description/keywords :(    + if someone try search for  wow* boss  .. it will find something about world of warcraft and bosses

edit:
I tried add some keywords to database via sql query and I see that keyword under picture, but search wont find that keyword (if I add keyword manually, search will find it)..  so where is keywords stored? I found it only in  table 4images_images column image_keywords .

Thanks fo rhelp

13
Discussion & Troubleshooting / Searching with partial matches?
« on: April 22, 2008, 05:14:07 PM »
Hi all
It is possible to make searching  work  with partial matches too by default?

I know if I try search for  term*  it will  search partially matches too..  but  it is possible to make it  by default? so Visitors dont need put asterisk inside?

Thanks

Pages: [1]