![]() |
[UPDATED]Paperdoll & Web - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Submissions (/Forum-Script-Submissions) +--- Thread: [UPDATED]Paperdoll & Web (/Thread-UPDATED-Paperdoll-Web) |
RE: [UPDATED]Paperdoll & Web - Avatar - 12-24-2013 09:36 PM PHP Code: db.query insert into This is the only part you need to change. As you see there '<title>', change it like '<name>,<title>'. Or add a string like $char_name = raw['char_name'] and get it from database in PHP. I mean as there is query from database , take char_name too if missing.After that echo it like PHP Code: echo " '.$char_name.' "; Also i'm not the one who made this php script and it is not my duty to correct it. If you want to use it, just keep working on it. So you are programmer and you can fix it and share with us. But you are not acting like you know those stuffs. Sorry but It is not my type to directly write stuffs here. I will always be helpful by telling you the way that you can follow. I will not write here the way directly. It would be becase of your english. Maybe you got it wrong. Is there any guys understand this mysql stuff and volunteer to explain to him in his language, guys please ![]() In addition, First topic is reorganized. RE: [UPDATED]Paperdoll & Web - Extreme - 12-26-2013 12:27 AM Awesome!!! Congratulations Avatar and thanks for sharing. RE: [UPDATED]Paperdoll & Web - Avatar - 12-26-2013 10:23 PM You're welcome, no big deal. RE: [UPDATED]Paperdoll & Web - horadryn - 12-31-2013 11:28 PM Hi! very nice job ![]() Do you think is compatible with this new myrunuo version? http://www.runuo.com/community/threads/myrunuo-php-v2-0-with-wordpress-support.534132/ RE: [UPDATED]Paperdoll & Web - Avatar - 01-01-2014 01:18 AM Well, sure. You can use this anywhere you like in case that if you know php very well. I can help you in my free time. You can ask me anything regarding this. I will look at link that you share and think on it. Yep, the one who share worldpress stuff in Run UO platform mentioned about " html5 and advanced tables". If so, i would like to say yehaa ![]() Actually, we should define what support is ? It is really something compatible with anything ? In fact, there is no wording like supporting. If you know how to code something, then you shape your web site as you wish. So worldpress is a good open source blog web page which is really nice to operate with PHP. So you can add mysql tables and related parts to your php and html web pages incase you know how to do of course. As I said before, If you try on it and then if you stuck at anywhere, ask me a question. Otherwise, i will not really try to do completely worldpress stuff for SphereServer. There is indeed not much difference between RunUo and SphereServer. The analogy is the same and the working principle. I like to do this completely but these days, i donot really have much time as the finals about to come in my university ![]() Also, in link you share, as far as i've looked, there is really nice introduction how to set related tables and php codes to Worldpress. Only thing that you need to do is nothing but sending data to mysql. The rest are the same. Look at the function that i created to send data to mysql. Add incomplete part or change it, as i said shape it for the requirements. You can do that. RE: [UPDATED]Paperdoll & Web - Extreme - 01-05-2014 03:59 AM Avatar, could you help me? I set everything... webserver, phpmyadmin, mysql etc... Created a folder name Player_Database, put all files (.php) inside, and the folder 'uofiles' with the game files. Used f_set_mysphere_web on my char (uid 01), the database is updated. When I open my browser to try see the paperdoll using localhost:8080/Player_Database/paperdoll.php?id=1 It frozen my webserver, then I need to restart it :/ When you come online, could you setup it for me? Using teamviewer ? Thanks!! Okay, got it to work. Just changed back the port to 80 and set empty on .inc file. The problem now is it don't show the paperdoll and skills. It's like this: http://solutionslab.it/ultima/screen.png Any idea? RE: [UPDATED]Paperdoll & Web - Extreme - 01-05-2014 05:41 AM Ok, was paperdoll.png missing at 'images' folder. The skills still don't working, I can't find the pictures to put inside 'skills' folder. I tried to fix the paperdoll but something is wrong here. Hair is in front of helmet and robe is not in the right position... Any idea?? ![]() [attachment=209] RE: [UPDATED]Paperdoll & Web - Extreme - 01-05-2014 08:20 AM Okay, I just don't add chest and arms if I'm using robe. On myrunuo.inc.php Changed the old $skillnames to: Code: $skillnames = array("Alchemy","Anatomy","AnimalLore","Taming","Archery","ArmsLore","Begging","Blacksmithing","Bowcraft","Camping","Carpentry","Cartography","Cooking","DetectingHidden","Enticement","EvaluatingIntel","Fencing","Fishing","Forensics","Healing","Herding","Hiding","Inscription","ItemId","Lockpicking","Lumberjacking","MaceFighting","Magery","Meditation","Mining","Musicianship","Parrying","Peacemaking","Poisoning","Provocation","RemoveTrap","MagicResistance","Snooping","SpiritSpeak","Stealing","Stealth","Swordsmanship","Tactics","Tailoring","TasteId","Tinkering","Tracking","Veterinary","Wrestling ","Necromancy","Focus","Chivalry","Bushido","Ninjitsu","Spellweaving","Mysticism","Imbuing","Throwing"); Now all skills can be listed and are in sequence like in Sphere. RE: [UPDATED]Paperdoll & Web - Avatar - 01-06-2014 04:47 AM Ups, sorry bro. I was too busy. Therefore, couldn't look at it ![]() Also, I uploaded skills images to my web site, i'm sharing the link below. You can download it from there. http://www.tns.gen.tr/Player_Database/Player_Database.rar RE: [UPDATED]Paperdoll & Web - admin phoenix - 01-07-2014 12:08 AM it will be nice to use this one for joomla ![]() |