Skip to content
Sign UpLog In
Profile icon

Poole John

@Mantaray06
Mantaray lover, and Game pro
  • Derp

    Cover page
    Made with Kaboom
    Recent comments (0)
  • Stooges Removal

    Cover page
    Made with PHP Web Server
    Recent comments (0)
  • Must Program!!!

    Cover page
    Made with PHP Web Server
    Recent comments (0)
  • Revenge of Humans3

    Cover page
    Made with PHP Web Server
    Recent comments (0)
  • Favorite vs Least Favorite

    Cover page
    Made with PHP Web Server
    Recent comments (0)
Repls
Community
Mantaray06
Mantaray06
published an Update
1 year ago
0
Documents
Documents
Documents on various topics
I would like this repl to become know to everyone and I hope people will read the documents themselves because they do hold more information that you might think
#php
#informative
#fun
+2
Mantaray06
Mantaray06
shared a Post
1 year ago
I know how to make the web side of the game but I don't know how to do a lot of the other stuff. I am searching for a programmer willing to take time
Revenge of Humans3
PHP Web Server
lajbel
lajbel
I can in kaboom1 year ago
CosmicBear
CosmicBear
You are asking for help. This should be in the ASK section.1 year ago
Mantaray06
Mantaray06
shared a Post
1 year ago
I made a php web server repl to make a game (similar to mrush.net) and I took some programming from my friends repl where we tried to make it and I fe
Revenge of Humans3
PHP Web Server
BuddyRaider
BuddyRaider
@CodingElf66's answer was on the right track, but rather than run="main.py" You need to specify to run "main.py" with "python" as a Python file is not a standalone application: run="python main.py" `1 year ago
CodingElf66
CodingElf66
There is actually a way to do it! If you create a PHP web server, you can then create a .replit file. Inside, attach the following code: run = "main.py" Then, in your main.py file, just put something in! Now you can mark it as answered, thanks so much!1 year ago
SixBeeps
SixBeeps
So you want to host your server from that Python file instead of in PHP? Is there a reason why you don't want to make a new Repl for it? Also, here's how to use the .replit file.1 year ago