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

Pages: 1 2 3 4 [5] 6 7 8 9 ... 29
61
In FTP you set permissions, has nothign to do with upload more files.
How you change permissions in FTP depends on what FTP program you use. Look into your help files for what ever program you use.

62
Installation, Update & Configuration / Re: Uploading Pictures
« on: May 17, 2007, 08:17:01 AM »
Sounds like a timeout error.
Do they allow you to upload larger files via the web?

63
Installation, Update & Configuration / Re: Verification Code
« on: May 16, 2007, 11:11:14 PM »
You can PM it to me and I will take a look. Don't know what I can do from there but look and maybe I will see something.

64
Permissions you can set by FTP.
Another way to call it is CHMOD. Look here for more info: http://catcode.com/teachmod/

65
FAQ, Tips / Re: Remove the right-click disabler
« on: May 12, 2007, 10:58:06 AM »
Quote
Any ideas where i can find any error logs?
4images runs at my own server, connected over dyndns to the internet.
  ... No I don't sorry.


Try putting the code in fotoalbum.html since that is what comes up when to view your gallery.
Right now when I go there and view source all I see is (with no rick click disabler in it):
Code: [Select]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="icon" href="image/favicon.ico" type="image/ico">

<title>Christian's Fotoalbum</title>

<meta content="Christian's Fotoalbum" name="description"/>
<meta content="" name="keywords"/>
<meta content="" name="author"/>
<meta content="ChristianKnorr@gmx.de" name="email"/>
<meta content="Christian Knorr" name="copyright"/>
<link type="text/css" rel="stylesheet" href="style.css"/>
</head>
<frameset border="0" frameborder="NO" framespacing="0" cols="*" rows="*">
 <frame noresize="" scrolling="auto" name="tocframe" src="http://chrisk.homeftp.net/4images/">

</frameset>
<noframes/>
</html>

Other wise right now I have no other ideas to help.
If I think of anything else I will post it.

66
FAQ, Tips / Re: Remove the right-click disabler
« on: May 12, 2007, 10:34:40 AM »
Ok, now I see what you did with the template.
Did you try adding that code to your template to see if that will work?

67
Installation, Update & Configuration / Re: Verification Code
« on: May 12, 2007, 10:27:42 AM »
Check in your ACP to make sure you have that extension in the "Valid File Extensions" under settings.

Seems like you do not have that extension added.

68
FAQ, Tips / Re: Remove the right-click disabler
« on: May 12, 2007, 10:11:38 AM »
Not sure if I understand correct or not.
You want the rick click disabler removed and you have 1.7.4?
Or do you mean you would like the right click enabled on your template?

If you want it enabled just add this to your header.
If not and you want it disabled then this is what you remove.
Code: [Select]
  function right(e) {

    if ((document.layers || (document.getElementById && !document.all)) && (e.which == 2 || e.which == 3)) {

      alert("© Copyright by {site_name}");

      return false;

    }

    else if (event.button == 2 || event.button == 3) {

      alert("© Copyright by {site_name}");

      return false;

    }

    return true;

  }



  if (document.layers){

    document.captureEvents(Event.MOUSEDOWN);

    document.onmousedown = right;

  }

  else if (document.all && !document.getElementById){

    document.onmousedown = right;

  }



document.oncontextmenu = new Function("alert('© Copyright by {site_name}');return false");


If you are looking to disable just the right click on images only then take a look at: http://www.4homepages.de/forum/index.php?topic=4236.0
With this one right click will work except for over your images.

69
Installation, Update & Configuration / Re: Verification Code
« on: May 11, 2007, 10:05:43 AM »

Second, double check all your permissions to make sure those are correct.

I changed some of my permissions (to test out) and I get the same error as posted.

70
Mods & Plugins (Releases & Support) / Re: [MOD] multiupload
« on: May 10, 2007, 07:50:20 PM »
Ran into a problem after installing this mod

Code: [Select]
Fatal error: Cannot redeclare convert_special() (previously declared in /home/user/public_html/Bildergalerie/includes/search_utils.php:34) in /home/user/public_html/Bildergalerie/includes/search_utils.php on line 34
Help me pleace.

Did you try re-installing the mod? Seems like something missing to give you that error.

71
Did you check your permissions?

72
Feedback & Suggestions / Re: sales
« on: May 08, 2007, 09:45:26 PM »
That is the 4images online shop.
What you can order here is the 4images Licence, 4images Copyright-Removal-Licence or the bundle of both.

4imges is free to non cemmercial websites, but not to commercial websites.
Commercial websites must obtain a license (which is sold there).

73
Installation, Update & Configuration / Re: Verification Code
« on: May 07, 2007, 06:59:26 AM »
Thats the first I have ever heard that.
Hopefully someone else can lead you in the right direction as now I have no clue.

Maybe ask your host?

74
Installation, Update & Configuration / Re: Verification Code
« on: May 05, 2007, 05:24:38 PM »
yes...try re-uploading the folder. If it is already there, delete it then re-upload.

The images I mean are all the images for the theme you are using (the default).
All buttons are missing, logo image and spacer images to name just a few.

75
Installation, Update & Configuration / Re: Verification Code
« on: May 04, 2007, 09:06:01 PM »
First are you sure you uploaded all images?
If so are they in the right area?

Second, double check all your permissions to make sure those are correct.

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