iGunZ/Xenon website coded
Heres the website coded as promised.
All credits for the coding go to jur13n.
Also some of my paypal/mollie/paymentwall scripts in it i guess.
I left everything as it was.
Some stuff might be outdated since its from begin april, couldnt find a recent version.
Have fun.
http://www.mediafire.com/?wv8wb3d9ggiw75j
Re: iGunZ/Xenon website coded
you are missing allot of tables, I am making them, But I am still missing 2 of them.
edit ---
igunz.sql
all the tables are in there.
DON'T USE WEBSITESQL WICH IS INCLUDED.
Use this one.
use this ntwdblib into the php6 folder:
ntwdblib.dll
small tut:
php.ini:
search for mssql and remove the ; at the begin of the line
ntwdblib:
download the ntwdblib in this post and put it into the php6 folder
database:
run the igunz.sql
apache:
restart apache.
Re: iGunZ/Xenon website coded
Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\iGunz\include\config.php on line 13
i keep getting that error, i have changed that dll and remove the ";" in the php.ini. Any help??
Thanks
Re: iGunZ/Xenon website coded
Quote:
Originally Posted by
Duluxe
Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\iGunz\include\config.php on line 13
i keep getting that error, i have changed that dll and remove the ";" in the php.ini. Any help??
Thanks
Use a web server with php6 + use this ntwdblib:
ntwdblib.dll
Re: iGunZ/Xenon website coded
You could at least give me credits for the PayPal and Mollie integration since those actually required knowledge...
Re: iGunZ/Xenon website coded
Quote:
Originally Posted by
Wizkidje
You could at least give me credits for the PayPal and Mollie integration since those actually required knowledge...
This was in the api's:
Code:
/*
Author: Wizkid
Contact: wizkid@legendgamers.org
This file is part of the GunZ Shop V1.0
All trademarks, copyrights, etc. belong to their respective owners.
This project does NOT contain any code that doesn"t belong to the author.
This script is NOT freeware. You may NOT redistribute and/or sell it.
Editing is allowed as long as the copyright stays intact. (Footer function, etc.)
*/
what about this sharing/redistribute?
oh and what about the gateway in include, is it needed?
atleast it doesn't get called by any instance,
and for last.
why is the return from paypal, not adding anything to the db?
email was set and nothing else has been changed.
Re: iGunZ/Xenon website coded
Epic amount of errors, I'll stick with mine ;o
Re: iGunZ/Xenon website coded
Quote:
Originally Posted by
WizCoder
Epic amount of errors, I'll stick with mine ;o
You know that your release is vulnerable to SQL injection right? mysql_real_escape_string only works if there's an active MySQL connection.
Re: iGunZ/Xenon website coded
Quote:
Originally Posted by
WizCoder
Epic amount of errors, I'll stick with mine ;o
Never said it was coded correctly, to me there are only 2 decent web coders in the GunZ section which would be Vusion and Superwaffle.
Besides that i dont expect to much from the rest.
Re: iGunZ/Xenon website coded
Quote:
Originally Posted by
jur13n
Use a web server with php6 + use this ntwdblib:
ntwdblib.dll
Fatal error: Call to undefined function mssql_connect() in C:\xampp\htdocs\include\config.php on line 13
Re: iGunZ/Xenon website coded
Quote:
Originally Posted by
Ryukrey
Fatal error: Call to undefined function mssql_connect() in C:\xampp\htdocs\include\config.php on line 13
Check which php.ini is loaded by putting phpinfo(); on top of any page.
Then edit the php.ini file and uncomment the php_mssql.dll extension -> restart Apache.
Re: iGunZ/Xenon website coded
C:\xampp\php\ext\php_mssql.dll - Not found..
i've try to download a php_mssql.dll and i've restart but same problem it say not found.. maybe not the right dll?
Solved, Downloading xampp 1.7.3
Re: iGunZ/Xenon website coded
Quote:
Originally Posted by
SuperWaffle
Check which php.ini is loaded by putting phpinfo(); on top of any page.
Then edit the php.ini file and uncomment the php_mssql.dll extension -> restart Apache.
I have done this and restarted Apache and MySQL but i still get this same error:
Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: BECKY-PC in C:\xampp\htdocs\include\config.php on line 13
Failed to connect to the database!
I also changed the dll file but which web server shall i use coz mine is php5 not php6?
Whats the best 1
Re: iGunZ/Xenon website coded
Akunji, Some files of your Payment script like template_paypal.php, template_mollie.php not into your web
can u give my the files :)
thx you :)
Re: iGunZ/Xenon website coded
Quote:
Originally Posted by
SuperWaffle
Check which php.ini is loaded by putting phpinfo(); on top of any page.
Then edit the php.ini file and uncomment the php_mssql.dll extension -> restart Apache.
most of the time in the program list of windows, any web server provides a shortcut to their php.ini to edit it.
example:
windows key/all programs/appserv/Configuration server/ edit php.ini shortcut .., xamp and wamp have it too.
Quote:
Originally Posted by
Duluxe
I have done this and restarted Apache and MySQL but i still get this same error:
Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\iGunz\include\config.php on line 13
I also changed the dll file but which web server shall i use coz mine is php5 not php6?
Whats the best 1
gunz uses no MySQL -.- it uses mssql, and restarting the management studio isn't restarting mssql.
and yes as I said, use php6. otherwise I wouldn't say it right?
Quote:
Originally Posted by
Tankado
Akunji, Some files of your Payment script like template_paypal.php, template_mollie.php not into your web
can u give my the files :)
thx you :)
they are in there..
Quote:
Originally Posted by
Duluxe
I have done this and restarted Apache and MySQL but i still get this same error:
Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: BECKY-PC in C:\xampp\htdocs\include\config.php on line 13
Failed to connect to the database!
I also changed the dll file but which web server shall i use coz mine is php5 not php6?
Whats the best 1
use "BECKY-PC\SQLEXPRESS" as server.
and yes use php6.