Joshua Posted December 24, 2009 Author Posted December 24, 2009 e elseI've had several users on my game win it..well not several, just 3 It works 100% so far as I know, anyone else having any prolems with this? Quote
CoRnNuB Posted September 14, 2010 Posted September 14, 2010 where would i add safetries` int(11) NOT NULL default '10 it wont let e put it in SQL Quote
Dominion Posted September 14, 2010 Posted September 14, 2010 [mysql]ALTER TABLE `table_name` ADD `safetries` INT(11) NOT NULL DEFAULT '10'; [/mysql] ... Quote
CoRnNuB Posted September 14, 2010 Posted September 14, 2010 hi now i get this #1146 - Table 'streets1_douche.table_name' doesn't exist does that mean i need to create a table Quote
Curt Posted September 14, 2010 Posted September 14, 2010 lol...dominion has given you an example of how the query should look... simply replace "table_name" with "users" that should get ya rolling.... Quote
Dominion Posted September 14, 2010 Posted September 14, 2010 i did not look at the 1st post so i did not know what table you wanted it in, i did think you could do that on your own :rolleyes: Quote
bladewolf2010 Posted September 14, 2010 Posted September 14, 2010 where would i add safetries` int(11) NOT NULL default '10 it wont let e put it in SQL Just get your coder that is helping/teaching you how to code Quote
Paddy Green Posted September 14, 2010 Posted September 14, 2010 @ Cornhub: If I am correct, putting an SQL(Right?), goes into your PhpMyAdmin -> Database(DB For short). Also, try searching it up on Google. I keep thinking, people are forgetting, Google is our Friend. :) Quote
Djkanna Posted September 14, 2010 Posted September 14, 2010 @ Cornhub: If I am correct, putting an SQL(Right?), goes into your PhpMyAdmin -> Database(DB For short). Also, try searching it up on Google. I keep thinking, people are forgetting, Google is our Friend. :) So off topic but Google is 'Big Brother' :D Big Brother; (not the reality series) Quote
athena26 Posted April 11, 2021 Posted April 11, 2021 safetries` int(11) NOT NULL default '10 Â This SQL gives me a error. . Quote
newttster Posted April 11, 2021 Posted April 11, 2021 2 hours ago, athena26 said: safetries` int(11) NOT NULL default '10 Â This SQL gives me a error. . ALTER TABLE `users` ADD `safetries` INT(11) NOT NULL DEFAULT '10'; 1 Quote
athena26 Posted April 12, 2021 Posted April 12, 2021 It doesn't allow me to click the links .. I've used Joshua code .. Quote
newttster Posted April 12, 2021 Posted April 12, 2021 When you find something like this in your code: [url='cracksafe.php?action=safe_1']Crack[/url] Replace it with: <a href='cracksafe.php?action=safe_1'>Crack</a> Basically you're changing the url tag with a href tag. Remember to close the a href tag. 1 Quote
athena26 Posted April 12, 2021 Posted April 12, 2021 3 hours ago, newttster said: When you find something like this in your code: [url='cracksafe.php?action=safe_1']Crack[/url] Replace it with: <a href='cracksafe.php?action=safe_1'>Crack</a> Basically you're changing the url tag with a href tag. Remember to close the a href tag. I keep getting errors. Quote
newttster Posted April 12, 2021 Posted April 12, 2021 1 minute ago, athena26 said: I keep getting errors. Which part of the code are you getting errors from? You stated you were having issues with the links not working??? Where and which ones? Quote
athena26 Posted April 12, 2021 Posted April 12, 2021 It's the links I'm using my phone to change it however it's difficult I'll do it once I'm home Okay we're can I add the code or change the code ? Quote
newttster Posted April 13, 2021 Posted April 13, 2021 (edited) Add the files here and highlight the lines that are causing the errors. And show the error messages you are getting. If you're still wondering where and how to change the links;Â You can replace the links wherever you find them in the code in this mod. Anywhere you see the [url] tag ... replace it with the <a href> tag. Edited April 13, 2021 by newttster 1 Quote
newttster Posted April 13, 2021 Posted April 13, 2021 1 hour ago, athena26 said: Fixed it thanks With the fixes that I recommended or something different? In case someone else has the same problem or a different problem it would be good to know. Thanks. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.