-
Posts
2,209 -
Joined
-
Last visited
-
Days Won
47
Content Type
Profiles
Forums
Events
Everything posted by sniko
-
Perhaps you haven't maintained a large enough codebase that is critical to business infrastructure, especially one that is financial related and data accuracy is pivotal. A lot of projects with PHP architecture is spaghetti code where types are not enforced - it makes it very hard to test and maintain.
-
I doubt you'll get interest without supplying more information... and if you do get interest, why are you intentionally putting friction on discussions about it?
-
-
Discussing where you trade is different to discussing how much you hold
-
Pro tip: don't discuss your cryptocurrency holdings online Source: I work 24/7 in the cryptocurrency field and knows about the exploitation of those who discuss their holdings online.
-
Just testing some things out - I haven't played these games in a while, so I don't have a review ready - might update this reply later with more stuff You can spawn a verbose error with the BBCode engine You can spawn a verbose error by calling AjaxPHP3.php with an invalid userid
-
Is this competition valid from the ChristopherDay/Gangster-Legends repo at any commit? Or the latest release at 1d87908?
-
Hi Aaron! I remember an Aaron, but unsure if it's the same one. Welcome (back)!
-
I was recently hired by Curt. After discussing the scope of the work and pricing, he promptly paid and gave me all the tools and code access I needed to perform the job. 10/10 would recommend.
-
- 2
-
-
I don't have any public projects and I don't run any games (anymore)
-
I'm available for PHP and JS (Vanilla and React) work 😄 UK timezone, but ultra flexible Payment methods available: PayPal, Cryptocurrency (BTC or ETH or ERC20 stablecoins)
-
I'm based in the UK - we're in lockdown as some other commentors have said. My life not so much impacted as others as I work from home as default - though it's odd to see all the new restrictions. I am worried about the social and economic hits we will take as a planet due to the virus though, with the uncertainty of when/if it will end.
-
You've been audited by a neutral third-party?
- 15 replies
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with:
-
Grab another server (probably best to be in the same datacenter/region) (PROTIP: Use my referral link https://m.do.co/c/b1c2c28c6822) Install the mysqld daemon Configure your mysql users to have strict permissions (crud and ip range with a strong password) Open port 3306 on your firewall telnet the port from your other server to see if you've configured your firewall correctly (telnet <ip> 3306) Modify the PHP script to point to the remote server in the mysql api (pdo, mysqli, dbconnector, ...) (optional but advised) create backup routines that store mysql backups offsite (probably best to be in a different datacenter or dedicated storage - then make sure you know how to restore from a backup)
-
a) $timeRemaining should be an integer - make it the number of seconds (%s) instead of a string of hours and minutes b) Format the first occurence of addToTemplate to be the string you have in line 8 c) How is "bodyguard" timer updated - what is it updated with?
-
mccode-v2 MafiaShot Is Looking For Staff Members
sniko replied to Eurogangster's topic in Partnerships
The requirements of a staff member in sentence two is too vague to have the following clause "Staff members that will not help the game or be inactive they will be removed without warning.". How and who rates the deliverables for each staff member?- 2 replies
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with:
-
I'm sad it's not the thing that came into my mind when I read "Lovesac Sactional" ðŸ˜
-
That's a pretty subjectively worded question to make a technical decision. What is your endgoal? What are you trying to build? Do you have any experience with PHP? Which version of each engine are you referring to?
-
Refuses because your offers are too low or because they don't want to sell it in general?
-
Thanks Dave
-
What payment processor are you needing integration with? Once you figure that out, look at their documentation.
-
$40/month is not pricey especially since it's on AWS
-
Your BBCode engine is open to be exploited btw, especially with persistent site defacement. Also your web server error handling is leaking some PHP code, specifically $_SERVER,"session"=>$_SESSION) )); ?>
-
I don't have the code anymore.