Author

Topic: Can anyone please help me with a PHP script? (Read 198 times)

Vod
legendary
Activity: 3668
Merit: 3010
Licking my boob since 1970
November 29, 2020, 09:02:49 PM
#7
All of these, what I have mentioned, are definitely open source, but I dont know how to pull them together on a shared hosting environment, where I do not have the root access or ability to compile something from command line.

OK, I will assume you are looking to build this for yourself, and not sell to others.

AWS will give you a server (any OS) with root access for free for a year.  If you build something, you can apply for additional credits that will pay for another few years.  Contact me if you want more info or https://aws.amazon.com/free

full member
Activity: 214
Merit: 278
November 29, 2020, 12:40:09 PM
#6
Are you looking to hire someone to do this?  Is this script something you could resell?
I would like to know how much it would cost to get it done. Depending on this, I can decide whether I will hire someone or not. If paid, I may resell. If free, I wont.

I'd say, it would be much cheaper (if you're planning to pay for this) to just figure out the ways to use Composer or other FTP ways to manage the dependency instead of hiring someone who would potentially re-write the dependency modules if any. I'm not sure how complicated the implementation would be but if there are multiples modules, you are looking to re-invent the wheel. Also, if those modules mentioned above are open source, fork them and use it in your project?
All of these, what I have mentioned, are definitely open source, but I dont know how to pull them together on a shared hosting environment, where I do not have the root access or ability to compile something from command line.
legendary
Activity: 1876
Merit: 1308
Get your game girl
November 11, 2020, 10:06:49 PM
#5
I am looking for a standalone PHP script with no external dependency, so that I can comfortably run it on any shared hosting platform with basic PHP support.
I'd say, it would be much cheaper (if you're planning to pay for this) to just figure out the ways to use Composer or other FTP ways to manage the dependency instead of hiring someone who would potentially re-write the dependency modules if any. I'm not sure how complicated the implementation would be but if there are multiples modules, you are looking to re-invent the wheel. Also, if those modules mentioned above are open source, fork them and use it in your project?
Vod
legendary
Activity: 3668
Merit: 3010
Licking my boob since 1970
November 11, 2020, 08:14:58 PM
#4
I am looking for a standalone PHP script with no external dependency, so that I can comfortably run it on any shared hosting platform with basic PHP support.

Are you looking to hire someone to do this?  Is this script something you could resell?
full member
Activity: 214
Merit: 278
November 11, 2020, 05:39:33 AM
#3
This script has dependency.

Code:
{
    "require": {
        "sop/asn1": "^3.3",
        "sop/crypto-encoding": "^0.2.0",
        "sop/crypto-types": "^0.2.1",
        "kornrunner/keccak": "^1.0",
        "symfony/dotenv": "^4.0",
        "sc0vu/web3.php": "dev-master"
    }
}

I am looking for a standalone PHP script with no external dependency, so that I can comfortably run it on any shared hosting platform with basic PHP support.
sr. member
Activity: 860
Merit: 423
full member
Activity: 214
Merit: 278
November 10, 2020, 02:38:55 PM
#1
Looking for a standalone PHP script with no external dependency to generate an Ethereum address and private key pair.

Here is a similar one that works for Bitcoin -
https://github.com/BitcoinPHP/BitcoinECDSA.php/blob/master/src/BitcoinPHP/BitcoinECDSA/BitcoinECDSA.php

For reference, this is the closest available on Github - https://gist.github.com/irmaster/099758d0266634fe7e830b5ab674b55b
Jump to: