google-code-backups / eude

Automatically exported from code.google.com/p/eude
0 stars 0 forks source link

Scanner "omg" et "err preg 1" #252

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
= Description du bogue =

Message 
Système 1639:
omg
ou
Système 1424:
err preg 1

Les scan est impossible

= Étapes pour reproduire =
1. Répertoire "Scanner" installé dans addons
2. fichier scanner.conf.php modifié :   
public function ScanServer () {
//      return 'australis.eu2.looki.fr';
        return 'borealis.eu2.looki.fr';
3.

= Version / Lien de votre Data Engine,script grease =
version 1.4.2.3 / miklkeal@free.fr / dernier script grease installé
scanner r378

= Système d'exploitation / Navigateur =
Vista / Mozilla firefox

= Nom/Caractéristiques hébergeur =
Free

= Informations complémentaire =

Désolé, mais malgré mes recherches sur le site, je n'ai pas trouvé la 
solution à ce problème...
Y'a-t-il une manip spécifique que je n'aurais pas fait ?
Merci pour ce super support

** Inclure des copies de ce qui marche pas copier/coller/screenshot **

Original issue reported on code.google.com by Mikazail...@gmail.com on 16 Jul 2010 at 11:18

GoogleCodeExporter commented 8 years ago
Dans le fichier scan.php

Modifier ligne 52

if ( ($page=GetUrl($host, 
'/galaxy/galaxy_overview.php?area=galaxy&starsystem_id='.$curcoord.'&fleet_id=&f
rom=',$header)) ===false) die('error2, reload window game ?');

par

if ( ($page=GetUrl($host, 
'/galaxy/galaxy_overview.php?area=galaxy&starsystem_id='.$curcoord.'&fleet_id=&f
rom=',$header)) ===false) echo 'Système non exploré';

=======================================

ligne 55

if (!isset($sun[1][0])) die('omg');

par

if (!isset($sun[1][0]));

Original comment by XCharism...@gmail.com on 16 Jul 2010 at 11:36

GoogleCodeExporter commented 8 years ago
dans le fichier planets.php

Modifier ligne 54

if ( ($page=GetUrl($host, 
'/galaxy/galaxy_overview.php?area=galaxy&starsystem_id='.$curcoord.'&fleet_id=&f
rom=',$header)) ===false) die('error sock 1');

par

if ( ($page=GetUrl($host, 
'/galaxy/galaxy_overview.php?area=galaxy&starsystem_id='.$curcoord.'&fleet_id=&f
rom=',$header)) ===false) echo 'Système non exploré';

=======================================

ligne 57

if (count($sun[0])==0) die('err preg 1');

par

if (count($sun[0])==0);

Original comment by XCharism...@gmail.com on 16 Jul 2010 at 11:43

GoogleCodeExporter commented 8 years ago
Merci pour ton aide mais maintenant le scan vortex fonctionne mais ne trouve 
pas de vortex...
Le scan planetes ne fonctionne pas, il y a : 
"Système 1424:
76 err preg 2: Session changé ? "

Original comment by Mikazail...@gmail.com on 16 Jul 2010 at 1:33

GoogleCodeExporter commented 8 years ago
Dans le fichier scan.php

ligne 55

if (!isset($sun[1][0]));

par

if (!isset($sun[1][0])) die('omg');

=========================================

dans le fichier planets.php

ligne 57

if (count($sun[0])==0);

par

if (count($sun[0])==0) die('err preg 1');

Original comment by XCharism...@gmail.com on 16 Jul 2010 at 1:41

GoogleCodeExporter commented 8 years ago
Après ces modifs, j'ai de nouveau les messages :
Système 1639:
omg
et
Système 1424:
err preg 1

Original comment by Mikazail...@gmail.com on 16 Jul 2010 at 1:48

GoogleCodeExporter commented 8 years ago
Free.fr n'est pas compatible avec le scanneur. Il bloque les connexions 
distantes.

Original comment by Alex10336@gmail.com on 16 Jul 2010 at 3:08

GoogleCodeExporter commented 8 years ago
A moins de demander a 'proxad.free.services.pagesperso' sur les newsgroups. 
mais je le conseille pas =)

Original comment by Alex10336@gmail.com on 16 Jul 2010 at 3:09

GoogleCodeExporter commented 8 years ago
arff dommage
Bon, je vais essayer de trouver un autre hébergeur...

Merci pour votre aide
Bon courage
Mic

Original comment by Mikazail...@gmail.com on 16 Jul 2010 at 3:56