Current Page: 1 of 1
Results 1 - 22 of 22
14 years ago
Xajel
WAMP is not compatible with Windows 98, it uses services for some part of it and Windows 98 ( 95 & ME ) doesn't have these.. so it won't work...
Forum: WampServer English
14 years ago
Xajel
you can do it throught command prompt... first, copy the database file ( .sql ) to this path C:\wamp\bin\mysql\mysql5.1.36\bin the number after mysql maychange depending on which version of wamp/mysql do you have.. but in normal cases, it will be only one folder there in mysql folder. so enter it and then go to 'bin' folder and copy the .sql there... then. open the command prompt fr
Forum: WampServer English
14 years ago
Xajel
I know nothing about programming in C ( and all related ) but you may want to go to mysql.com and see, being an open source will help very much here we are an here's a forum dedicated for C/C++ development
Forum: WampServer English
14 years ago
Xajel
I don't see a reason for why not, there's even apps that can manage mySQL DB's ( local or remote servers ) some of these app's are free and I think you will see some based on C++... You just need to google more to see how you can do this and I just found this as a first result from googling
Forum: WampServer English
14 years ago
Xajel
Finally I figured it out !! I thought it coz of read-only attribute of wamp folder, or coz of some wrong Wordpress settings.. but non, this morning ( it's 7:51 am here in Bahrain now ) I tried to install the latest original package 2.9 and as usual the same error again... and on two other computers too just to see if it was some OS problem, at home I have Win 7 Ultimate 32bit, in my lappy
Forum: WampServer English
14 years ago
Xajel
I installed it several time, and I read your guide to see if I'm missing something, but nothing at all... I didn't change any settings other that setting the config file, it's a freash and very clean install I tried to change the path for upload later to use windows slashes but no success, the exact same message appears
Forum: WampServer English
14 years ago
Xajel
wordpress it's clean install, nothing changed at all... and I just ried installing another one in another path with same error appears for example, when I try to upload a theme this errors show "Can't move the file that has been uploaded to folder C:\wamp\www\wordpress/wp-content/uploads" + I completly disabled the firewall/antivirus I have ( Kaspersky Internet Security ) bu
Forum: WampServer English
14 years ago
Xajel
Hellow everyone, I've using WAMP for a long time now ( well before WAMP 2 ) and I'm very happy with it ( except I can't use it portable ) I'm using it to test Wordpress now, and as you know WP does upload a lot of files and move too. I got an error doing any upload and I know the problem was related to the fact that wamp folder in drive C: is read-only. I tried to change it with ton's of wa
Forum: WampServer English
15 years ago
Xajel
Hello folks, I've had problems regarding installing the latest version of WAMP with it's PHP 4.4.9 addon ( ofcourse after installing APACHE 2.0.63 addon ) the problem is that phpMyAdmin won't run after that... after some searchs I found that phpMyAdmin 3.1.1 which is bundled with the original WAMP package require PHP 5 and MySQL 5, so it won't run... and I had to manually install phpMyAdmin 2
Forum: WampServer English
16 years ago
Xajel
ok I found it, I just changed the id_dl variable in the address from 1 through 7 and see what these downloads are, it was 7 the perl addon. I wonder why isn't this in the list
Forum: WampServer English
16 years ago
Xajel
I already went there before - PHP4.4.7 ADD-ON for WAMP5 1.7.2 - MySQL administration toolkit ADD-ON for WAMP5 1.7.2 - ZEND OPTIMIZER ADD-ON for WAMP5 1.7.2 - WEBALIZER ADD-ON - ADD-ON XDEBUG ( non official add-on) this is all addons there !! even the frech version has the same add-ons there..
Forum: WampServer English
16 years ago
Xajel
Thanks cyber, but I couldn't find the Perl add-on any where !!
Forum: WampServer English
16 years ago
Xajel
I'm trying to install Uber-Uploader on WAMP5, unfortunatly, this is my first use of cgi and perl and the script won't run correctly... I tried to read the install progress and follow step by step, and already rwent through some Apache/CGI-Peral things and documents but without success can any body help me with this ?
Forum: WampServer English
16 years ago
Xajel
I don't think so, the Shell is Linux thing and here we're working on Windows not linux why do you need Shell access, as most thing could be done easly ??
Forum: WampServer English
16 years ago
Xajel
15. Arabic
this is the Arabic version <?php $w_allServicesRunning = '&#1603;&#1604; &#1575;&#1604;&#1582;&#1583;&#1605;&#1575;&#1578; &#1578;&#1593;&#1605;&#1604;'; $w_oneServiceRunning = '%n &#1605;&#1606; %t &#1575;&#1604;&#1582;&#1583;&#1605;&#1575;&#1578; &#1578;&#1593;&#1605;&#1604;'; $w_allServ
Forum: WampServer English
17 years ago
Xajel
What I've found from my tests, some .sql files will really take too long time... but be sure,,, if the .sql file is currepted for some reasons, will not be able to even know it's correpted, you may test it using the SQL Administrator addon, using the analyize feature... but if you started to restore it ( by SQL Administrator addon or direct mysql command ) you will wait for ever without any thin
Forum: WampServer English
17 years ago
Xajel
first, try to use the count() function like this after the while() function :- echo count($row); this will print the total rows in the array that created from the Query... if the output was 0 then there's something wrong with the query. a security hint : NEVER AND NEVER put a $_POST or $_GET variables directly inside a MySQL Query without some variable changing... it's one of the easiest wa
Forum: WampServer English
17 years ago
Xajel
did you put the field name between two quotes ?? I mean some thing like this $row["FNAME"] because $row will not work unless the FNAME was a predefined constant, maybe I didn't test it...
Forum: WampServer English
17 years ago
Xajel
I found ImageMagick Distributions for Windows but I could not make it work
Forum: WampServer English
17 years ago
Xajel
I found that the db I want to restore had some problems while downloading so the db has been damaged... I tried the command line with a 190MB db and works fine just it takes too much time to complete the restore ( several hours !! ) so I decided to go with the MySQL Admin add-on, and tried the same db... it's take the same !! I don't know where's the point of taking too much time as restoring
Forum: WampServer English
17 years ago
Xajel
Thanks CyperSpatium for your reply I installed the MySQL Admin. software and succefully get connected to the database... but... I hate this word nothing when trying to restore the db ( I hope the db is fine ), the progress wont go and stay stopped at 0 byte... when I tried to analyze the db it says ( The analyzation failed )
Forum: WampServer English
17 years ago
Xajel
I have a 700+ MB mysql db I want to restore in wamp, I tried the normal mysql dump method I used to use in net hosting ( Shell Access ), but ofcourse I used the command line here ( as I'm working in Windows )... but I think I missed something as it did not work and even didn't show any error msg !! I used the same commands I use in Shell Accecss but ofcourse taking the Windows path changes...
Forum: WampServer English
Current Page: 1 of 1