Vertion Community
Open in Telegram
A community who helps anyone 😊 Channel: t.me/vertionpublic
Show moreThe country is not specifiedTechnologies & Applications48 186
210
Subscribers
No data24 hours
+27 days
+230 days
Posts Archive
GOWebServer Changelogs
- Adding blackists logic
- Adding ip filter for proxy
- Advance ip proxy detection
+1
GOWebServer Changelogs
- Update request handler more better
- Updating configuration settings
- Fix some error on CDN fetching
Image above its from my own vps and not testing it to other people vps, And it got slight better peformance 92K https req per 1 in, and the cost resource bit better ( ~20-30% of cpu usage and ~40-70MB of ram usage ) hehe
Note: testing without Geo Filter and Rate Limiting, and thx to @htfgtps that providing the cdn cache path so i can set to default if you guys dont know the latest assets that rgt use
If you wanna use it its perfect for growtopia private server http, Link: https://github.com/YoruAkio/GOWebServer
Login Dashboard are still available for purchase
You can contact me for further information and you can request any style that you want.
Fully working login url for your growtopia private server and can handle perfectly without getting error like ( Client Get 404, Invalid Login Credentials, ...etc )
What you get:
- Full source code
- Default domain and custom subdomain from *.akio.lol or *.yoruakio.tech
- Simple website hosting from me ( for free ;) )
Contact: @ethermite at @vertion
Repost from How To Fix ( CODE )
BLACKLISTED
I NAPIS
JUAL FIX 4.71 HTF Seharga 50k
tapi di tinggal gitu aja
korban : farmingps.
harap semua komunitas ngeshare ini.
https://whatsapp.com/channel/0029Vat7vh9AInPhtSfxH12Y
Join guys whatsapp channel that leak nice source pro source 😇
Repost from N/a
GTMake Changelogs
Some GTMake changes today is
- Adding more command to command handler
- Adding try catch to command function to prevent server from crash and to know whats the error about the command code
- Simplify the namespaces and classes naming e.g CommandManager > CManager, PlayerRole > PRole, ...etc
- Adding some data to load on configuration file
TODO:
- Making new discord utils from scratch (ban user, unban user, add member role, remove member role ) making it from discord API
- Fully handling the command and making it better
- Make new handler for server actions
export default async function handler(req, res) {
if (req.method === 'POST') {
try {
const response = await fetch('https://www.gtsetplanner.com/generate', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'
},
body: JSON.stringify(req.body)
});
const data = await response.json();
res.status(200).json(data);
} catch (error) {
res.status(500).json({ error: 'Failed to fetch data' });
}
} else {
res.status(405).json({ error: 'Method not allowed' });
}
}
And this is for the API Path Handler const [imageSrc, setImageSrc] = useState(null);
const [equipped, setEquipped] = useState([
{ id: "312", type: "Hat" },
{ id: "8890", type: "Hair" },
{ id: "2870", type: "Face" },
{ id: "1506", type: "Chest" },
{ id: "940", type: "Shirt" },
{ id: "2930", type: "Pants" },
{ id: "5422", type: "Feet" },
{ id: "8024", type: "Back" },
{ id: "2592", type: "Hand" },
{ id: "5080", type: "Artifact" }
]);
const handleInputChange = (index, field, value) => {
const newEquipped = [...equipped];
newEquipped[index][field] = value;
setEquipped(newEquipped);
};
const handleButtonClick = async () => {
try {
const res = await fetch('/api/generate', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
searchQuery: "",
selectedType: "Artifact",
equipped: equipped.map(item => [item.id, item.type]),
expression: 0,
skincolor: 0,
roleskin: 0,
dyes: [255, 255, 255],
lenses: [0, 0, 0],
drops: [255, 255, 255],
riftcape: [[147, 56, 143], [147, 56, 143], true, false, 3],
infinitycrown: [[255, 200, 37], [255, 0, 64], [26, 45, 140], false, true, true, true],
riftwings: [[93, 22, 200], [220, 72, 255], true, 0],
minokawa: [true, true],
ahool: [true, true],
infinityaura: [[63, 251, 255], [255, 255, 255], [255, 255, 255], false, true, true, true, false, true, true],
equinox: 0,
celesdragcharm: 0,
crownseasons: [0, 0],
willofthewild: 0,
golgift: 0,
perilous: 0,
customskincolor: [240, 240, 240, 255],
purebeingtrigger: 0,
handmovement: 0
})
});
const data = await res.json();
if (data.setimage) {
setImageSrc(`data:image/png;base64,${data.setimage}`);
}
} catch (error) {
console.error('Error:', error);
}
};
GTSetPlaner API
This is just base code that used to get image of your set, im usng next.js you can modified the codeRepost from N/a
GTMake Changelogs
Long time no see guys, yeay GTMake now support new login system via web, thanks for @lizqua and @htf_public member for helping me out
TODO List:
- Implement Registration Logic
- Working all needed commands
- Refactor action handler
- Removing some useless things ( gender, tutorial, spotify, pets, etc )
- Fixing some bugs
Suggestions for GTHostAlt
You can comment or reply to this message to give me a suggestion or feature that might be helping the player to use this website
+1
GTHostAlt
GTHostAlt is an alternative to GTPS HOST by RvLnd. The page provides connections for hosts that have already been used on GTPS HOST. This means that if a host has already been created on GTPS HOST, you won't be able to create it on GTHostAlt.
Just wait for me to update the website.
Vertion Store
Vertion Store, also known as Akio's Store, offers a range of digital design services, including logo, banner, and poster design, as well as website development and code troubleshooting.
For More Information n Purchase Contact @ethermite
Updated Growtopia Login Backend Dashboard ( Skip Version )
Updated Features:
- Handling token nicely
- Refactor some code
Code: https://github.com/YoruAkio/GrowtopiaLogin-Backend/tree/skip
Updated Growtopia Login Backend Dashboard ( Normal Version )
Updated Features:
- Updating dashboard to make the interface bit better and faster
- Updating _token handler
- Removing unused api path and some code
Setup Tutorial are on the README file inside the repository
Code: https://github.com/YoruAkio/GrowtopiaLogin-Backend
Updated Login Dashboard Features
New features for login dashboards such as:
- Save Session | Remove Session
- Better Dashboard Load
- Handle User Data from WebServer
- Session Handling | OnPage & OnApi
If you wanna hire me to make a login dashboard just hit me up, it's only IDR 40K / $5 *Discount Price, and if you wanna make a simple website like server landing page or simple portfolio it's only IDR 150K / $13 ;)
GrowTools
New update for growtools for decode and encode
Page: https://yoruakio.github.io/GTools
this is a fork of GuckTubeYT GrowTools cuz he is lazy so i decided to add some code and add support for items.dat v19
https://gucktubeyt.github.io/GrowTools
This is the original link for growtools but its not updated yet, waiting for GuckTubeYT to accept my pull request hehe
