-
Re: [Re-Upload] Flyff Premium Shop
I do not understand this part
What hex edit?
Once you have the shop set up in a directory in your web host and mssql functions are enabled, you need to hex edit your "Neuz.exe". Find "http://billing.gpotato.com/Charge/FlyffItemList.asp" and replace the full URL to the URL of your web shop (for the eFlyff client).
Open the Premium Shop inside of the client to see your lovely shop.
-
Re: [Re-Upload] Flyff Premium Shop
download a hex editor its free.
-
Re: [Re-Upload] Flyff Premium Shop
I'm edit neuz.exe o neuznosunkist.exe? In a text or hex?
-
Re: [Re-Upload] Flyff Premium Shop
Quote:
Originally Posted by
tronixs
I'm edit neuz.exe o neuznosunkist.exe? In a text or hex?
Download an hex editor which is free and you can simply google that and you can just right click neuz.exe and click hex edit or just simply drag neuz.exe to the hex editor shortcut/window.
-
Re: [Re-Upload] Flyff Premium Shop
I have to do to get out the admin panel in the shop??
-
Re: [Re-Upload] Flyff Premium Shop
Do yes admin panel put shop in do?
Posted via Mobile Device
-
Re: [Re-Upload] Flyff Premium Shop
I am having an issue. I tried to load the page but it is giving me Internal error 500. All i did is change the config page with my MSSQL Host, MSSQL USer and MSSQL Pass thats it.
I am using XAMPP just to let you guys know. I have enable mssql extension
http://i755.photobucket.com/albums/x...ps4f0132ce.jpg
I know is an old thread but this is great to bring it up again :P I really liked this Cash Shop System by treachery
-
Re: [Re-Upload] Flyff Premium Shop
Open your PHP.ini and turn on error reporting. It should give you some clue as to what the problem is. Other than that, I don't know how to help (I've never used XAMPP).
-
Re: [Re-Upload] Flyff Premium Shop
Quote:
Originally Posted by
ShadowDragon
Open your PHP.ini and turn on error reporting. It should give you some clue as to what the problem is. Other than that, I don't know how to help (I've never used XAMPP).
The sad thing about it is that it doesn't leave a log about internal server error. I can't fix it without knowing the error. But I seriously love this Premium Shop though :P
-
Re: [Re-Upload] Flyff Premium Shop
500 errors are due to the newest php version, use a earlier version and you won't have those issues.
-
Re: [Re-Upload] Flyff Premium Shop
Md5 encryption for password do not want to solve it?
Quote:
$account=clean(strtolower($_POST['account']));
//$passwd=md5($client_salt.$_POST['password']);
$passwd=($client_salt.$_POST['password']);
$player=clean($_POST['character']);
-
Re: [Re-Upload] Flyff Premium Shop
I'm loving this flyff shop. I got no problems in running it. But my only concern is that, All other items that I posted myself in the flyff shop is working, except Defender's Necklace of Protection, Scroll of Pet Reversion (Raised Pets), and other items that their names are way longer than other items. For I have noticed that, whenever item's text characters reached more that 20+ or something it wouldn't link in to the game. Or whenever you buy it, it won't send itself into the game.
If there is something that I need to edit, I would be glad to for I have searched the entire source but I can't find where should I edit it so that the item's with "many characters" will send itself in game. Your help will be very much appreciated.
-
Re: [Re-Upload] Flyff Premium Shop
Quote:
Originally Posted by
Satanas
I'm loving this flyff shop. I got no problems in running it. But my only concern is that, All other items that I posted myself in the flyff shop is working, except Defender's Necklace of Protection, Scroll of Pet Reversion (Raised Pets), and other items that their names are way longer than other items. For I have noticed that, whenever item's text characters reached more that 20+ or something it wouldn't link in to the game. Or whenever you buy it, it won't send itself into the game.
If there is something that I need to edit, I would be glad to for I have searched the entire source but I can't find where should I edit it so that the item's with "many characters" will send itself in game. Your help will be very much appreciated.
Same problem here aswell, I tryed to add items in the cash shop and wont send them to the game.
-
Re: [Re-Upload] Flyff Premium Shop
Anyone knows how to fix this? because i'm getting the same problem.. aaand iknow it's a topic from the year 0 but i need to fix this ;p
-
Re: [Re-Upload] Flyff Premium Shop
Hello, I am sorry to bump such a old topic but I have a few problems with this script.
When I open the link, I start with 3 errors on top
Notice: Undefined index: account in C:\wamp\www\shop\login.php on line 31
Notice: Undefined index: password in C:\wamp\www\shop\login.php on line 32
Notice: Undefined index: character in C:\wamp\www\shop\login.php on line 33
which is:
$account=clean(strtolower($_POST['account']));
$passwd=md5($client_salt.$_POST['password']);
$player=clean($_POST['character']);
when I try to login, I always get "Invalid Password."
The client salt is flight
$client_salt = "flight"; (in the config.php)
Does anybody know how to fix this matter?
Thanks in advance.
-
Re: [Re-Upload] Flyff Premium Shop
Quote:
Originally Posted by
Noah™
Hello, I am sorry to bump such a old topic but I have a few problems with this script.
When I open the link, I start with 3 errors on top
Notice: Undefined index: account in C:\wamp\www\shop\login.php on line 31
Notice: Undefined index: password in C:\wamp\www\shop\login.php on line 32
Notice: Undefined index: character in C:\wamp\www\shop\login.php on line 33
which is:
$account=clean(strtolower($_POST['account']));
$passwd=md5($client_salt.$_POST['password']);
$player=clean($_POST['character']);
when I try to login, I always get "Invalid Password."
The client salt is flight
$client_salt = "flight"; (in the config.php)
Does anybody know how to fix this matter?
Thanks in advance.
First off, I didnt used this release and havent checked the files myself.
But, undefined index meaning the variables contains no data (own interpretation)
what happens is your login.php doesnt get the data from the html form. so check the relation between the login.php and the form files.
When you try to log in I presume the correct error you get is "Login details is incorrect".
So what really happens is your login.php doesnt even save your data to the database and you're not actually registered yet.
-
Re: [Re-Upload] Flyff Premium Shop
@ xAkira, I have been studying the code for 2 hours now in order to attempt and find the issue, however there's nothing that seems to be wrong, in my eyes.
Both login.php and the form files are linked correctly without problems, so i'm not sure what's going on. I've tried to search both ragezone and google but couldn't find any solution.
-
Re: [Re-Upload] Flyff Premium Shop
I'm sorry.. its my bad. Didnt notice it was actually a login script. Was having a mental image for registration script.
Anyway, I'll try to download the files and set them up tomorrow and see what I can get.
-
Re: [Re-Upload] Flyff Premium Shop
Yeah, it included a index.php that redirects you to login.php and uses everything else from that point.
I'd appreciate it if you could check it out, i'll let you know if I can get things working before that time though. I kind of hope that I can. :P
Thanks in advance.
-
Re: [Re-Upload] Flyff Premium Shop
I've tried a fresh install. And it works just fine. all i did was changing the config files . The codes is all fine. The undefined error is normal and can be hidden by turning off error reporting. I'd suggest you try reinstalling the site again and check your configs
-
Re: [Re-Upload] Flyff Premium Shop
Hello xAkira, thanks for the reply.
I have tried a fresh install and edited the config file and turned off error reporting.
I am still receiving "Invalid Password" every single time. I edited the salt to my client's salt, but it still doesn't seem to be working for me. :(
-
Re: [Re-Upload] Flyff Premium Shop
Quote:
Got it running (v4) on linux connecting towards MSSQL and from windows to mssql.
Tried it over http and https, no weird things came up.
Auto login from ingame works.
Login from web works.
The backendpanel(.php page) does not seem to work.
I've put my account names in config file... so it should work... will try to find out what could cause this problem tomorrow.
EDIT:
Seems like my account-name from the ACCOUNT DB is written with a capital J and in the CHARACTER DB with a lower J. filled that in onto the config file and it worked. My bad.
Only problem I'm facing now is that I do not see the cash amount ingame and therefore I cannot purchase any item.
When I login with my webbrowser, it works perfectly...
strange.. will check tomorrow..
Did anyone encounter this problem? Please give me some heads up.
-
Re: [Re-Upload] Flyff Premium Shop
When I click on the links, nothing happens. Any clues as to why? Thanks
-
Re: [Re-Upload] Flyff Premium Shop
Quote:
Originally Posted by
jbeitz107
When I click on the links, nothing happens. Any clues as to why? Thanks
Both have JavaScript issues and need to be fixed.
-
Re: [Re-Upload] Flyff Premium Shop