Skip to content

Commit 222a3c6

Browse files
committed
PayPal finally works as expected!
1 parent 763b476 commit 222a3c6

File tree

16 files changed

+209
-92
lines changed

16 files changed

+209
-92
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"[html]": {
33
"editor.defaultFormatter": "NikolaosGeorgiou.html-fmt-vscode"
44
},
5+
"[php]": {
6+
"editor.defaultFormatter": "NikolaosGeorgiou.html-fmt-vscode"
7+
},
58
"[css]": {
69
"editor.defaultFormatter": "esbenp.prettier-vscode"
710
}

.well-known/discord

Lines changed: 0 additions & 1 deletion
This file was deleted.

.well-known/discord.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

comm_accept.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Submission Successful - GamerPablito</title>
5+
</head>
6+
<body>
7+
<center>
8+
<h1>
9+
<u>Submission Successful</u>
10+
</h1>
11+
<br>
12+
<p>
13+
Thanks for your preference.
14+
We'll be in contact via Discord about progress and stuff related to what you've asked me to do.
15+
Have a nice day! - GamerPablito
16+
</p>
17+
<br>
18+
<a href="index.html">
19+
<button>Back to Home</button>
20+
</a>
21+
</center>
22+
</body>
23+
<script src="javas/main.js"></script>
24+
</html>

comm_cancel.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Submission Canceled - GamerPablito</title>
5+
</head>
6+
<body>
7+
<center>
8+
<h1>
9+
<u>Submission Canceled</u>
10+
</h1>
11+
<br>
12+
<p>
13+
Your submission was canceled due to a failed callback from PayPal platform.
14+
If you didn't cancel it by yourself, or weird stuff happened along the process, please contact me so I can fix the issue.
15+
Have a nice day! - GamerPablito
16+
</p>
17+
<br>
18+
<a href="index.html">
19+
<button>Back to Home</button>
20+
</a>
21+
</center>
22+
</body>
23+
<script src="javas/main.js"></script>
24+
</html>

commissions.html

Lines changed: 66 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ <h1>
99
<u>Commissions</u>
1010
</h1>
1111
<p>
12-
Here you will found some info about how my commissions work.
12+
Here you will find the terms of service of my commissions.
1313
<br>
14-
Don't forget to talk to me in Discord about your commission, so we can set details in there.
14+
Fill the form below to be taken in count for a commission.
1515
<br>
1616
Discord: gamerpablito
1717
</p>
@@ -23,68 +23,90 @@ <h2>
2323
<u>Terms of Service</u>
2424
</h2>
2525
<ol>
26-
<li>In case you're wondering, I only use Psych Engine when coding for mods.</li>
27-
<li>I'm allowed to deny ANY commission, if I denied your commission before and you keep insisting, things will turn out so bad</li>
26+
<li>In case you're wondering, I usually use Psych Engine when coding for FNF mods. If you need me to work in another engines, please give me some time to figure out how it works first.</li>
27+
<li>I'm in the right to deny ANY commission, if I denied your commission before and you keep insisting, things will turn out so bad!</li>
2828
<li>DON'T be rude if I'm not working as you expect, I'm doing my best to fulfill your expectations.</li>
2929
<li>DON'T push me and/or ask me for updates so frequently. I have more projects, mods, and life stuff I must take care of, too!</li>
30-
<li>NO refunds after the commission has started! So be careful!</li>
30+
<li>NO refunds after the commission has been taken! However, if I take more than 30 days to complete the task, you're in the right to claim it.</li>
3131
</ol>
3232
</table>
3333
<br>
34-
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
35-
<input type="hidden" name="cmd" value="_cart">
36-
<input type="hidden" name="business" value="K3SZRLA45XYUC">
37-
<input type="hidden" name="display" value="1">
38-
<input
39-
type="image"
40-
src="https://cdn-icons-png.flaticon.com/512/3225/3225209.png"
41-
height="100px"
42-
name="submit"
43-
title="View your Cart"
44-
alt="PayPal View Cart"
45-
>
46-
</form>
47-
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
48-
<input type="hidden" name="cmd" value="_s-xclick">
49-
<input type="hidden" name="hosted_button_id" value="NUHMG8F7Q6HHY">
34+
<hr>
35+
<br>
36+
<h2>
37+
<u>Commission Form</u>
38+
</h2>
39+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
5040
<table>
5141
<tr>
5242
<td>
53-
<input type="hidden" name="on0" value="Select a Service">
54-
Select a Service
43+
<input type="hidden" name="on0" value="Service Type">
44+
Service Type
5545
</td>
5646
</tr>
5747
<tr>
5848
<td>
59-
<select name="os0" id="items">
60-
<option value="Menu/UI Design">
61-
Menu/UI Design ($20.00)
62-
</option>
63-
<option value="Gameplay Mechanic">
64-
Gameplay Mechanic ($30.00)
65-
</option>
66-
<option value="GameJolt Support">
67-
GameJolt Support ($50.00)
68-
</option>
69-
<option value="Easter Egg">
70-
Easter Egg ($10.00)
71-
</option>
72-
<option value="Bugfix">
73-
Bugfix ($5.00)
74-
</option>
49+
<select name="os0">
50+
<option value="Bugfix">Bugfix $5.00 USD</option>
51+
<option value="State Creation">State Creation $10.00 USD</option>
52+
<option value="UI Design">UI Design $15.00 USD</option>
53+
<option value="In-Game Mechanic">In-Game Mechanic $20.00 USD</option>
54+
<option value="GameJolt Adaptation">GameJolt Adaptation $50.00 USD</option>
7555
</select>
7656
</td>
7757
</tr>
58+
<tr>
59+
<td>
60+
<input type="hidden" name="on1" value="Discord Username">
61+
Discord Username
62+
</td>
63+
</tr>
64+
<tr>
65+
<td>
66+
<input type="text" name="os1" maxlength="200">
67+
</td>
68+
</tr>
69+
<tr>
70+
<td>
71+
<input type="hidden" name="on2" value="Description">
72+
Description
73+
</td>
74+
</tr>
75+
<tr>
76+
<td>
77+
<textarea name="os2" cols="40" rows="5"></textarea>
78+
</td>
79+
</tr>
7880
</table>
79-
<input type="hidden" name="currency_code" value="USD">
81+
<br>
8082
<input
83+
id="paynow"
8184
type="image"
82-
src="https://lavendercottagecattery.co.uk/wp-content/uploads/2022/10/CITYPNG.COMDownload-PayPal-Yellow-Payment-Button-PNG-2100x770-2.png"
83-
height="100px"
85+
src="https://a44e103a.delivery.rocketcdn.me/wp-content/uploads/2023/11/pay-now_egqg9e-1024x372.jpg"
8486
name="submit"
85-
title="Add to Cart"
86-
alt="Agregar al carrito"
87+
title="Pay with PayPal"
88+
alt="Pay Now"
8789
>
90+
<input type="hidden" name="currency_code" value="USD">
91+
<input type="hidden" name="business" value="K3SZRLA45XYUC">
92+
<input type="hidden" name="bn" value="K3SZRLA45XYUC:PP-BuyNowBF_S">
93+
<input type="hidden" name="item_name" value="FNF Coding Service">
94+
<input type="hidden" name="no_shipping" value="1">
95+
<input type="hidden" name="no_note" value="0">
96+
<input type="hidden" name="cmd" value="_xclick">
97+
<input type="hidden" name="button_subtype" value="services">
98+
<input type="hidden" name="option_select0" value="Bugfix">
99+
<input type="hidden" name="option_select1" value="State Creation">
100+
<input type="hidden" name="option_select2" value="UI Design">
101+
<input type="hidden" name="option_select3" value="In-Game Mechanic">
102+
<input type="hidden" name="option_select4" value="GameJolt Adaptation">
103+
<input type="hidden" name="option_amount0" value="5.00">
104+
<input type="hidden" name="option_amount1" value="10.00">
105+
<input type="hidden" name="option_amount2" value="15.00">
106+
<input type="hidden" name="option_amount3" value="20.00">
107+
<input type="hidden" name="option_amount4" value="50.00">
108+
<input type="hidden" name="return" value="https://gamerpablito.github.io/comm_accept.html">
109+
<input type="hidden" name="cancel_return" value="https://gamerpablito.github.io/comm_cancel.html">
88110
</form>
89111
<br>
90112
<hr>

fanarts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h1>
1111
<p>Some fanarts made by very cool people!</p>
1212
<hr>
1313
<br>
14-
<section id="images"></section>
14+
<section id="fanarts"></section>
1515
<br>
1616
<hr>
1717
<footer></footer>

fanarts/25.png

1.32 MB
Loading

fanarts/26.png

1.22 MB
Loading

index.html

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,15 @@ <h2>
1717
<u>FNF Coder/Haxe Developer</u>
1818
</h2>
1919
<p>
20-
Hello there, I'm a 18-year-old coder (geek) who likes to play a lot with codes of every kind.
21-
I'm used to code in Haxe, Java, SVG, HTML, C# language (kind of), and sometimes Batch files I
22-
make by my own when I'm bored hehe.
20+
Hello there, I'm a 19-year-old geek programmer who likes videogames and casual coding.
21+
I'm used to code in Haxe, Java, SVG, HTML, and sometimes Batch files I make by my own when I'm bored hehe.
2322
<br>
2423
<br>
25-
I'm also the main coder for a lot of mods in progress and the director of the mod called
26-
<a href="https://twitter.com/FnfSpaceTrace">Space Trace</a>
27-
.
24+
I'm the main coder for a lot of mods in progress and the creator of the mod
25+
<a href="https://twitter.com/FnfSpaceTrace">Space Trace.</a>
2826
<br>
2927
<br>
30-
You can check
31-
<a href="portfolio.html">My Portfolio</a>
32-
if you're interested in watch what I've been able to do so far,
28+
You can check My Portfolio if you're interested in watch what I've been able to do so far,
3329
things like work for mods or personal projects.
3430
<br>
3531
<br>

0 commit comments

Comments
 (0)