[Q] PHP Register Page

09/21/2009 16:22 janvier123#16
Quote:
Originally Posted by Decima View Post
do u use the 'preg_match' function in any of the code?
what version of PHP is ur xampp using?
i think so, php version

##### Apache Friends XAMPP (Basis Package) version 1.7.2 ######

+ Apache 2.2.12 (IPV6 enabled)
+ MySQL 5.1.37 (Community Server) with PBXT engine 1.0.08-rc
+ PHP 5.3.0 + PEAR (PEAR, Mail_Mime, MDB2, Zend)
+ Perl 5.10.0 (Bundle::Apache2, Bundle::Apache::ASP, Bundle::Email, Bundle::DBD::mysql, DBD::SQlite)
+ XAMPP Control Version 2.5.8 (ApacheFriends Edition)
+ XAMPP CLI Bundle 1.6
+ XAMPP Port Check 1.4
+ XAMPP Security 1.1
+ SQLite 2.8.17
+ SQLite 3.6.16
+ OpenSSL 0.9.8k
+ phpMyAdmin 3.2.0.1
+ ADOdb v5.09a
+ FPDF v1.6
+ Zend Framework 1.9 Minimal Package (via PEAR)
+ Mercury Mail Transport System v4.62
+ msmtp 1.4.17 (a sendmail compatible SMTP client)
+ FileZilla FTP Server 0.9.32
+ Webalizer 2.21-02 (with GeoIP lite)
+ Xdebug 2.0.5 for PHP
+ eAccelerator 0.9.6-rc1 for PHP
+ Ming 0.4.2 for PHP
+ PDF with pdflib lite v7.0.4p4 for PHP


Latested php:
[Only registered and activated users can see links. Click Here To Register...] 5.3.0
09/21/2009 17:05 twiggy345#17
have you tried to make sure your Ip didnt change and ur trying to access a wrong ip address. its the only thing I see that hasnt been asked.
09/21/2009 17:18 janvier123#18
Ip's didnt change at all, cuz it was 192.168.1.104 then and its 192.168.1.104 now so ...
09/21/2009 17:48 twiggy345#19
thats weird All i can think is that there is a problem with your xampp. If everything is in htdocs folder and the service is running, and u type (example 192.168.1.104/register/register.php) it should work. Try posting on the website and try accessing it that way. if it dont work try reinstalling xampp
09/21/2009 19:31 Zombe#20
Quote:
Originally Posted by GenericA View Post
go c:/windows and delete the folder system32 with a shredder
Wow, it workz! Now do it yourself, it givez u free al0ken!

No, seriously, don't do that. Unless you like reinstalling windows.
09/21/2009 21:50 janvier123#21
ive reinstalled Xampp over 6 times
tryed Xampp and XamppLite, both didnt work
but it worked before so i dont realy get whate is wrong with it

i can try to use "Wampp"
and if that dont work, apache + php (i dont think it will work either)
09/22/2009 05:11 Decima#22
[Only registered and activated users can see links. Click Here To Register...]

which is why i brought up the preg_match ;)
09/22/2009 05:57 janvier123#23
and you expect me to pay 12.95/month ? no thx
but ill look into it :)
09/22/2009 07:02 Decima#24
Quote:
Originally Posted by janvier123 View Post
and you expect me to pay 12.95/month ? no thx
but ill look into it :)

no, but it seems to be same problem, so i figured it may point u in the right direction, plus up until today their site was messed up and u could see accepted solutions, sorry :(
09/22/2009 16:39 janvier123#25
Its fixed i think

Quote:
Your account registration is Complete. Welcome to DKveterans
but now the controlpanel is not working :(

Quote:
Fatal error: Call to undefined function mssql_connect() in C:\wamp\www\config\login.php on line 3

PHP Code:
;;;;;;;;;;;;;;;;;;;;;;
Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;

extension=php_mssql.dll 
PHP Code:
;;;;;;;;;;;;;;;;;;;;;;;;;
Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;
Directory in which the loadable extensions (modulesreside.
http://php.net/extension-dir
extension_dir "./"
On windows:
extension_dir "ext"
extension_dir "c:/wamp/bin/php/php5.3.0/ext/"

Whether or not to enable the dl() function.  The dl() function does NOT work
properly in multithreaded serverssuch as IIS or Zeus, and is automatically
disabled on them.
http://php.net/enable-dl
enable_dl On 
Grrrrrrrrrrr why?