-
Posts
423 -
Joined
-
Last visited
-
Days Won
39
Content Type
Profiles
Forums
Events
Everything posted by Canjucks
-
can you narrow it down? Did you do the edit locally or online?
-
https is to do with your SSL certificate not your domain registration
-
I don't even remember seeing this post but I like what you've done here.
-
could someone help me get a fix for the code below
Canjucks replied to blackhawk's topic in Gangster Legends
Dude, I was only trying to help you via discord no need to block me man - I'm not Aliz just pro GL. The problem you're having above is with AzH GL and from what you told me you and Aliz had some kind of issue with your dealings leaving you with no account on his site even though you purchased the codes? I'm sorry to hear that, it doesn't sound righ, the good news is there is plenty of good help around on this forum and the official discord server. MC2 is a good code base but just hasn't been updated in so long and GL is and from what I get is more secure which was the major issue with MC2 back in the day when it was last updated. There's still some peeps who code it and if I can help I will even though its been 13 years. -
could someone help me get a fix for the code below
Canjucks replied to blackhawk's topic in Gangster Legends
Is it from GL v2? Or one of Aliz Code or GL? " Class 'ZipArchive' not found in" <-- is the module you're installing in a zip format and zipped correctly? -
Athena has since done a runner herself. Was all about getting her game back and then MIA since. that is to say a whole lot of trouble for nothing as it seems now.
-
Just ID 1, you can put in an OR || GetID == "next Admin ID" <-- haven't looked at this closely enough to do by user level as you may need an sql query but hoping someone might give me a chop out whose more familiar with v2 than what I am these days (been 12 years)
-
Does that mean its going up by 1% each time you do a crime? Is the 100 Trillion EXP needed to rank one level? I'd be reviewing those numbers to a more manageable number so you give 1 - 5 exp per crime success and ranking per level is around 3 to 7k (as a guide). The other thing is I don't believe the database will handle 100 Trillion as a value particularly if its set to int (11) as what is usually the standard.
-
Go with something like below at around line 35 (that is the out of the box version as I have 2 and my modded version is completely different): else if ($_GET['ID'] == 1) { echo 'Did you seriously want to take on admin? Get out of here chump before we report you for stupidity.<br />> <a href="index.php">Go Home</a>'; die($h->endpage()); }
-
You need something along the lines of below in your attack files: if userlevel == 3 (whatever admin is) { return error "Try again bitch!"; }
-
Thanks big mike. I'll check these out. Have you come across Twins Paranormal? or Sam and Colby? Both are really good.
-
Hey just wanted to know if anyone else on this forum watches paranormal activity channels on YouTube? I have to admit this is the only thing I have ever looked up on YouTube to regularly watch. I have 3 or 4 that I go back to and code while I watch (lol). Now curious if anyone else does so I can share out any goodens and gosso about it.
-
Always happens ...
-
That is a fair point and so bloody hard to manage, so much time to invest just in that area as well. Discord seems to be the way to go these days.
-
I was just wanting to pose a question(s) of the community of what they rank as the most important when building your game and you determine its success? For me: Economy - not inflated (reserve bank can't lift interest rates here to contain prices out of control lol) Balance - costs, rewards, progress How the game flows - features, do they make sense? How many is to many? Is it fit for purpose? Planning - future expansion of the game, what was left out at release and will new mod enhance game? Does the game work with the cell phone/tablet mobile user? As opposed to PC? Success? One would say game purchases Online users per hour/day Number of registers users to Online (retention) Strike rate of advertising to paid user My thoughts above aren't all and not limited by any stretch. Who agrees/disagrees? Can you expand on my ideas?
-
Buying content for GLv2 (Items, Images etc)
Canjucks replied to TesterPro's topic in Gangster Legends
You can only buy that game content from Aliz website. -
mccode-v2 Paypal/donation package creation.
Canjucks replied to Gungneer's topic in Free Modifications
Post your error so someone can maybe help. -
Where? The db queries only update users and set crystals. you create a page called crystal dealers...
-
Update your users table to include a column for crystals or rather check that it does.... From memory the table should already have it.
-
welcome @MafiaStar ! I know that feeling of can't create but can adapt. I hadn't heard of darkstep script though. Have you had a look through the Gangster Legend script? You can definitely pick up a few things from this forum. What genre game you going for?
-
it does help a great deal. just doesn't tell you how to woo a woman 🤣 so it has some standards....
-
have you made any more progress?