Pokémon Universe > Ideas & Suggestions

[PU|Suggestion] Newspaper

<< < (7/23) > >>

FireDarkGuy:

--- Quote from: Mr_Dark on November 30, 2011, 05:53:46 PM ---
--- Quote from: Armand on November 30, 2011, 05:16:50 PM ---First Newspaper patch v1.0.1

Download Here

1. Open Executor
2. Insert the special password: SecretPW or SecretPW2 (I will add more passwords for each team member after we will start the newspaper)
3. The HTML file will be opened and will execute &Redirect& (I will close so you can't open it in version 2)
4. Newspaper will be in the PHP file (I will add more PHP files for the newspaper).

--- End quote ---

Question.. why so much effort for a newspaper?

Also.. the "executor" is not really safe..

--- Quote ---If $pass<>"SecretPW" Or "SecretPW2" Then

--- End quote ---

And it's full of bugs, like:

--- Quote ---run( "cmd /c ""C:\Documents and Settings\acasa\Desktop\Softwares by M.Armand\Redirector.html""", "", @SW_HIDE )

--- End quote ---

--- End quote ---

In a Win32 without the "bugs" the script won't work. But if you want I will try to find some ShellExecute command to avoid the bugs...

Unsafe?
If $pass<>"SecretPW" Or "SecretPW2"
means $pass is secret.
I forgot to compile it. After I compile it, you can't open it with ANY EDITER FROM THE WORLD.

FireDarkGuy:
Sorry for double-posting but, Mr. Dark, tell me if it's better this time:

While 1
   $nMsg = GUIGetMsg()
   Switch $nMsg
      Case $GUI_EVENT_CLOSE
         Exit
      Case $GoButton
         ShellExecute("Redirector.html")
   EndSwitch
WEnd

Updates:
Var d,f deleted, changed with ShellExecute,
Opening file now with no run command.

Monzta:
Nice idea, but what's the point of "hiring" forum members to make it? The team's going to be making it, right?

Although I'm willing to help out with spelling/grammar :3

genbor:

--- Quote from: Monzta on December 01, 2011, 05:53:26 AM ---Nice idea, but what's the point of "hiring" forum members to make it? The team's going to be making it, right?

Although I'm willing to help out with spelling/grammar :3

--- End quote ---

 I don't know about that... Unless they believe the idea is worth it, I do not believe they will make this idea. But even if they did, it would be way after the game came out in full, since there are many more important stuff they have to make.

Mr_Dark:

--- Quote from: Monzta on December 01, 2011, 05:53:26 AM ---Nice idea, but what's the point of "hiring" forum members to make it? The team's going to be making it, right?
--- End quote ---

No we will not. We simply don't have the man-power to do this.


--- Quote from: Armand on November 30, 2011, 06:02:29 PM ---Unsafe?
If $pass<>"SecretPW" Or "SecretPW2"
means $pass is secret.
I forgot to compile it. After I compile it, you can't open it with ANY EDITER FROM THE WORLD.

--- End quote ---

Unsafe as in, your passwords are in plain text in the script, so by opening the script in notepad the password can be found.

Even if you compile the app, it can be opened in a hex-editor ;) If you want to be ultra-9001-safe you have to obfuscate the file but that is just too much effort for this. Then again.. I don't see why you want to protect the newspaper with a password?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version