Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-03-2009, 04:40 PM   PM User | #1
breWtal
New Coder

 
Join Date: Sep 2009
Posts: 12
Thanks: 9
Thanked 0 Times in 0 Posts
breWtal is an unknown quantity at this point
Claiming Invalid License Key

I bought an MMORPG script and now when i try to install it, it tells me that the license key is invalid, ive gone back to the site where i purchased the script, but it has closed down.

Can anyone give me any ideas on how to get this script working please?

As over US$100 was paid, id like to get it going, rather than sitting there useless
breWtal is offline   Reply With Quote
Old 09-03-2009, 04:46 PM   PM User | #2
Phil Jackson
Senior Coder

 
Join Date: Aug 2009
Location: Mansfield, Nottinghamshire, UK
Posts: 1,547
Thanks: 57
Thanked 148 Times in 147 Posts
Phil Jackson is on a distinguished road
MMORPG? This is an online game? Does this mean you have paid or the game its self or to participate playing the game? IOf you have paid for the game (if i understand correctly) run through the files which (more than likely) stored in a folder or file named install. Your looking for either (right click on the page where it asks for the key to be inserted and find the name of the input element) $_GET['nameOfElement']; or $_POST['nameOfElement']; if you can find any documents relating to this, stick em on and we'll see. We need something to work with.
Phil Jackson is offline   Reply With Quote
Users who have thanked Phil Jackson for this post:
breWtal (09-03-2009)
Old 09-03-2009, 04:49 PM   PM User | #3
Zangeel
Regular Coder

 
Zangeel's Avatar
 
Join Date: Oct 2007
Location: public_html/
Posts: 638
Thanks: 17
Thanked 79 Times in 79 Posts
Zangeel will become famous soon enough
What's the name of the script. No one can help without seeing the script. Most scripts encrypt files that callback to the server (so if their sites down, the key wont work). I've been screwed like that too, had to decrypt the files, and remove callbacks.
__________________
PHP Code:
$aString is_string((string)array()) ? true false// true :D 
[/CENTER]
Zangeel is offline   Reply With Quote
Users who have thanked Zangeel for this post:
breWtal (09-03-2009)
Old 09-03-2009, 04:51 PM   PM User | #4
breWtal
New Coder

 
Join Date: Sep 2009
Posts: 12
Thanks: 9
Thanked 0 Times in 0 Posts
breWtal is an unknown quantity at this point
yeah, i purchased the script itself.

theres no install folder or file, the readme tells me to change the data file details to match sql database, thats done (having trouble getting sql to inject)

then tells me to input license key number into config file, but then i get error
breWtal is offline   Reply With Quote
Old 09-03-2009, 04:54 PM   PM User | #5
breWtal
New Coder

 
Join Date: Sep 2009
Posts: 12
Thanks: 9
Thanked 0 Times in 0 Posts
breWtal is an unknown quantity at this point
the script is the gangster game script. but within a day or 2 of purchasing the script the site had closed down

how would i go about decrypting the files and removing callbacks? (as it is script is in dutch, so already gonna have translation problems lol)

im really not havin any luck with this script, so any advice u guys can give is greatly appreciated
breWtal is offline   Reply With Quote
Old 09-03-2009, 04:57 PM   PM User | #6
Zangeel
Regular Coder

 
Zangeel's Avatar
 
Join Date: Oct 2007
Location: public_html/
Posts: 638
Thanks: 17
Thanked 79 Times in 79 Posts
Zangeel will become famous soon enough
Depends, most use base64 to encrypt. But we don't even know where the license validation is in the script yet let alone if it's encrypted or not.

Can you paste the link to the site you bought it from?

But what I did to locate the problem in my script was, downloaded a program called dview.exe which let me search through all the files for instances of whatever I wanted. So if it's a big script you can find a program to search thru all files for things like, the url of the site u got it from (to see if its calling to that server) or base64 to see if its encrypted, and so on.

Once you find that file, we can help.
__________________
PHP Code:
$aString is_string((string)array()) ? true false// true :D 
[/CENTER]
Zangeel is offline   Reply With Quote
Users who have thanked Zangeel for this post:
breWtal (09-03-2009)
Old 09-03-2009, 04:58 PM   PM User | #7
Phil Jackson
Senior Coder

 
Join Date: Aug 2009
Location: Mansfield, Nottinghamshire, UK
Posts: 1,547
Thanks: 57
Thanked 148 Times in 147 Posts
Phil Jackson is on a distinguished road
We all speak the same language here, never mind the dutch!

Go through the steps of install. If pressing submit button the page reloads then go back the that page, right click and find <form action=". Do this for the next set of pages write all the file locations down and post them here.

If the page does not reload on submit, copy and paste the head section of the page here.
Phil Jackson is offline   Reply With Quote
Users who have thanked Phil Jackson for this post:
breWtal (09-03-2009)
Old 09-03-2009, 05:01 PM   PM User | #8
breWtal
New Coder

 
Join Date: Sep 2009
Posts: 12
Thanks: 9
Thanked 0 Times in 0 Posts
breWtal is an unknown quantity at this point
the link to the site i got it from was http://thegangstergame.com

i'll look for a copy of dview.exe now

thanx for ur help
breWtal is offline   Reply With Quote
Old 09-03-2009, 05:03 PM   PM User | #9
breWtal
New Coder

 
Join Date: Sep 2009
Posts: 12
Thanks: 9
Thanked 0 Times in 0 Posts
breWtal is an unknown quantity at this point
this is the readme that game with the script

INSTALLATION INSTRUCTIONS:

STEP ONE:

Upload all the files and folders in 'Public_HTML' folder directly to you host folder.
This will be calleds eomthing like public_html



STEP TWO:

Edit the 'GEGEVENS.PHP' file accordingly. This means put in your MySQL database settings
in here, in the given areas.



STEP THREE:

Import the 'Gangster.SQL' file using PHPMyAdmin. This SQL file can be found in the SQL
folder in the first directory of the ZIP file.



STEP FOUR:

You now need to edit the "Configuration.php" File found in the download, public_html folder.
Put your LICENSE KEY (Found on our site where you purchased the script: www.thegangstergame.com/script/
Go to Client Area) in the space shown.



STEP FIVE:

Now you need to download the LICENSE KEY file, from the same area. When downloaded it should be called
KEY.PHP, now upload that directly to your public_Html folder where the index.php is.



STEP SIX:

Assuming you have put your login name you are going to use to register with, in the 'GEGEVENS.PHP'
file, you should have admin access. Click 'Admin Menu' which is indicated in red, in the centre of your
website, and from here there is information on what to do next regarding changing your site name etc.


FINAL STEP:

Set the cron php files for intivals shown by what they are called.
(Need Help with this? Contact us via the Website)




For help and support visit the forums @ http://support.thegangstergame.com

Support is for everyone here, but first hand one on one support is only for the customers who purchased
12 Months Support.

Please read the license attached in this ZIP file!




Thank You very Much for purchasing 'The Gangster Game' Script, and we wish you all the best!!



Regards,

The Gangster Game Admin Team
Owner - Graham Corlet


www.mygamingscripts.com

hopefully this can help someone lol
breWtal is offline   Reply With Quote
Old 09-03-2009, 05:13 PM   PM User | #10
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,293
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
So were you able to get key.php or is that the step you can't get to because of your license key being invalid? I'm guessing because the site went down they can't verify your key. Its funny though that it says the website is thegangstergame.com but the last url in that read me is www.mygamingscripts.com
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline   Reply With Quote
Users who have thanked _Aerospace_Eng_ for this post:
breWtal (09-03-2009)
Old 09-03-2009, 05:27 PM   PM User | #11
breWtal
New Coder

 
Join Date: Sep 2009
Posts: 12
Thanks: 9
Thanked 0 Times in 0 Posts
breWtal is an unknown quantity at this point
i downloaded key.php the day i recieved the script, its in the folder its supposed to be

cant get anything from that website (www.mygamingscripts.com) either, doesnt even load a page
breWtal is offline   Reply With Quote
Old 09-03-2009, 05:29 PM   PM User | #12
Phil Jackson
Senior Coder

 
Join Date: Aug 2009
Location: Mansfield, Nottinghamshire, UK
Posts: 1,547
Thanks: 57
Thanked 148 Times in 147 Posts
Phil Jackson is on a distinguished road
may i ask what is in key.php??
Phil Jackson is offline   Reply With Quote
Users who have thanked Phil Jackson for this post:
breWtal (09-03-2009)
Old 09-03-2009, 05:33 PM   PM User | #13
breWtal
New Coder

 
Join Date: Sep 2009
Posts: 12
Thanks: 9
Thanked 0 Times in 0 Posts
breWtal is an unknown quantity at this point
its just a key, that seems to be about 500+ characters long
breWtal is offline   Reply With Quote
Old 09-03-2009, 05:36 PM   PM User | #14
Phil Jackson
Senior Coder

 
Join Date: Aug 2009
Location: Mansfield, Nottinghamshire, UK
Posts: 1,547
Thanks: 57
Thanked 148 Times in 147 Posts
Phil Jackson is on a distinguished road
Where gonna need to find the file that requires this file. Are you using dreamweaver?
Phil Jackson is offline   Reply With Quote
Users who have thanked Phil Jackson for this post:
breWtal (09-03-2009)
Old 09-03-2009, 05:42 PM   PM User | #15
breWtal
New Coder

 
Join Date: Sep 2009
Posts: 12
Thanks: 9
Thanked 0 Times in 0 Posts
breWtal is an unknown quantity at this point
no, but i have just dl and installed that dview.exe if thats any help
breWtal is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:59 AM.


Advertisement
Log in to turn off these ads.