Jump to content
MakeWebGames

william7neace

Members
  • Posts

    40
  • Joined

  • Last visited

    Never

Everything posted by william7neace

  1. got it all set but my cpanel doesn't have cron jobs.... how can i get them to work without it????
  2. got it all done, but just found that they don't have cron jobs on my cpanel here.... any way i can get around it??? This is the cron info you need for section 1.2 Cronjobs of the installation instructions.
  3. So should i just drop them all then run installer again???   Export Tables: All / None Export: Structure Data Options: Compact inserts Complete inserts If you are exporting a large number of rows, it is recommended that you output the results to a text file. Output to: Browser Text file:
  4. yeah i already fixed that problem
  5. Well I can't figure it out.... Should i just make a new Db and DB user???
  6. The web service i use doesn't have phpmyadmin. It has SQL buddy
  7. Not all the way... still on step 3
  8. This is my coding for announcements ----------------------------------->   <?php include "globals.php"; $ac=$ir['new_announcements']; $q=$db->query("SELECT * FROM announcements ORDER BY a_time DESC"); print "<table width='80%' cellspacing='1' class='table'> <tr> <th>Time</th> <th>Announcement</th> </tr>"; while($r=$db->fetch_row($q)) { if($ac > 0) { $ac--; $new=" New!"; } else { $new=""; } print "<tr><td valign=top>".date('F j Y, g:i:s a', $r['a_time']).$new."</td><td valign=top>{$r['a_text']}</td></tr>"; } print "</table>"; if($ir['new_announcements']) { $db->query("UPDATE users SET new_announcements=0 WHERE userid={$userid}"); } $h->endpage(); ?>
  9. Did as you said got this   Installer 1. Diagnostics >> 2. Configuration >> 3. Installation & Extras Write Config... Config written. Attempting DB connection Connection Successful. Writing Main MySQL data. QUERY ERROR: Table 'announcements' already exists Query was CREATE TABLE `announcements` ( `a_text` text NOT NULL, `a_time` int(11) NOT NULL default '0') ENGINE=
  10. I delete the announcements.php totally and i still have it
  11. i fell pretty stupid right now.... i got this after i filled in the info d=for the installer.php---->>>> QUERY ERROR: Table 'announcements' already exists Query was CREATE TABLE `announcements` ( `a_text` text NOT NULL, `a_time` int(11) NOT NULL default '0') ENGINE=MyISAM ; how do i fix??? ?( ?(  
  12. This is a pretty good video.... Step by step help
  13. i fell pretty stupid right now.... Did as you said and i got this---->>>> QUERY ERROR: Table 'announcements' already exists Query was CREATE TABLE `announcements` ( `a_text` text NOT NULL, `a_time` int(11) NOT NULL default '0') ENGINE=MyISAM ; how do i fix???
  14. Thank you that helped... Now i get this---->> Write Config... Config written. Attempting DB connection Connection Successful. Writing Main MySQL data. Main MySQL data was written. Now write Extra MySQL data. QUERY 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 's own, but are you bad enough to go at it alone or smart enough to join the righ' at line 1 Query was INSERT INTO settings VALUES(NULL, 'game_description', 'The street can be a place with danger but also filled with promise. Which path will you take down the mean streets of Showdows. Will you strive to be best driver in the city, racing for papers and earning big money while evading the police. Or do you fancy yourself a hardcore thug, roaming the street using your dogs to hunt down your next victim. Living on the streets can be a thrill on it's own, but are you bad enough to go at it alone or smart enough to join the right crew? Who will make the most Benjamins and own the biggest crib can depend on which gang you call your family. But beware for someone may be hunting you!') How do i fix this??
  15. I am having a problem after i fill in all the information for installer.php and it says this error ------>> Write Config... Config written. Attempting DB connection Warning: require(class/class_db_mysql.php) [function.require]: failed to open stream: No such file or directory in /www/99k.org/d/a/r/darkshadows/htdocs/installer.php on line 457 Fatal error: require() [function.require]: Failed opening required 'class/class_db_mysql.php' (include_path='.:/usr/lib/php') in/www/99k.org/d/a/r/darkshadows/htdocs/installer.php on line 457   Idk how to fix it and i was wondering if any of you could help me fix it...
×
×
  • Create New...