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

Pages: 1 [2] 3 4 5 6 ... 8
16
Discussion & Troubleshooting / Change cookie name
« on: January 20, 2007, 08:35:35 PM »
How i can change the name of the cookie file on my pc?
Now its the name of the domain but i want give it a other name.
But i don't now how. :roll:

I hope someone can help me.

17
can this also when a admin upload a image in the admin panel? :roll:

18
Chit Chat / Re: Hi, looking for a host.
« on: January 19, 2007, 07:15:58 PM »
You can make a free galery here: http://galerie.4yoursite.nl/new.php
The page is in the dutch language. Eng language maybe soon aviable.

Here is a translation:
Galerie Naam = Gallery name (the name of you gallery or site)
Galerie Category = Gallery Catagory (cats are in english :wink:)
Administrator gebruikersnaam = Administrator username (your login name on the gallery)
Administrator wachtwoord = Administrtor password (your password for your gallery)
Administrator wachtwoord [ Bevestigen ] = Administrtor password [ again ]
Admin Email Address = Administrator Email adress (your Email adres)

19
Discussion & Troubleshooting / Re: Admin with less rights
« on: January 18, 2007, 08:58:33 PM »
Is there anybody who can help me? :D
I tried many things but i can't get it work  :oops:

20
Discussion & Troubleshooting / Admin with less rights
« on: January 14, 2007, 07:44:36 PM »
I have tried many things but it doesn't work.

How can I make sure that the admin gets a error message in the admin panel when exeeding the max. image size in KB.

Any help is welcome  :D

21
Ok this is diffecult to explain for me but i give it a trie.
First it is a good mod :D

My question:
My database have more 4 images tables
So the table database looks like this:
Code: [Select]
  test_4images_categories
  test_4images_comments
  test_4images_groupaccess
  test_4images_groupmatch
  test_4images_groups
  test_4images_images
  test_4images_images_temp
  test_4images_lightboxes
  test_4images_postcards
  test_4images_sessions
  test_4images_sessionvars
  test_4images_settings
  test_4images_users
  test_4images_wordlist
  test_4images_wordmatch
  test2_4images_categories
  test2_4images_comments
  test2_4images_groupaccess
  test2_4images_groupmatch
  test2_4images_groups
  test2_4images_images
  test2_4images_images_temp
  test2_4images_lightboxes
  test2_4images_postcards
  test2_4images_sessions
  test2_4images_sessionvars
  test2_4images_settings
  test2_4images_users
  test2_4images_wordlist
  test2_4images_wordmatch

How can i do so that the random.php randomise all off the images from the different 4images databases.

I hope you will understand my english :roll:

22
Discussion & Troubleshooting / Re: changing backup.php
« on: January 09, 2007, 08:19:28 PM »
It's works perfect :lol:
just what i want.

no i cab do the next steps :wink:

thanks Acidgod :D

23
Discussion & Troubleshooting / Re: changing backup.php
« on: January 08, 2007, 09:36:23 PM »
which version?
and where is the copyride note???
version 1.7.4
the copyright is back and stay this time :roll:
sorry for that i have changed that long time ago.

It's not for tuned-cars.net
but for a new site
I busy to make a site with multy 4images. so users can get a free hosted 4image gallery.
you can see a preview on: http://www.forum-host.nl/4imageshost/new_forum.php i'm busy with this site and it's a test version.
Yiy can see the idea. the language is in dutch.
you can see a hosted gallery on: http://www.forum-host.nl/4imageshost/test/

24
Discussion & Troubleshooting / changing backup.php
« on: January 07, 2007, 08:40:17 PM »
Hello.

I want to make some changes to the admin/backup.php
when i go to the admin panel i see my whole database, And the 4images tables are selected.
My question is: Is it posseble to see only the tables of 4 images (only the selected tables) :roll:

you can see what i mean in the attachment.

I've tried to change various things, with no result.
Maby you can help me :D

25
thx wallpapers it worked!!!

it's good to hear that  :D

26
After making some errors i have in my eror log some new things.
I don't now how to get a solution for these.
but the batch annotate scrips says the averything is done.
but i have now watermarks on my pictures.
the code below comes out of my error log mayby someone have a solution :D
Code: [Select]
[client 195.241.210.90] PHP Warning: imagesx(): supplied argument is not a valid Image resource in /home/vhosts/tuned-cars.net/httpdocs/includes/annotate.php on line 176, referer: http://www.tuned-cars.net/admin/index.php
[client 195.241.210.90] PHP Warning: imagesy(): supplied argument is not a valid Image resource in /home/vhosts/tuned-cars.net/httpdocs/includes/annotate.php on line 177, referer: http://www.tuned-cars.net/admin/index.php
[client 195.241.210.90] PHP Warning: imagecolorallocate(): supplied argument is not a valid Image resource in /home/vhosts/tuned-cars.net/httpdocs/includes/annotate.php on line 184, referer: http://www.tuned-cars.net/admin/index.php
[client 195.241.210.90] PHP Warning: imagecolortransparent(): supplied argument is not a valid Image resource in /home/vhosts/tuned-cars.net/httpdocs/includes/annotate.php on line 185, referer: http://www.tuned-cars.net/admin/index.php
[client 195.241.210.90] PHP Warning: imagecopymerge(): supplied argument is not a valid Image resource in /home/vhosts/tuned-cars.net/httpdocs/includes/annotate.php on line 186, referer: http://www.tuned-cars.net/admin/index.php

27
I have a solution

Change in batch_annotate.php
Code: [Select]
$root_path = (eregi("\/plugins\/", $PHP_SELF)) ? "./../../" : "./../";
to:
Code: [Select]
$root_path = (!eregi("\/plugins\/", $_SERVER['PHP_SELF'])) ? "./../" : "./../../";

28
I don`t know where the problem is, cause the root path is correct! rootpath is set to 4images and the admin folder is admin/admin_globals.php???I dont know whats wrong with the line...?

the point is that root path relative to the admin directory and the root path relative to the main 4images directory are different

I have the same problem.
But how i solve this problem with the different paths  :roll:

29
I'm maby stupid but what is " Cross-Site Scripting Vulnerability" i have never heard about it  :roll:

30
Mods & Plugins (Requests & Discussions) / [Requests] rate the picture
« on: October 07, 2006, 11:03:44 PM »
Hello i was thinking of a mod "rate the picture"
What will this mod do:
Almost the same as the detail.php but with some other things.
1. Show the picture and a rate form (same as on the deatail.html)
2. after a user has rate the picture the script will redirect to another random picture.

I have running 3 sites with the 4images script and most users will not rate a picture.
With this mod i hope more users will rate a picture

I hope someone likes this idee and will make this script
I will help as far as i can. (my php programming is not so good :roll:)

If you have any questions please ask them here in this topic.

I hope you understand my english :oops:

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