Aller au contenu

Fichier Host 1Fichier / Host File 1Fichier


Souli

Messages recommandés

Voilà le contenu du log

2019-07-07 20:30:34.065800 |

2019-07-07 20:30:34.067000 | DEBUG construct function
2019-07-07 20:30:34.067800 | DEBUG Verify function
2019-07-07 20:30:34.068300 | DEBUG TypeAccount function
2019-07-07 20:30:34.068700 | DEBUG DownloadPage function
2019-07-07 20:30:34.069100 | DEBUG DownloadPage URL : https://1fichier.com/login.pl
2019-07-07 20:30:34.337800 | DEBUG DownloadPage Status : OK | HTTP code : 200 | URL : https://1fichier.com/login.pl | Temps : 0.248543
2019-07-07 20:30:34.338300 | DEBUG TypeAccount LoginURL : https://1fichier.com/login.pl
2019-07-07 20:30:34.338600 | DEBUG TypeAccount IndexHTML : Contenu HTML
2019-07-07 20:30:34.339000 | DEBUG TypeAccount Pos Username : 2845
2019-07-07 20:30:34.339300 | DEBUG DownloadPage function
2019-07-07 20:30:34.339600 | DEBUG DownloadPage URL : https://1fichier.com/console/index.pl
2019-07-07 20:30:34.738800 | DEBUG DownloadPage Status : OK | HTTP code : 200 | URL : https://1fichier.com/console/index.pl | Temps : 0.384351
2019-07-07 20:30:34.739300 | DEBUG TypeAccount IndexURL : https://1fichier.com/console/index.pl
2019-07-07 20:30:34.739700 | DEBUG TypeAccount IndexHTML : Contenu HTML
2019-07-07 20:30:34.740100 | DEBUG TypeAccount Type : PREMIUM
 

Le contenu est exactement le même que le précédent, y compris le timestamp, c'est normal ?

Lien vers le commentaire
Partager sur d’autres sites

Franchement, à part refaire tout ca propre, pas trop d'idée :

  •  supprimer le fichier host
  •  supprimer le fichier de log
  •  redémarrer le NAS
  •  mettre le nouveau fichier host
  •  faire la vérification du compte
  •  lancer un téléchargement
Modifié par babasss38
Lien vers le commentaire
Partager sur d’autres sites

On peut essayer en direct, il faut que :

  • tu télécharges le fichier php en direct (celui qui est dans le host) et tu le mets qqpart sur ton NAS => https://1fichier.com/?vh0djybkc2foalnun6oq
  • tu copies le code suivant dans un fichier que tu nommes test.php (à mettre dans le même répertoire que le fichier php) en remplacant les valeurs de url_1fichier, login et password par les bonnes
<?php
include "OneFichierCom.php";
$onefichier = new SynoFileHosting("url_1fichier","login","password","");
print $onefichier->Verify("");
print_r($onefichier->GetDownloadInfo());
?>
  • tu te mets en ssh dans le bon répertoire et tu lances en mettant php7.1 test.php (à adapter un peu en mettant php ou une autre version php7.0, ....)
  • tu regardes le log dans /tmp/1fichier.log
Lien vers le commentaire
Partager sur d’autres sites

Je teste ça de suite

Alors, quand je le lance de base ça me crache :

 php70 test.php

Warning: fopen(/tmp/1fichier.log): failed to open stream: Permission denied in /volume1/homes/Leclaire/OneFichierCom.php on line 641
PHP Warning:  fwrite() expects parameter 1 to be resource, boolean given in /volume1/homes/Leclaire/OneFichierCom.php on line 642

Warning: fwrite() expects parameter 1 to be resource, boolean given in /volume1/homes/Leclaire/OneFichierCom.php on line 642
PHP Warning:  fwrite() expects parameter 1 to be resource, boolean given in /volume1/homes/Leclaire/OneFichierCom.php on line 643

Warning: fwrite() expects parameter 1 to be resource, boolean given in /volume1/homes/Leclaire/OneFichierCom.php on line 643
PHP Warning:  fclose() expects parameter 1 to be resource, boolean given in /volume1/homes/Leclaire/OneFichierCom.php on line 644

Warning: fclose() expects parameter 1 to be resource, boolean given in /volume1/homes/Leclaire/OneFichierCom.php on line 644
PHP Warning:  fopen(/tmp/1fichier.log): failed to open stream: Permission deniedin /volume1/homes/Leclaire/OneFichierCom.php on line 641

et ça boucle comme ça plein de fois.

 

Si je lance en sudo j'ai :

sudo php70 test.php
Password:

USER_IS_PREMIUMPHP Warning:  Illegal string offset 'INFO_NAME' in /volume1/homes/Leclaire/OneFichierCom.php on line 135

Warning: Illegal string offset 'INFO_NAME' in /volume1/homes/Leclaire/OneFichierCom.php on line 135
Array
(
    [INFO_NAME] =>
    [DOWNLOAD_URL] => "URL du téléchargement"
    [DOWNLOAD_ISPARALLELDOWNLOAD] => 1
    [DOWNLOAD_FILENAME] => "Nom du fichier à télécharger"
)

 

et dans le fichier de log j'ai

2019-07-08 21:08:22.844600 | DEBUG DownloadPage function
2019-07-08 21:08:22.844800 | DEBUG DownloadPage URL : https://1fichier.com/console/index.pl
2019-07-08 21:08:23.223500 | DEBUG DownloadPage Status : OK | HTTP code : 200 | URL : https://1fichier.com/console/index.pl | Temps : 0.366883
2019-07-08 21:08:23.223900 | DEBUG TypeAccount IndexURL : https://1fichier.com/console/index.pl
2019-07-08 21:08:23.224100 | DEBUG TypeAccount IndexHTML : Contenu HTML
2019-07-08 21:08:23.224400 | DEBUG TypeAccount Type : PREMIUM
2019-07-08 21:08:23.224800 | DEBUG GetDownloadInfo function
2019-07-08 21:08:23.225100 | DEBUG Verify function
2019-07-08 21:08:23.225300 | DEBUG TypeAccount function
2019-07-08 21:08:23.225500 | DEBUG DownloadPage function
2019-07-08 21:08:23.225700 | DEBUG DownloadPage URL : https://1fichier.com/login.pl
2019-07-08 21:08:23.421200 | DEBUG DownloadPage Status : OK | HTTP code : 200 | URL : https://1fichier.com/login.pl | Temps : 0.182437
2019-07-08 21:08:23.421600 | DEBUG TypeAccount LoginURL : https://1fichier.com/login.pl
2019-07-08 21:08:23.421900 | DEBUG TypeAccount IndexHTML : Contenu HTML
2019-07-08 21:08:23.422300 | DEBUG TypeAccount Pos Username : 2845
2019-07-08 21:08:23.422500 | DEBUG DownloadPage function
2019-07-08 21:08:23.422700 | DEBUG DownloadPage URL : https://1fichier.com/console/index.pl
2019-07-08 21:08:23.798200 | DEBUG DownloadPage Status : OK | HTTP code : 200 | URL : https://1fichier.com/console/index.pl | Temps : 0.363821
2019-07-08 21:08:23.798500 | DEBUG TypeAccount IndexURL : https://1fichier.com/console/index.pl
2019-07-08 21:08:23.798700 | DEBUG TypeAccount IndexHTML : Contenu HTML
2019-07-08 21:08:23.799000 | DEBUG TypeAccount Type : PREMIUM
2019-07-08 21:08:23.799300 | DEBUG GetFILEID function
2019-07-08 21:08:23.799500 | DEBUG GetFILEID SourceURL : "URL du fichier"
2019-07-08 21:08:23.800000 | DEBUG GetFILEID FileID : 1
2019-07-08 21:08:23.800300 | DEBUG MakeUrl function
2019-07-08 21:08:23.800500 | DEBUG MakeUrl ORIGINAL_URL : "URL du fichier"
2019-07-08 21:08:23.800700 | DEBUG MakeUrl URL : "URL du fichier"
2019-07-08 21:08:23.801000 | DEBUG CheckLink function
2019-07-08 21:08:23.801200 | DEBUG CheckLink URL : "URL du fichier"
2019-07-08 21:08:23.987800 | DEBUG Checklink HTML : Contenu HTML
2019-07-08 21:08:23.988400 | DEBUG CheckLink FileName : "Nom du fichier"
2019-07-08 21:08:23.988700 | DEBUG Original URL LinkInfo : "URL du fichier"
2019-07-08 21:08:23.988900 | DEBUG GetDownloadInfo LinkInfo : "Nom du fichier"
2019-07-08 21:08:23.989200 | DEBUG DownloadPremium function
2019-07-08 21:08:23.989400 | DEBUG DownloadPageWithAuth function
2019-07-08 21:08:23.989600 | DEBUG DownloadPageWithAuth URL : "URL du fichier"
2019-07-08 21:08:24.634700 | DEBUG DownloadPageWithAuth Status : OK | HTTP code : 200 | URL : "URL du fichier" | Temps : 0.633414
2019-07-08 21:08:24.635100 | DEBUG DownloadPremium HTML : Contenu HTML
2019-07-08 21:08:24.635600 | DEBUG DownloadPremium URL_PREMIUM : "Autre URL du fichier"
2019-07-08 21:08:24.636500 | DEBUG GetDownloadInfo DownloadName : "Nom du fichier"

 

Modifié par moumouz
Lien vers le commentaire
Partager sur d’autres sites

C'est bien toi qui a remplacé les vraies valeurs par "Nom du fichier" et "URL du fichier" ?

Sinon, je veux bien les quelques lignes avant le début de ton log (du coup, les 60 dernières) (pour voir la construction de la fonction)

Modifié par babasss38
Lien vers le commentaire
Partager sur d’autres sites

Oui c'est moi qui ai remplacé les vraies valeurs

Avec les lignes manquantes, ça donne

2019-07-08 21:08:22.640500 | DEBUG construct function v3.2.5
2019-07-08 21:08:22.641600 | DEBUG Verify function
2019-07-08 21:08:22.642100 | DEBUG TypeAccount function
2019-07-08 21:08:22.844600 | DEBUG DownloadPage function
2019-07-08 21:08:22.844800 | DEBUG DownloadPage URL : https://1fichier.com/console/index.pl
2019-07-08 21:08:23.223500 | DEBUG DownloadPage Status : OK | HTTP code : 200 | URL : https://1fichier.com/console/index.pl | Temps : 0.366883
2019-07-08 21:08:23.223900 | DEBUG TypeAccount IndexURL : https://1fichier.com/console/index.pl
2019-07-08 21:08:23.224100 | DEBUG TypeAccount IndexHTML : Contenu HTML
2019-07-08 21:08:23.224400 | DEBUG TypeAccount Type : PREMIUM
2019-07-08 21:08:23.224800 | DEBUG GetDownloadInfo function
2019-07-08 21:08:23.225100 | DEBUG Verify function
2019-07-08 21:08:23.225300 | DEBUG TypeAccount function
2019-07-08 21:08:23.225500 | DEBUG DownloadPage function
2019-07-08 21:08:23.225700 | DEBUG DownloadPage URL : https://1fichier.com/login.pl
2019-07-08 21:08:23.421200 | DEBUG DownloadPage Status : OK | HTTP code : 200 | URL : https://1fichier.com/login.pl | Temps : 0.182437
2019-07-08 21:08:23.421600 | DEBUG TypeAccount LoginURL : https://1fichier.com/login.pl
2019-07-08 21:08:23.421900 | DEBUG TypeAccount IndexHTML : Contenu HTML
2019-07-08 21:08:23.422300 | DEBUG TypeAccount Pos Username : 2845
2019-07-08 21:08:23.422500 | DEBUG DownloadPage function
2019-07-08 21:08:23.422700 | DEBUG DownloadPage URL : https://1fichier.com/console/index.pl
2019-07-08 21:08:23.798200 | DEBUG DownloadPage Status : OK | HTTP code : 200 | URL : https://1fichier.com/console/index.pl | Temps : 0.363821
2019-07-08 21:08:23.798500 | DEBUG TypeAccount IndexURL : https://1fichier.com/console/index.pl
2019-07-08 21:08:23.798700 | DEBUG TypeAccount IndexHTML : Contenu HTML
2019-07-08 21:08:23.799000 | DEBUG TypeAccount Type : PREMIUM
2019-07-08 21:08:23.799300 | DEBUG GetFILEID function
2019-07-08 21:08:23.799500 | DEBUG GetFILEID SourceURL : "URL du fichier"
2019-07-08 21:08:23.800000 | DEBUG GetFILEID FileID : 1
2019-07-08 21:08:23.800300 | DEBUG MakeUrl function
2019-07-08 21:08:23.800500 | DEBUG MakeUrl ORIGINAL_URL : "URL du fichier"
2019-07-08 21:08:23.800700 | DEBUG MakeUrl URL : "URL du fichier"
2019-07-08 21:08:23.801000 | DEBUG CheckLink function
2019-07-08 21:08:23.801200 | DEBUG CheckLink URL : "URL du fichier"
2019-07-08 21:08:23.987800 | DEBUG Checklink HTML : Contenu HTML
2019-07-08 21:08:23.988400 | DEBUG CheckLink FileName : "Nom du fichier"
2019-07-08 21:08:23.988700 | DEBUG Original URL LinkInfo : "URL du fichier"
2019-07-08 21:08:23.988900 | DEBUG GetDownloadInfo LinkInfo : "Nom du fichier"
2019-07-08 21:08:23.989200 | DEBUG DownloadPremium function
2019-07-08 21:08:23.989400 | DEBUG DownloadPageWithAuth function
2019-07-08 21:08:23.989600 | DEBUG DownloadPageWithAuth URL : "URL du fichier"
2019-07-08 21:08:24.634700 | DEBUG DownloadPageWithAuth Status : OK | HTTP code : 200 | URL : "URL du fichier" | Temps : 0.633414
2019-07-08 21:08:24.635100 | DEBUG DownloadPremium HTML : Contenu HTML
2019-07-08 21:08:24.635600 | DEBUG DownloadPremium URL_PREMIUM : "Autre URL du fichier"
2019-07-08 21:08:24.636500 | DEBUG GetDownloadInfo DownloadName : "Nom du fichier"

Lien vers le commentaire
Partager sur d’autres sites

php --version donne :

PHP 5.6.11 (cli) (built: May 10 2019 04:14:46)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies

 

et le fichier php en local avec la version du php courante donne :

 

USER_IS_PREMIUMPHP Warning:  Illegal string offset 'INFO_NAME' in /volume1/homes/Leclaire/OneFichierCom.php on line 135

Warning: Illegal string offset 'INFO_NAME' in /volume1/homes/Leclaire/OneFichierCom.php on line 135
Array
(
    [INFO_NAME] =>
    [DOWNLOAD_URL] => "URL du fichier"
    [DOWNLOAD_ISPARALLELDOWNLOAD] => 1
    [DOWNLOAD_FILENAME] => "Nom du fichier"
)
 

et le log suite à ça donne

 

2019-07-09 16:49:27.480000 | DEBUG construct function v3.2.5
2019-07-09 16:49:27.480700 | DEBUG Verify function
2019-07-09 16:49:27.481100 | DEBUG TypeAccount function
2019-07-09 16:49:27.481400 | DEBUG DownloadPage function
2019-07-09 16:49:27.481600 | DEBUG DownloadPage URL : https://1fichier.com/login.pl
2019-07-09 16:49:27.683400 | DEBUG DownloadPage Status : OK | HTTP code : 200 | URL : https://1fichier.com/login.pl | Temps : 0.188121
2019-07-09 16:49:27.683800 | DEBUG TypeAccount LoginURL : https://1fichier.com/login.pl
2019-07-09 16:49:27.684000 | DEBUG TypeAccount IndexHTML : Contenu HTML
2019-07-09 16:49:27.684400 | DEBUG TypeAccount Pos Username : 2845
2019-07-09 16:49:27.684600 | DEBUG DownloadPage function
2019-07-09 16:49:27.684800 | DEBUG DownloadPage URL : https://1fichier.com/console/index.pl
2019-07-09 16:49:28.028100 | DEBUG DownloadPage Status : OK | HTTP code : 200 | URL : https://1fichier.com/console/index.pl | Temps : 0.331461
2019-07-09 16:49:28.028500 | DEBUG TypeAccount IndexURL : https://1fichier.com/console/index.pl
2019-07-09 16:49:28.028700 | DEBUG TypeAccount IndexHTML : Contenu HTML
2019-07-09 16:49:28.029100 | DEBUG TypeAccount Type : PREMIUM
2019-07-09 16:49:28.029700 | DEBUG GetDownloadInfo function
2019-07-09 16:49:28.030000 | DEBUG Verify function
2019-07-09 16:49:28.030300 | DEBUG TypeAccount function
2019-07-09 16:49:28.030500 | DEBUG DownloadPage function
2019-07-09 16:49:28.030800 | DEBUG DownloadPage URL : https://1fichier.com/login.pl
2019-07-09 16:49:28.223200 | DEBUG DownloadPage Status : OK | HTTP code : 200 | URL : https://1fichier.com/login.pl | Temps : 0.180652
2019-07-09 16:49:28.223500 | DEBUG TypeAccount LoginURL : https://1fichier.com/login.pl
2019-07-09 16:49:28.223800 | DEBUG TypeAccount IndexHTML : Contenu HTML
2019-07-09 16:49:28.224000 | DEBUG TypeAccount Pos Username : 2845
2019-07-09 16:49:28.224300 | DEBUG DownloadPage function
2019-07-09 16:49:28.224500 | DEBUG DownloadPage URL : https://1fichier.com/console/index.pl
2019-07-09 16:49:28.566700 | DEBUG DownloadPage Status : OK | HTTP code : 200 | URL : https://1fichier.com/console/index.pl | Temps : 0.330442
2019-07-09 16:49:28.567100 | DEBUG TypeAccount IndexURL : https://1fichier.com/console/index.pl
2019-07-09 16:49:28.567300 | DEBUG TypeAccount IndexHTML : Contenu HTML
2019-07-09 16:49:28.567600 | DEBUG TypeAccount Type : PREMIUM
2019-07-09 16:49:28.567900 | DEBUG GetFILEID function
2019-07-09 16:49:28.568100 | DEBUG GetFILEID SourceURL : "URL du fichier"
2019-07-09 16:49:28.568500 | DEBUG GetFILEID FileID : 1
2019-07-09 16:49:28.568800 | DEBUG MakeUrl function
2019-07-09 16:49:28.569100 | DEBUG MakeUrl ORIGINAL_URL : "URL du fichier"
2019-07-09 16:49:28.569300 | DEBUG MakeUrl URL : "URL du fichier"
2019-07-09 16:49:28.569500 | DEBUG CheckLink function
2019-07-09 16:49:28.569700 | DEBUG CheckLink URL : "URL du fichier"
2019-07-09 16:49:28.754000 | DEBUG Checklink HTML : Contenu HTML
2019-07-09 16:49:28.754600 | DEBUG CheckLink FileName : "Nom du fichier"
2019-07-09 16:49:28.754900 | DEBUG Original URL LinkInfo : "URL du fichier"
2019-07-09 16:49:28.755200 | DEBUG GetDownloadInfo LinkInfo : "Nom du fichier"
2019-07-09 16:49:28.758900 | DEBUG DownloadPremium function
2019-07-09 16:49:28.759200 | DEBUG DownloadPageWithAuth function
2019-07-09 16:49:28.759500 | DEBUG DownloadPageWithAuth URL : "URL du fichier"
2019-07-09 16:49:29.412700 | DEBUG DownloadPageWithAuth Status : OK | HTTP code : 200 | URL : "URL du fichier" | Temps : 0.640305
2019-07-09 16:49:29.413100 | DEBUG DownloadPremium HTML : Contenu HTML
2019-07-09 16:49:29.413600 | DEBUG DownloadPremium URL_PREMIUM : "URL du fichier"
2019-07-09 16:49:29.414600 | DEBUG GetDownloadInfo DownloadName : "Nom du fichier"

Lien vers le commentaire
Partager sur d’autres sites

Le 07/07/2019 à 11:33, babasss38 a dit :

Bonjour,

Effectivement, il y avait un problème avec les liens privés. Une nouvelle version pour corriger cela => v3.2.5 https://1fichier.com/?1zldpph8wba9q85m71um

Peux-tu du coup supprimer ton lien (car il n'a plus rien à faire là :-))

Merci pour cette version 3.2.5 qui enfin fonctionne avec mon compte gratuit

Lien vers le commentaire
Partager sur d’autres sites

Et tu as quoi comme version de Download Station (ils viennent d'en sortir une nouvelle) ?

Il y a 13 heures, moumouz a dit :

php --version donne :

PHP 5.6.11 (cli) (built: May 10 2019 04:14:46)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies

 

et le fichier php en local avec la version du php courante donne :

 

Lien vers le commentaire
Partager sur d’autres sites

  • 3 semaines après...

Bonjour à tous,

pour information, alors qu'aucune version ne fonctionnait avec mon compte premium, la 3.2.5 fonctionne.

je rappel que j'ai un 716+ et un 1515+, ça fonctionnait sur le 716+ mais pas sur l'autre.

Le seul petit doute qui subsiste est la méthode d'installation, j'ai installé le fichier host en me connectant à distance avec l'ID quickconnect et non pas sur le réseau local, il faudrait que je supprime à nouveau le fichier et que je tente de le réinstaller en local pour vérifier si cela à une incidence, en attendant ça ne coûte rien d'essayer de faire comme moi.

 

Bonne journée et encore merci à Babasss38 pour son travail.

Modifié par PATRICE05
Lien vers le commentaire
Partager sur d’autres sites

  • 1 mois après...

Bonjour, est-ce qu'il ya une plateforme ou l'on peut mettre le module  pour que je mette le lien en 1ere page pour qu'il soit mis à jour par la communauté ? 

J'ai plus le temps de le mettre à jour (comme vous avez pu le voir ^^) et ce serait plus simple si c'etait un lien en 1ere page.

Lien vers le commentaire
Partager sur d’autres sites

Invité
Ce sujet ne peut plus recevoir de nouvelles réponses.
×
×
  • Créer...

Information importante

Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.