Search Results
That's not how its supposed to be done at all, don't store HTML directly in the database, store the killerID and playerID in the database and then select those IDs and generate HTML using the backend ...
152
I recently made a UCP on top of react and nodejs which has server-side rendering too, you can check it out here. As Southclaw said you can use create-react-app to avoid writing/copy-pasting boilerplat...
410
Go for i3 8100, its prize almost the same as the processor you have chosen, at least online. Although motherboard may be a bit costlier. Going for i3 7th/8th gen is better imo since it gives you bette...
1,007
Quote: Originally Posted by Chaprnks shit.. I didn't even know you could code a full UCP via node.js.. I always hear about node.js, but for some reason I tend to avoid diving into learning...
1,294
The authenticating process is now shifted to server-side, no more of that `initialzing awesomeness` splash screen. Due to authenticating process being shifted to server-side, protected routes are now ...
1,294
Quote: Originally Posted by ****** Yes: Firefox 52 (ESR) with NoScript. I tested it with NoScript the issue was that the UCP domain was not on the trusted site so it blocks the cookie a...
1,294
Quote: Originally Posted by ****** Well I just get stuck on that splash page. The pages are there underneath, but I have to manually delete the div to see anything interesting. I didn'...
1,294
Quote: Originally Posted by ****** This is not isomorphic at all. A universal app should render both server and client side, so why do you need an "INITIALIZING AWESOMENESS" message, inst...
1,294
node.ucp This is a full-fledged isomorphic javascript control panel written on top of nodejs and react. The purpose of this control panel is to serve as an example or boilerplate code for others a...
1,294
header redirect method doesn't work if something has already been sent to the output stream, make sure there is no echo statement or HTML code above the header() line, also make sure that there is no ...
172
The URL is missing the domain-name/IP part.
233
The query is too long. You can break the query into multiple parts and join them using strcat() like this: PHP код: new query[600] = "CREATE TABLE IF NOT EXISTS `players` (`id` int(11...
152
You need to place a backslash(\) at end of each line included in the string in pawno. So the code becomes this: PHP код: mysql_tquery(g_SQL, "CREATE TABLE IF NOT EXISTS `players` (`id` ...
152
In MySQL IF statements cannot exist outside stored procedure. A better solution for doing this would be to make a column unique then using this.
96
HTML is not a programming language, its a markup language, you cannot make UCP based on that alone. You will need to learn a backend language like PHP, nodejs, golang etc. And in order to convert you...
344
Try using the static version of the plugin which can be found here: https://github.com/pBlueG/SA-MP-MySQ...-static.tar.gz It comes pre-compiled with MySQL binaries.
439
Quote: Originally Posted by JeaSon can you help me out with transparent background ? i want to make it transparent OT : can you help me with player skins image with new ones ? same backg...
533
As all vehicles images are not available in one place with their name as IDs used in SA-MP so I decided to make this. Basically, all the images here are pulled off from http://gta.wikia.com/wiki/Main_...
533