
Shades
Members-
Posts
52 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Events
Everything posted by Shades
-
@SRB - Thanks for your time replying to me. Much appreciated it! I have generated the key and still throws an error 500. As for the logs, am I checking the Laravel logs? Nginx logs?
-
Hope all is well. I just need the right guidance; I have a Laravel project that works on my offline environment. When I try deploying it on Almalinux 8 (Nginx). There is a lot of errors and there isn't much resource out there on how to fix the issues such as Server Error 500. Now I am thinking, maybe I need to use an easier Linux server that is compatible with Laravel. Anyone have any suggestions?
-
Hey, would anyone know how I'd deploy my Laravel application with AlmaLinux 9?
-
I am using AlmaLinux, LEMP. I have installed WordPress, and when I change the permalinks to post-name from ID. When, I try updating the page it throws an error: Updating failed. The response is not a valid JSON response. I've been searching for a fix but there's nothing working for me. Have anyone have an idea of what might the problem be?
-
Looks good :)
- 6 replies
-
- 2
-
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with:
-
How do I use OffLoaded MySQL with my website? Can't find anything on it
-
Send a screenshot of your page so I can visual it and help you out.
-
Software Development (Level 4) Now, I don't have the require grades however, there can be exception mades if I show I have an interest. So, maybe having a portfolio and showcasing my work can help me out. However, I am stuck and not sure what to add in my portfolio. So, if anyone can help me out would mean a lot to me! I have a passion in this field. I want to do something with my life lmao.
-
MCCodes is a good point to start from my opinion
-
I am going to use mail gun hopefully that would work. I had a lot of good reviews from Mailgun plus 10,000 free emails a month. It's a clever system.
- 16 replies
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with:
-
With that how many emails can I create? I have 3 domains and if its only for domain email then...its to expensive at the moment.
- 16 replies
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with:
-
Hey guys thank you all for directing me and helping me out! I have my portfolio up and live. https://shahedmiah.com -> It's not up to date but it is something. I have git and my server setted up. Thank you all!!! Now, I have my server side out of the way. How would I set up my email with my VPS? I would like to use my iPhone, iPad, Android Phone and my MacBook with the emails.
- 16 replies
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with:
-
Does anyone know any good tutorials on how to push my files from sublime git to my gitlab? Also, how to push my gitlab content to my server please Finally, have shahedmiah.net, shahedmiah.co.uk & shahedmiah.com servers up and running. Just need to add content in.
- 16 replies
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with:
-
Yes, Digital Ocean is where I am learning to set up my server. https://www.digitalocean.com/community/tutorials/initial-server-setup-with-debian-10 https://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys-on-debian-10 https://www.howtogeek.com/443156/the-best-ways-to-secure-your-ssh-server/ https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-in-ubuntu-16-04 These are the four I am using to set up my server. I have decided to stick to Debian and also decided to start using nginx. Thanks all! Will keep you updated with the work.
- 16 replies
-
- 2
-
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with:
-
So is using Nginx better than Apache? I just want to be up to date with the new things I learn. Also, why do you use CentOs over Debian? I always wanted to try CentOs. Would you know any good tutorials that will help me with the initial set up?
- 16 replies
-
- 1
-
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with:
-
I have terminal on Mac? Is that something?
- 16 replies
-
- 3
-
-
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with:
-
Hello! Recently, I posted about recommendation of a host and I have come to a conclusion and chosen https://my.frantech.ca which provided me with a VPS and Off-Loaded MySQL all for $8.00 a month! It's good to start me off and it's cheap! So, I decided to use Debian as the servers o/s and will be installing apache. However, I haven't installed anything as I am still deciding to use Debian 8, 9 or 10. So, would be really helpful if someone can tell me which one they believe is best to use. (If there is any good tutorials to set up the server and apache will be really helpful.) I will be using Sublime Text as my text-editor as I can use Sublime Git and push my files to my GitLab account. Can someone also tell me how to push from Gitlab to my server? If there is any other advice which you can give me please share!
- 16 replies
-
- 1
-
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with:
-
-
I need VPS hosting with off-loaded MySQL available. Anyone know any cheap ones?
-
@DayoNope doesn't use tables @DaveThank you! Will be looking into this
-
The template is fully CSS apart from the background image. I am trying to make it mobile optimised but I can’t seem to do it. @Dayo would you be able to shed some light on how or help me out? Really want to release this soon, I know there’s good money to be made. If anyone is still want to partner up with me I am opened to offers
-
did the community die?
-
Coding for donate page - $enableSandbox = true; $paypalUrl = $enableSandbox ? 'https://www.sandbox.paypal.com/cgi-bin/webscr' : 'https://www.paypal.com/cgi-bin/webscr'; ?> <form action="<?php echo $paypalUrl; ?>" method="post"> <input type=hidden name=cmd value=_xclick> <input type="hidden" name="business" value="<?php echo $set['paypal'];?>"> <input type="hidden" name="item_name" value="<?php echo $set['game_name'];?>|<?php echo $r['userid'];?>DP|1|"> <input type="hidden" name="amount" value="5.00"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="return" value="http://localhost/Game/payments.php?action=done&type=standard"> <input type="hidden" name="cancel_return" value="http://localhost/Game/payments.php?action=cancel"> <input type="hidden" name="userid" value="<?php echo $set['userid'];?>"> <input type="hidden" name="qty" value="1"> <input type="hidden" name="currency_code" value="GBP"> <input type="hidden" name="tax" value="0"> <input type="image" src="images/paypal.png" alt="Donate £5.00" name="submit" > </form> Coding for payments.php - <?php require('globals_nonauth.php'); header('HTTP/1.1 200 OK'); $resp = 'cmd=_notify-validate'; foreach ($_POST as $parm => $var) { $var = urlencode(stripslashes($var)); $resp .= "&$parm=$var"; } $item_name = $_POST['item_name']; $payment_status = $_POST['payment_status']; $payment_amount = $_POST['mc_gross']; $payment_currency = $_POST['mc_currency']; $txn_id = $_POST['txn_id']; $receiver_email = $_POST['receiver_email']; $payer_email = $_POST['payer_email']; $qty = $_POST['qty']; $httphead = "POST /cgi-bin/webscr HTTP/1.0\r\n"; $httphead .= "Content-Type: application/x-www-form-urlencoded\r\n"; $httphead .= "Content-Length: " . strlen($resp) . "\r\n\r\n"; $errno =''; $errstr =''; $fh = fsockopen ('ssl://www.paypal.com', 443, $errno, $errstr, 30); if (!$fh) { } else { fputs ($fh, $httphead . $resp); while (!feof($fh)) { $readresp = fgets ($fh, 1024); if (strcmp ($readresp, "VERIFIED") == 0) { item_add($_POST['userid'], 1, $_POST['qty']); } else if (strcmp ($readresp, "INVALID") == 0) { echo "Bye"; } } fclose ($fh); } ?> Still doesn't work? What am I doing wrong. Can someone please help.
-
Willing to pay £20 for whoever makes me an secured IPN
-
So below is my donator page. I need it for Paypal. Finding it difficult to understand the IPN. Can anyone help?