Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

tomjordell@hotmail.com

Doing some PHP/SQL/HTML for communities

Recommended Posts

Hi fellas,

I'd like to offer my knowledge in coding aswell as practice it, where it is mainly PHP, HTML and SQL that I know of. So, if you have something in mind that you want for your website just tell me what it is and I'll be sure to make it as soon as I can.

Note: I overload my codes with comments so you should be able to understand all of it.

First you might want to know what I've done so far?

Well, I've been working on a Game Server Control Panel focusing mainly on Source based games including Minecraft. The project will be open source.

The panel itself uses phpseclib to send SSH (Secure Shell) commands to the Dedicated Server/VPS. The panel runs fine on both Linux and Windows, however, windows require cygwin to be installed properly. This is a work in progress and far from completed.

I also know how to recieve and store data sent by PayPal's IPN, which is used mostly for donations where the donator get some kind of donator package. The process is completely automatic and completed in a matter of seconds.

I also know how to code MySQL databases from scratch.

I know some basic CSS, Javascript and AJAX.

What I'd like to learn more about is login sessions and cookies, so anything related to that is going to be prioritized by me.

What can you request of me?

Anything that isn't flagged as a big project, like the control panel I mentioned earlier.

Here's some examples:

PayPal IPN Donation system. (If you run bliss I will be able to setup custom loadouts for you)

Simple Admin Panel integrated with your server database.

Cron Job where I actually forward one of my own dedicated servers to the cron at your website.

Stats Page.

Rework website template.

Image Mapping.

etc

What do I need access to?

Nothing.

The ONLY thing I need is the structure of your MySQL database/table if the code is related to that in any way.

I have my own Web Server, MySQL Database Server, Mail Server and Game Server(s).

My Web Server has phpMyAdmin installed with the latest build of PHP.

For any code needing access to a MySQL database I will include a "settings.php" file where you edit the host, username, password and database variables for the connection which you will do once I am finished with the script.

What is the catch?

There's none.

I don't want anything, only knowledge.

Note: I will decline any invitation to communities.

What about security?

For security regarding MySQL I use the MySQLi extension with prepared statements instead of the deprecated MySQL extension.

For password encrypting I usually just encrypt with sha1. The PHP function sha1($string);

Side notes:

If you need a teamspeak server, tell me and I'll hand you out a maximum of 30 slot server for free, since I have two dedicated servers that are hardly even used atm.

Web Hosting can also be done, however, I do not have a DNS server, so that part is a little tricky.

>>>>>I AM A TERRIBLE WEBSITE DESIGNER!<<<<<

If this is somewhat not allowed to post here, I apologize. Put it in the graveyard in that case.

Edited by Svenskunganka
  • Like 1

Share this post


Link to post
Share on other sites

Hi fellas,

I'd like to offer my knowledge in coding aswell as practice it, where it is mainly PHP, HTML and SQL that I know of. So, if you have something in mind that you want for your website just tell me what it is and I'll be sure to make it as soon as I can.

Note: I overload my codes with comments so you should be able to understand all of it.

First you might want to know what I've done so far?

Well, I've been working on a Game Server Control Panel focusing mainly on Source based games including Minecraft. The project will be open source.

The panel itself uses phpseclib to send SSH (Secure Shell) commands to the Dedicated Server/VPS. The panel runs fine on both Linux and Windows, however, windows require cygwin to be installed properly. This is a work in progress and far from completed.

I also know how to recieve and store data sent by PayPal's IPN, which is used mostly for donations where the donator get some kind of donator package. The process is completely automatic and completed in a matter of seconds.

I also know how to code MySQL databases from scratch.

I know some basic CSS, Javascript and AJAX.

What I'd like to learn more about is login sessions and cookies, so anything related to that is going to be prioritized by me.

What can you request of me?

Anything that isn't flagged as a big project, like the control panel I mentioned earlier.

Here's some examples:

PayPal IPN Donation system. (If you run bliss I will be able to setup custom loadouts for you)

Simple Admin Panel integrated with your server database.

Cron Job where I actually forward one of my own dedicated servers to the cron at your website.

Stats Page.

Rework website template.

Image Mapping.

etc

What do I need access to?

Nothing.

The ONLY thing I need is the structure of your MySQL database/table if the code is related to that in any way.

I have my own Web Server, MySQL Database Server, Mail Server and Game Server(s).

My Web Server has phpMyAdmin installed with the latest build of PHP.

For any code needing access to a MySQL database I will include a "settings.php" file where you edit the host, username, password and database variables for the connection which you will do once I am finished with the script.

What is the catch?

There's none.

I don't want anything, only knowledge.

Note: I will decline any invitation to communities.

What about security?

For security regarding MySQL I use the MySQLi extension with prepared statements instead of the deprecated MySQL extension.

For password encrypting I usually just encrypt with MD5. (The PHP function md5($string))

Side notes:

If you need a teamspeak server, tell me and I'll hand you out a maximum of 30 slot server for free, since I have two dedicated servers that are hardly even used atm.

Web Hosting can also be done, however, I do not have a DNS server, so that part is a little tricky.

>>>>>I AM A TERRIBLE WEBSITE DESIGNER!<<<<<

If this is somewhat not allowed to post here, I apologize. Put it in the graveyard in that case.

Free teamspeak? Sounds too good to be true!

Share this post


Link to post
Share on other sites

Free teamspeak? Sounds too good to be true!

The "offer" isn't forever, since the boxes are hardly in use at the moment. Therefore I cannot promise it to be up forever and I will take the teamspeak servers down once the boxes starts recieving traffic which they will do once I release the Game Server Control Panel.

After all, teamspeak servers only uses bandwidth, which I got alot to spare of. And to be honest, I really just wanna help out and keep practicing my coding.

Edited by Svenskunganka

Share this post


Link to post
Share on other sites

×