Shakes & Fidget Private - Full Script (Tulyita)

05/22/2014 20:45 TheCry#466
Quote:
Originally Posted by Macepalm View Post
Does nobody knows how to increase the stats of the gear in the request.php?..
For Hero or Tower Helpers?
05/22/2014 20:57 Macepalm#467
The stats for the epics. They are really low on my server.
05/22/2014 21:01 TheCry#468
Quote:
Originally Posted by Macepalm View Post
The stats for the epics. They are really low on my server.
Idk :(
05/22/2014 21:04 hipokemon#469
Me too idk ;/
05/22/2014 21:31 EptunLP#470
Im gonna look at it tommorow but I think its totally random generated by some function
05/22/2014 21:33 Macepalm#471
It's possible to increase the stats, but I don't know where.
05/22/2014 21:39 UND3RW0RLD#472
Everything you want is in this function based on your level and class

existing items can only edited in the database

05/22/2014 21:44 Crasim#473
Does anyone know how to gather information without necessarily being in the game? I'd need to make a script to reset the dungeon. With the converter voucher was easy being the id that I found in the url in the index but I can not get no data is no longer even a $ SESSION to get the data from the current session
05/22/2014 21:58 UND3RW0RLD#474
You need a complex adminui.

first of all you need to establish a database-connection to the S&F-db.


on this you can build the aUI

now you need a useroverview

this way you get a pretty table like this


the link i marked is build like this
xxx/user.php?id=xx

e.g.

from here you have all you need. ;)
05/22/2014 22:00 Macepalm#475
Okay but where exactly should I change it? I just want to be sure :).
05/22/2014 22:06 Crasim#476
Quote:
Originally Posted by ǝnd1ǝss-ɯonǝʎ View Post
You need a complex adminui.

first of all you need to establish a database-connection to the S&F-db.


on this you can build the aUI

now you need a useroverview

this way you get a pretty table like this


the link i marked is build like this
xxx/user.php?id=xx

e.g.

from here you have all you need. ;)
It's not a problem to change the database, I also did a panel user management :) but I wanted to make two functions that can be managed directly by users do not get bored that is:

1 - Change the class (mage, warrior and adventurer)
2 - Reset of its Dungeon

(Then I do not know maybe you were referring to other users)
05/22/2014 22:08 UND3RW0RLD#477
from inside the client is impossible or you can recode the client itself..
05/22/2014 22:14 Crasim#478
Quote:
Originally Posted by ǝnd1ǝss-ɯonǝʎ View Post
from inside the client is impossible or you can recode the client itself..
Hmmm ... already, in some way I see to do it. Also because I'm afraid that many then get bored inside the servers because they can not finish the other dungeons (I see now analyze the request.php, I see if I can find some way to find the session in the browser's cache and cookies is to find the name user
05/22/2014 22:17 UND3RW0RLD#479
you could make a simple form for the users

put your name here: [_____]
put you password her: [_____]
// this way you can get the needed data from the database

now some buttons to execute the functions you want and thats it..

maybe you should make it S&F-like with pictures and pretty stuff, but in fact it has to be outside of the client to realize that
05/22/2014 22:26 Crasim#480
Quote:
Originally Posted by ǝnd1ǝss-ɯonǝʎ View Post
you could make a simple form for the users

put your name here: [_____]
put you password her: [_____]
// this way you can get the needed data from the database

now some buttons to execute the functions you want and thats it..

maybe you should make it S&F-like with pictures and pretty stuff, but in fact it has to be outside of the client to realize that
[Only registered and activated users can see links. Click Here To Register...]

:) However, I solved the problem now is that anyone can change the id is reset the dungeon to other users. you have any suggestions? (however I have found that I can add whatever I want in the table papay_cfg.php) :)

link button 9 text Reset Dungeon
link button 9 hint Reset all Dungeon
link button 9 request
link button 9 link http://<$serverdomain>/legal/dungeon.php?player=<$playerid>
link button 9 function