Jump to content
MakeWebGames

Recommended Posts

Posted

I got everything working right. but when I go to my site it just shows the index of. I have to click on the page I want. Any idea what im doing wrong? sorry kinda of a noob lol

fff-1.png

Posted
lol..first off did you rename index2.php to index.php

that may be the problem.

Yes I just figured that out a few min ago lol. sorry for the stupid questions.

But any idea on the crons? :wacko:

Posted

well the way you have it looks correct.

If your on a free host the chances of them allowing you to use crons is very slim but i hear their are free hosts that allow this.

If your on a paid host go into your cpanel and click cron jobs and set them up.

you can visit the link to manually run the cron.

if its not working when you run it manually then there may be a coding error in the cron.

add this at the top right under <?php :

error_reporting(E_ALL);

and then run your cron manually again and if there is an error it will tell you , if not it will just be a blank white scree.

hope that helps...

cheers

Posted
echo '[url="http://www.everywherechat.com/"]EveryWhereChat Free Flash Chatrooms[/url]


<script src="http://www.everywherechat.com/e.php?defaultRoom=Duncan_Construction&roomList=true&fontSize=12&width=600&height=800&theme=night"></script>';

Add that to your index.php

Posted

Hey everyone I bought the car mod from someone and I cant contact them. And it is for V1. would anyone be willing to change it to V2 for me for a free copy? or is that a NO NO? :D

Posted

Basicly you don't really need to convert it to V2, V2 just uses a database class, basicly same mysql tables as V1.

Little tutorial on converting it to V2..

mysql_query('sql here') to $db->query('sql here');

mysql_fetch_array/mysql_fetch_assoc() to $db->fetch_row($var);

mysql_result('sql here', [int], [int]) to $db->fetch_single('sql here');

mysql_num_rows() to $db->num_rows($var);

Basicly thats all.?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...