Questions on the videos
Re: Questions on the videos
Sounds good Halls.
Laguages:
PHP, MYSQL, (X)HTML, HTML5, JQuery, CSS 3.0,
C, C#, C++, Python, Pascal, Perl, Ruby, Turing
Software:
Adobe MC CS4, Visual Studio 2008, Notepad++,
NetBeans IDE, WAMPSERVER
Browsers:
Internet Explorer, Firefox, Opera, Safari, Chrome
(Always have latest patches for browsers.)
Free time:
...
PHP, MYSQL, (X)HTML, HTML5, JQuery, CSS 3.0,
C, C#, C++, Python, Pascal, Perl, Ruby, Turing
Software:
Adobe MC CS4, Visual Studio 2008, Notepad++,
NetBeans IDE, WAMPSERVER
Browsers:
Internet Explorer, Firefox, Opera, Safari, Chrome
(Always have latest patches for browsers.)
Free time:
...
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Questions on the videos
did you see how i fixed the monster issue in the 11th video? How did that work for you?
Re: Questions on the videos
works great, cant cheat now 

This isnt just a gimp mask...This is an S&M gimp mask...
Re: Questions on the videos
if you would really want
I might be able too find a loop hole
.


Laguages:
PHP, MYSQL, (X)HTML, HTML5, JQuery, CSS 3.0,
C, C#, C++, Python, Pascal, Perl, Ruby, Turing
Software:
Adobe MC CS4, Visual Studio 2008, Notepad++,
NetBeans IDE, WAMPSERVER
Browsers:
Internet Explorer, Firefox, Opera, Safari, Chrome
(Always have latest patches for browsers.)
Free time:
...
PHP, MYSQL, (X)HTML, HTML5, JQuery, CSS 3.0,
C, C#, C++, Python, Pascal, Perl, Ruby, Turing
Software:
Adobe MC CS4, Visual Studio 2008, Notepad++,
NetBeans IDE, WAMPSERVER
Browsers:
Internet Explorer, Firefox, Opera, Safari, Chrome
(Always have latest patches for browsers.)
Free time:
...
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Questions on the videos
as long as you find the fix also. I can spend the next 6 months and 20 videos doing nothing but teaching how to keep cheaters off but we would never get a game made would you 

Re: Questions on the videos
I am always willing to do that for you
provided I have a clean version once and a while 
I already have an issue right now I am going to be looking into. I think reusing the dead.php page would be good fix for when a player dies they can still attack a monster by refreshing the fight. or at least with the latest could i could. I will have a fix posted tomorrow when I get a spare moment.


I already have an issue right now I am going to be looking into. I think reusing the dead.php page would be good fix for when a player dies they can still attack a monster by refreshing the fight. or at least with the latest could i could. I will have a fix posted tomorrow when I get a spare moment.
Laguages:
PHP, MYSQL, (X)HTML, HTML5, JQuery, CSS 3.0,
C, C#, C++, Python, Pascal, Perl, Ruby, Turing
Software:
Adobe MC CS4, Visual Studio 2008, Notepad++,
NetBeans IDE, WAMPSERVER
Browsers:
Internet Explorer, Firefox, Opera, Safari, Chrome
(Always have latest patches for browsers.)
Free time:
...
PHP, MYSQL, (X)HTML, HTML5, JQuery, CSS 3.0,
C, C#, C++, Python, Pascal, Perl, Ruby, Turing
Software:
Adobe MC CS4, Visual Studio 2008, Notepad++,
NetBeans IDE, WAMPSERVER
Browsers:
Internet Explorer, Firefox, Opera, Safari, Chrome
(Always have latest patches for browsers.)
Free time:
...
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Questions on the videos
why not (at top of page somewhere)just put code in the attack or battle.php that states
if ($playerinfo3[hpoints] < 1)
{
echo " you are dead, you need to heal or come back to life";
link to whatever page
exit;
}
if ($playerinfo3[hpoints] < 1)
{
echo " you are dead, you need to heal or come back to life";
link to whatever page
exit;
}
Re: Questions on the videos
why dont you add a topic in the tutorial that has fixes like these? then theyre all in one place
and you wont have to use a minute or so on a video for it

This isnt just a gimp mask...This is an S&M gimp mask...
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Questions on the videos
these are more additions than fixings. Its like I have said, my videos are not meant to be a full on game with all hacks fixed and everything in them. They are a shell for you to add on to and build from.
Re: Questions on the videos
true, and i just lost trail of thought so i cant remember what i was going to say (stupid tv had a malfunction - again...)
This isnt just a gimp mask...This is an S&M gimp mask...