Source

All code and questions for Urban Realms, Forsaken Sanctum, ect...
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: Source

Post by hallsofvallhalla »

then delete that line, simple enough
Baseball435
Posts: 548
Joined: Sun May 30, 2010 3:49 am

Re: Source

Post by Baseball435 »

hallsofvallhalla wrote:then delete that line, simple enough
ok I'll just do that
Madnox
Posts: 19
Joined: Fri Feb 12, 2010 6:02 pm

Re: Source

Post by Madnox »

Why I have error messages everywhere. For each page I open, I have an error. Am I the only, or do you have that also. :?

Example:
attackplayer.php

Undefined variable: opdskills3 in C:\wamp\www\combat\attackplayer.php on line 628

And such similar things I have everywhere.
Messi
Posts: 37
Joined: Fri May 21, 2010 8:01 am

Re: Source

Post by Messi »

Download the new codes. That was happening to me until i downloaded the new codes :)
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: Source

Post by hallsofvallhalla »

source has been fixed to work on wamp, the newest versions. should be universal now, may have 1 or 2 errors still but easily fixable
Messi
Posts: 37
Joined: Fri May 21, 2010 8:01 am

Re: Source

Post by Messi »

Thanks halls!!! The game works PERFECTLY!
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: Source

Post by hallsofvallhalla »

awesome, glad we got it resolved and thanks for everyone's help and patience. Let the game development begin.

I will have new videos up tonight.
Baseball435
Posts: 548
Joined: Sun May 30, 2010 3:49 am

Re: Source

Post by Baseball435 »

hallsofvallhalla wrote:awesome, glad we got it resolved and thanks for everyone's help and patience. Let the game development begin.

I will have new videos up tonight.
awesome can't wait
User avatar
Perry
Posts: 409
Joined: Tue Jun 23, 2009 4:26 pm

Re: Source

Post by Perry »

I downloaded the source and tried to import the database and it gives me this error.

Code: Select all

Error

SQL query:

--
-- Database: `forsaken1`
--
-- --------------------------------------------------------
--
-- Table structure for table `anticheat`
--
CREATE TABLE IF NOT EXISTS `anticheat` (
`id` int( 11 ) NOT NULL ,
`weaponforge` tinyint( 1 ) NOT NULL ,
`armorforge` tinyint( 1 ) NOT NULL ,
`kitchen` tinyint( 1 ) NOT NULL ,
`kitchen2` tinyint( 1 ) NOT NULL ,
`kitchen3` tinyint( 1 ) NOT NULL ,
`merchant` tinyint( 1 ) NOT NULL ,
`materialadd` tinyint( 1 ) NOT NULL ,
`materialadd2` tinyint( 1 ) NOT NULL ,
`auctsellweapon` tinyint( 1 ) NOT NULL ,
`auctbuyweapon` tinyint( 1 ) NOT NULL ,
`auctsellarmor` tinyint( 1 ) NOT NULL ,
`auctbuyarmor` tinyint( 1 ) NOT NULL ,
`auctbuymaterial` tinyint( 1 ) NOT NULL ,
`auctsellmaterial` tinyint( 1 ) NOT NULL ,
`plattack` tinyint( 1 ) NOT NULL ,
`pldefend` tinyint( 1 ) NOT NULL
) ENGINE = InnoDB DEFAULT CHARSET = latin1;

MySQL said: Documentation
#1046 - No database selected
What does it mean and how can I fix it?
Loopy

Re: Source

Post by Loopy »

Looks to me like you're trying to shove a table into a database, but you haven't selected the database.

If you're using phpMyAdmin, select your database first, then run the sql command.
Post Reply

Return to “Hall's Games”