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

Pages: 1 [2] 3 4 5 6 ... 61
16
Please search for : additional user fields on the forum's search engine. You should find numerous results on this subject.

18
Français / Re: Nouveau site
« on: February 18, 2006, 07:18:20 PM »
Ah ! voilà qui est beaucoup mieux.

Par contre, votre méthode peut attirer l'attention des filtreurs SPAMs sur les serveurs web. Si vous le voulez bien, je pourrais refaire le MOD entièrement (à ma manière) de façon à ce que 4images puisse utiliser son propre module (qui est déjà intégré sous l'ensemble des fonctions maître).

Cela dit, il sera beaucoup plus sécuritaire - à vous et à vos utilisateurs de votre gallerie - d'envoyer des courriels de ce genre. En faite, même si ce que je m'apprete à dire est hors-sujet (dans un sens), je suis actuellement en train de néguocier, avec les autres usagées de la section anglaise (MODs), pour considérer une nouvelle infrastructure pour utiliser le MOD de : "Email-a-friend" (Envoyer ce courriel à un ami). ;)

S.v.p m'en aviser si interessé (ou non).

19
Mods & Plugins (Releases & Support) / Re: Tell a friend
« on: February 18, 2006, 07:07:54 PM »
@michi-w:

Disgarding all the followed discussions on this topic, were there any subjects regarding difficulties by using the e-mail-a-friend MOD ? If so, I could build a new one (still, if required). ;)

20
Français / Re: Nouveau site
« on: February 18, 2006, 06:59:04 PM »
Pouvez-vous editer votre message en placant les codes que vous avez posté sous fonction de QUOTE ou de CODE s.v.p ? Il serait beaucoup moins difficile de les lire de cette façon plutôt qu'en texte simple. ;)

21
By agreeing with Icecream on this, you might also want to

change :

Quote

$sicherheit_code = $_POST['sicherheit_code'];
$sicherheit_dec = $_POST['sicherheit_dec'];


to read :

Code: [Select]

$sicherheit_code = (isset($HTTP_POST_VARS['sicherheit_code'])) ? $HTTP_POST_VARS['sicherheit_code'] : "";
$sicherheit_dec =  (isset($HTTP_POST_VARS['sicherheit_dec'])) ? intval($HTTP_POST_VARS['sicherheit_dec']) : "";


In the mean time, still followed from what Icecream stated above, it is why I had to make some corrections from my end in order to show the random image codes without problems (which disregards the modifications I just made above). ;)

22
Mods & Plugins (Releases & Support) / Re: Tell a friend
« on: February 18, 2006, 06:48:53 PM »
Is this MOD functionning correctly ? If not, I might be able to re-create this MOD (if needed).

If some users could reply to this, it could probably be done. ;)

23
Français / Re: Nouveau site
« on: February 18, 2006, 06:45:13 PM »
Quote

1)J'ai résussi a incorporer des iframes dan le emplade error, mais j'aimerais lstokker ces pages ailleurs que dans le dossier template. Y a-t-il une solution?


Si vous demandez une autre possibilitée pour créer des fichiers de templates sous format HTML et soyant présentable ailleurs que dans le répertoire "templates", la réponse est oui mais vous devrez faire de plus grande modifications sous le fichier includes/template.php. Personnellement, si c'est le cas, je ne vois pas le but puisque 4images offre déjà la possibilitée de créer des templates en quantités illimités en créant des sous-répertoires sous le répertoire des templates. ;)

Quote

2) Comment faire pour insérere un formulaire "recommander ce site" sous 4images?


Cela exigerait une création d'un MOD. Par contre, si vous avez un exemple, je pourrais toujours m'arranger essayer de le reproduire sous la version de 4images. ;)

24
Mods & Plugins (Requests & Discussions) / Re: login from seperate web site
« on: February 18, 2006, 04:02:31 PM »
Quote

so you think that this is absolutly inpossible?


At least, not at this time.

25
Quote

Did the image date look a little funky in the ALT tag when you tried this out?  I'm finding that mine does.


Well, it depends of your definition of funky but, now that you mention it, I did left a tighny too much of space between the text and the date. :mrgreen:

26
Mods & Plugins (Requests & Discussions) / Re: login from seperate web site
« on: February 18, 2006, 03:13:19 PM »
No, sorry. Sessions are only validated inside 4images and not from outsiders (there's also a fix on this subject from V@no regarding the SESSID query on the bug fixes section of the forum).

27
Quote

Perhaps some special modules for php are necessary?


Correct. Even I had difficulties to make implementation of this MOD within mines. However, yesterday night, I made some modifications to the routines (which the author will also be notified). The problem is that the PHP file is being called directly from the HTML template file without the Site Session modulation (which is not advisable to do). Then, when I replaced the file (+ query) with a new tag name and placed that filename into the PHP file itself (including the Site Session modulation) everything went fine. ;)

Note: $script_url is also invalid, in this case, since the random codes image won't load either. $site_sess must be used in order to accomplish this. ;)

28
Mods & Plugins (Releases & Support) / Re: [MOD] Contact Form
« on: February 18, 2006, 04:30:33 AM »
Update:

I have completed my new contact MOD as I have successfully imported the Anti-Spam MOD within. In the mean time, webmasters will be notified if the code has been approved or not inside the e-mail itself (in case of automated bot systems).

Well, if people are interested, please advise. ;)

30
Does this bolded part :

Quote

$types[$image_info[2]]


means JPG in this case ? (2nd number in the array)

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