95% unreadable, should wrap code in proper tags/syntax.
Type: Posts; User: holthelper
95% unreadable, should wrap code in proper tags/syntax.
some cc for your next release:
https://i.imgur.com/VluMXe7.png
but nice release regardless
I'd rather use OdinMS rev988, sorry but thanks for playing.
use mushy
i have a massive dick
i randomly come back after months to get praised by the 2nd greatest web dev SharpAceX in 2020
Cool stuff ill never use but cool
So many different versions to work with Thanks SharpAceX
thanks for the history lesson
if you have created a road map of how thing will be structured back-end to be displayed, the front-end can use that road map as a template so your not reliant on one...
good luck ive been in your shoes and its not easy. thats why i got in bed with Eric. im not his exclusive dev but a helper, so he helps me in return
https://youtu.be/M-1WJz7W7qs?t=24m48s
the wz files go into {root}/wz (correct) NOT {root}/src/wz (incorrect)
cool story bro you must have just learned about view page source (ctrl + u) and change a few lines of text and links...
https://www.diffchecker.com/ClSmGVJG
and heres a difference between...
1) your posting in the wrong section
2) your website must have a login/register so your clearly using some form of server side language
3) gtop gives you an example so you can adapt it to the...
it only takes that long cause of 1 channel is offline, so a time-out is called so it doesnt take too long.
i dont think you understand what you just said...
as of PHP7 MySQL was removed so it will output a fatal error, simply upgrading MySQL to MySQLi will make it PHP7 compatible along with not using...
once my site is completed with registration/login, you will be assigned a token that is needed for the custom content to be displayed.
youll need to update this line:...
UPDATED YAY
now supports v185 GMS, custom content support coming soon.
from Pingback voting
<?php
$authorized = array("198.148.82.98", "198.148.82.99"); // authorized ips to prevent exploitation
if(!in_array($_SERVER["REMOTE_ADDR"],$authorized))
exit;
looking at the code on git, it looks like a overly complex project for a few key features people use (registration, news, ranking, voting).
but it also looks like a nice project to expand your...
so all responses are json?
this is bottom.php inside DNT
<?phpecho "<div align=\"center\">
<br>Server time: <span id=\"time\"></span><script type=\"text/javascript\" src=\"js/time.js\"></script>
";...
doesnt do the variables but gives you an idea of how the page is setup
https://jsfiddle.net/989radbf/2/ - as you can tell im not good with regex expressions
their encryption is hex based
ex:
a\x6c\x69g\x6e = align
{a}{6c}{69}{g}{6e} = align
get images with:
http://forum.ragezone.com/f921/wz-dumper-665433/
http://forum.ragezone.com/f702/release-hasuite-hacreator-2-1-a-1068988/
maplebit first creates the account with sha1, when you sign into your server the server upgrades it to sha512+salt and both the server and website uses sha512+salt from then on.
if you able to...
if you cant even access localhost or 127.0.0.1 make sure your xampp or wamp server is on.
both when installed are turned off. you need to either open the xampp-contol.exe for xampp and run apache,...
https://github.com/Maxcloud/Mushy/blob/master/src/constants/JobConstants.java
been working with @Lynx on my GD system and hes been nice enough to allow me to test it with with his server. IntrinsicMS is my GD system live.
update #5
-fixed a few bugs in the code
-fixed...
update #4
-changed to use SQL, no more ini files. you can delete all the old ini
files.
-changed to object MySQLi so you can easily link to your exsisting
connection
-changed cache timer to 5...
you get stuck at login or after you select your character? *in-game
change
if ($select_user_result->fetch_row()[0]) {
echo ("<div class=\"alert alert-danger\">This username or email is already used!<br/><a href=\"?base=main&page=register\">« Go...
after reviewing the code just remove anything that has to do with guilds. the rank script pulls the information but doesnt use that information...
wait for a update on my git later tonight (-8...
in the query you need to do a join accounts and characters based off account id *i believe* and do a check to see if banned >= 1.
added cache system... now on a 15 minute timer which you can change, format will be in first post with instructions.
released the PHP version here http://forum.ragezone.com/f690/release-character-display-updated-1104843/
I overhauled the entire code base so now it connects to a centralized location to generate images and custom equips coming soon.
Current supported version: v185 (at the time of editing this post)...
not hard to add just use ltrim({name}, {prefix}) and done
php everything is server side.
html5 still needs php to gather the ids and get the info inside the required files but then its formatted to json for html5/jQuery to display accordingly
php:
...
how everything is setup. using ourstoryv142 and i see how they saved pets but not sure if thats how all other servers store it.
offtopic
green you want html5 or php implemented into your cms?
i believe i have it done (html5) just now time to port it to php. i guess since its tested with v142 its not truely v170+ :( just a few values that arent in 142...
whats the hot db schema...
is that the current hot CMS right now? i mean its not hard to implement my script into anyones CMS just include the database file and get rid of the connect line and change the query to that the CMS...
of course im going to release this. i want people to use my code and see how many actually use it. by having many people use it means i did something right.
i dont seek money for this, just to...
havent given up just nothing to report then like 99% done. just working out a few layering placement issues and a small bug back end for stance 1 and 2 images.
everything will be tested for...
found the patterns in the vslots of caps to hide hairs and accessories so now everything back end works.
all thats left is to get done is the layering and i believe ill be 100% done and it will...
update:
http://i.imgur.com/qTFdJbK.png
top row is html5
bottom row is php
as you can see html5 has more showing cause ive been working on that one more then the php. if i get html5 the way i...
with a few extra lines of code i can now do either ini files or json files
private function saveINI($wz, $id, $array) {
$string = NULL;
foreach( $array as $imgdir => $values) {...
creaked it for weapons so now i can gather both regular and NX weapons.
heres 1 of the extracted information but both types:
regular
[info]
id=1212000
vslot=Wp
stand=1
so it would seem
heres an example k since i know you worked on a NPC script. why not make 1 massive file for all NPC chat. you can do that right, yes, just its pointless cause everytime a player...
that my friend is what you see on website to see what characters in game look like hence the name character display.
GD is the library php uses to manipulate images in a single canvas like the...