Jump to content

PC Nerd

Members
  • Posts

    1,122
  • Joined

  • Last visited

    Never

Everything posted by PC Nerd

  1. well unless the data is open source etc.... isnt there copyright?
  2. well, what format is the actual database is.... .txt, .sql etc? youll need to "unzip" the .gz to find out...... try 7-zip file manager to do so..... and let us know whats in the .gz. thanks
  3. ok.......um. not too familiar with .gz, but itns tit compression like .zip? what id do is get your current database, and export the entire thing usung phpmyadmin.... then table by table, or record group by record group, runt eh create of inster queries throught eh new phpmyadmin database...... gdlk
  4. hi guys. ivre recently installed V-Webmail on my server, and the installation worked fine on my localhost. However when i uploaded the files to my online server, i found that i got "Intertnal Server Error". Now when i looked at the index.php, it had code, using :: between words an example is below. Coudl this be cauaseing the error, or is it somethign else? thanks for your help, PC Nerd include('config.php'); /** ** Check Login */ auth::check_login('login.php', 'index.php'); /** * Redirect to email.list.php */ common::redirect('email.list.php'); Please remember this is the index.php from V-Mail, just to make sure im not bvreaching copyright.:> thanks
  5. um sounds stupid. but are you getting $page from $_GET['page'] or not? gdlk
  6. um, I dont know about the different export options, but one says create, import ,insert etc... within the sql type. this create the SQL to create tables, or simply insert data etc. the other thing you could do is just delete the section that create the table or database. that what i do when i simply need the inserts. good luck
  7. bump does anyone know how to configure it to use gmail.... i woudl really appreciate the help thanks
  8. ok, ive managed to find one... Telaen however im trying to congifure it to access google apps. If youce used Telaen before, can you help me configure it?
  9. well just check the that your SMTP server etc is working properly. I dont h ave it enabled on my localhost, so i cant send email....... gdlk
  10. ok: i think this might work......I dont know about php, but it would in python. I dont know about the string indexing etc in php or even if it supports it, however : $char = string[0]; if ($char == ".") { $new_string = string[1:-1]; } print $new_string ive put python code in blue.... hope this helps
  11. Hi guys, Im looking for a PHP based webmail client, that can connect to any other server, via POP or SMTP etc. Im looking at somethign similar to squirrelmail, however i only want the client, and i want it to be able to connect to variable sources etc, like i control through varilables etc. Does any one know of any free or opensource ones that they would recommend? Id like it to be very simple to install, i dont want to be having to go and edit the server etc ( becauase i cant). I was loking for a system similar to zen shopping cart ( i think), wherer you simply copy over the files, and then run stup.php, which configures users, locations and databases etc. Does anyone know about any webmail clients that are instlled like this? thanks for your help
  12. hi guys.... ive been working on this script, and it was working fine.... however ive added a condition to my SQL, and its stopped working. im 90% sure the syntax is correct, and i know the values are echoing out fine.....heres the code: $Ind_Messages_SQL = "SELECT * FROM individual_messages WHERE (User_ID = '".$Page_Data['User_ID']."') or (To = '".$Page_Data['User_Name']."')"; my output is here: SELECT * FROM individual_messages WHERE (User_ID = 'correct user_ID') or (To = 'correct_user') and the error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'To = 'correct_username')' at line 1 if anyone can spot the error, id be most greatful thanks
  13. ive checked, and checked, and lost count
  14. Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in etc.
  15. hi guys, i cant seem to find the error in this code: $db = mysql_connect($dbHost, $dbUsername, $dbPassword) or die("connection failed"); $db_select = mysql_select_db($databasename, $db) or die("no selection"); i have checked the variables above. if there was no such database, would it return an error such as "no database in MySQL"? thanks
  16. um, could you please be a lot more specific about your question. are you asking about running a script once a mnth to create a report? its very unlear. thanks
  17. hi guys, i know that when i place a .zip, or .exe in my web directory, the browser automatically asled the user to download the file. however i want to place a PDF into my site, and only make it available as a download, becauase i know that especially with IE and Firefox, it reads it within the browser instead. how can i have the file a download, instead of read? thanks for your help in advance, yours, PC Nerd
  18. ok, the only wasy for you to do this is use javascript. however if your data is in a database, then youll have to echo it into javascript, then have the javascript show the options, acording to something like onValuechange or something.
  19. ok, firstly thanks. Im not really familiar with the -> functions etc.... also, is there a simple way to retreive email using php, even if its not POP3? the only thing im looking for, is the ability to forward an email..... i dont even have to be able to read anything... etc. thanks for your help, Yours PC_Nerd
  20. um, would it be better if i vhave a cron, running on the hour or something..... that runs as a POP3 client? then it would have complete control over the emails? if so, could someone point me in the way is a nice tutorial, thats reasonably simple? thanks for your help,
  21. would there be a way to only monitor a particular email address?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.