151

(50 replies, posted in Feature requests)

Ugh.. I knew this topic would be back one day..

Ive looked at many, but I dont think I can port them to PunBB.
I still havent looked at the phpBB one, and I plan on doing it, but im really busy with my current game..

Yes, im having problems like this too, but someone else has posted in the topic, not me..

Its a great mod, but still very buggy..

ShawnBrown: You are awesome big_smile

Well, thats nice, but none of us have access to it...

Sorry, but I think converting this to 1.2 would take alot of work (maybe not 'alot'). I also think that Chacmool is busier with other mods (i hope so smile) like the PM mod

That would work, if I was logged into ICQ...

Okay, I logged in now. This mod is awesome, but its just this one problem thats stopping me from installing it..

157

(10 replies, posted in Feature requests)

Awesome smile

Be patenent (spelling....), we just got 1.2 not that long ago

In any files that you want to use the PunBB login, you need to add this to it (then it will put the user info into $pun_user)

define('PUN_ROOT', './');
require PUN_ROOT.'include/common.php';

Its that easy smile

sad
Okay, for some odd reason the new post indicator isnt showing up at all anymore. I post, someone else replies, but the new post indicator isnt lit at all sad
This is all without anyone timing out, so maybe it isnt updating right?
Im gonna have to remove it till its fixed sad

Yes, but for some odd reason PhpMyAdmin has a low max upload limit. Even with gzip Im not sure if you can get it down the the needed size (on my host its 5mb).

BUG!
I finnally found a bug smile
When someone posts in a sticky topic, I guess it removes the word 'sticky' from it
Screenshot


NOO sad
My one bug, and its already been fixed in a newer version.

This mod is awesome smile
It seems to slow down the page a bit, which causes pages, but Im sure most of the problems are because im on a slow connection right now

163

(54 replies, posted in PunBB 1.2 discussion)

Yes, there is a few problems with it, but hey, you get 300gb bandwidth wink

164

(20 replies, posted in Feature requests)

But editing one line in the database is better then editing the URL everytime you want to view a forum wink

165

(20 replies, posted in Feature requests)

Yes, but then they have to modify the URL everytime they click on the forum tongue

166

(54 replies, posted in PunBB 1.2 discussion)

I never pay for web hosting tongue

I know where one can get 1000mb space, unlimited bandwidth for free. Theyare down right now (moving sites), so that wont work.

I also know where you can get 100mb space, 300gb bandwidth for free. They dont accept all sites, so..
Here they are anyway
http://dhost.info
and the one thats down
http://xhosting.tk

Rickard: I hate to disagree with you, but I dont think that TextDrive is all that good. I can get all of the plans they offer for free, but without a few things (like pgsql)

167

(20 replies, posted in Feature requests)

Theres a few things you need to do for this to work.
You need to add a feild in the users table in the database called 'forum_order'. This wioll either be ASC or DESC.

Then in viewforum.php, find this
$sql = 'SELECT id, poster, subject, posted, last_post, last_post_id, last_poster, num_views, num_replies, closed, sticky, moved_to FROM '.$db->prefix.'topics WHERE forum_id='.$id.' ORDER BY sticky DESC, '.(($cur_forum['sort_by'] == '1') ? 'posted' : 'last_post').' DESC LIMIT '.$start_from.', '.$pun_user['disp_topics'];

Replace with

$sql = 'SELECT id, poster, subject, posted, last_post, last_post_id, last_poster, num_views, num_replies, closed, sticky, moved_to FROM '.$db->prefix.'topics WHERE forum_id='.$id.' ORDER BY sticky DESC, '.(($cur_forum['sort_by'] == '1') ? 'posted' : 'last_post').' '.$pun_user['forum_order'].' LIMIT '.$start_from.', '.$pun_user['disp_topics'];

I have no clue how this will work, and will only work if you turn off the 'dot' in the admin options. Please backup your file before trying this

168

(3 replies, posted in Programming)

Well, this opens a file on the persons computer.

Basicly what im doing is making a script to check for upgrades to the game. So it needs to check an online file.

169

(2 replies, posted in PunBB 1.2 show off)

Looks good smile

170

(3 replies, posted in Programming)

Alright, I need a C++ program that will act like file_get_contents in PHP.

There will be a file on my server, and the C++ program needs to copy the contents of that file into a varible.

If this isnt easily possible in C++, but you know of another language, if you could post the full code here, and a compiler for it, id appreciate it alot.

171

(142 replies, posted in News)

big_smile

172

(50 replies, posted in Feature requests)

well, its not that. You asked for a mod to let people play v3arcade games. If you dont mind if i use another flash game system (like phpbb's) then i will. Im sure it will be much eaiser to understand

173

(15 replies, posted in General discussion)

Yeah, I got all of these from a sites referer list.
That site I shouldnt really mention, as itsa bit illegal, but I will anywany big_smile
http://serials.ws/ thousands of serials all on one site!

Warning: site mentioned above may contain NSFW banners /pogenwurst

174

(50 replies, posted in Feature requests)

Yes, i got them
The problem is not with the games, as v3arcade handles them all the same.

With the other arcade mods you sent me, are they completly different, or are they somewhat the same? What I mean, is can you upload a v3arcade one to the iPB one, and it will work?

175

(3 replies, posted in PunBB 1.2 troubleshooting)

All you have to do is FTP into your site, and right click on the folder 'forums', then hit rename. Then type in 'forum'.

After you have converted it, the old folder is not needed. You can delete them.
Be sure to change the URL in admin options so you dont get referer errors.