-
Posts
2,657 -
Joined
-
Last visited
-
Days Won
74
Content Type
Profiles
Forums
Events
Everything posted by Uridium
-
anyone ever used Nero Vison to add Chapters to your created work. ive managed to accomplish this and get the chapters to work when burned to DVD my problem is that when burning to disc the sound is always out of sync, even though its in sync before re-viewing and burning to disc...
-
I wrote an addon for Inventory a while ago and would fit yours quite nicely the idea of the addon was that certain links cold be switched on or off when creating/editing items for example if a user had a rare item you could decide via the script wether to let the SEND link be visible or not as well as other links..
-
I'll try help out where possible **** REVOKED my offer to help *****
-
when i replied to the ticket system i got a weired message saying Illusions wanna see me naked on cam ?..... I was horrified at this and spent several days in hospital trying to get over the shock of seeing CB or Dabs or even Paul in the Nuddy, but im pleased to say i've overcome my fear and sent a nuddy piccy of me to them all ;)
-
the use of :myid: is part of the searching script that i wrote this just tells the script who had found something at the time of the search
-
QUOTED from your page..... Purpose Because I'm a developer I can't make design well. So I need your help to make design in game for better UX. And I don't have much fund, so I need your help to publish too. You can achieve the perk by contribution. 10$ -> Right to be a close beta tester 100$ -> Get item that can make unique general for only you 1,000$ -> You can chat with me in private. 5,000$ -> You can participate in game design you want. Your contribution will be spent only for development, design, publish. I'll provide more information about the game to you all that contribute when I make any progress.
-
few things id like to ask.. 1 = Have you ever owned your own VPS before 2 = what security can you offer those that decide to venture with you. 3 = Are you able to guarantee 99.9% uptime and if so how could you achieve this.. 4 = if a site goes down how fast can you repond to ensure its back online.. 5 = How old are you (what i mean is i dont want to be doing business with a young kid) 6 = What technical support can you offer to ease peoples peace of mind.. 7 = Re-imbursements for downtime and money lost from website inactivity. I probably have more questions but cant think of more as yet :)
-
Hmmm all the functions should be there maybe ive missed something out on the globals let me recheck it all and rpost whats missing...
-
dd this to the globals file mentioned in the folder function mkglobal($vars) { if (!is_array($vars)) $vars = explode(":", $vars); foreach ($vars as $v) { if (isset($_GET[$v])) $GLOBALS[$v] = unesc($_GET[$v]); elseif (isset($_POST[$v])) $GLOBALS[$v] = unesc($_POST[$v]); else return 0; } return 1; }
-
well poland and russia are out lets hope England get a draw or a win on tuesday A win would be better though ;)
-
ah sorry matey i misread the thread..
-
On your xampp control panel is apache and mysql running if not start both...
-
skizzy are you running xampp or wamp
-
Zettieee not to sound harsh but until people have seen what you can achieve code wise you are probably going to get silly figures for your mod..
-
the reason for this suggestion was if users couldnt see the house will would mean others who dont own that property have no idea what will an owner of that property has. thus people would save up more just too find out what it gives...
-
CHAVE before you delete a row make sure that there are no other mentions in your script for the 15 Queries It may not have been in the Query you posted but there maybe 15 Queries elsewhere on the script so check all Row Names on the gang table and scan through your php file one by one to work out which one is missing... or just paste up your non working script and someone maybe able to assist more..
-
CHAVDAVE please stick to one thread when asking for help on the same matter.. as it gets confusing for everyone.. according to this INSERT there are Query was INSERT INTO gangs VALUES('','gang ','Admin gang only','','',0,0,100,11,11,5,0,0,'') there are 14 inserts now goto your PHPMYADMIN select your game table then select gangs there should be 14 columns on there as well, if there are less then you either need to add a new row to the gangs OR remove a insert from the query on your PHP FILE. if your columns are above 14 then add the missing column to your Insert Query
-
nah im just like everyone on here a free spirit so to speak :)
-
aha got ya now sorry about that :)
-
I read it but didnt understand your grammar ?
-
me personally i like it :) however i wouldnt display the will a house has after say 100 id have them as will = ? so users who have those houses when viewed by another user doesnt know their house will....
-
chavdave change $db->query("UPDATE `users` SET `restore`='0'"); to //$db->query("UPDATE `users` SET `restore`='0'"); make sure the // is at the beginning it just renderes that one line as inoperable so it wont run to make it run again just delete the //
-
if your using godaddy you cant use the word localhost it needs to be defined to what godaddy named it.. IF your using godaddy that is...
-
did you alter your css as i stated in the README file.... usually none displaying grids are caused by CSS
-
Closed Requested