Thanks! Got it to work!
51 2005-03-26 21:10
Re: Private Messaging for 1.2.x (163 replies, posted in PunBB 1.2 modifications, plugins and integrations)
52 2005-03-26 20:52
Re: Private Messaging for 1.2.x (163 replies, posted in PunBB 1.2 modifications, plugins and integrations)
alright il see what i can do...
If worse comes to worse where do i edit the 3 pm parts in the install_mod.php file?
53 2005-03-26 20:11
Re: Private Messaging for 1.2.x (163 replies, posted in PunBB 1.2 modifications, plugins and integrations)
kinda...
i just did a full backup with your plugin,
but didnt select any of the mods like polls, messageing, uploads, ect because the database was getting messed up so i wanted to start clean.. Can you help?
Cows
54 2005-03-26 18:03
Re: Private Messaging for 1.2.x (163 replies, posted in PunBB 1.2 modifications, plugins and integrations)
cause while i was updating the forums from 1.2.2 to 1.2.4 it got a little messed up so i didnt cary over the mods...
55 2005-03-26 15:56
Re: Private Messaging for 1.2.x (163 replies, posted in PunBB 1.2 modifications, plugins and integrations)
connorhd,
will you release for 1.2.4??? I have tried changing the install_mod.php but it just said
could not write to the config file
Cows
i posted this before but noone seemed to care about me lol
here is exact problem it says
Unable to insert into table config. Please check your configuration and try again. Go back.
56 2005-03-24 23:38
Re: Colored Usergroups - 1.0.2 (42 replies, posted in PunBB 1.2 modifications, plugins and integrations)
what would you do to edit it so the line is removed?
57 2005-03-24 21:47
Re: Private Messaging for 1.2.x (163 replies, posted in PunBB 1.2 modifications, plugins and integrations)
connorhd,
will you release for 1.2.4??? I have tried changing the install_mod.php but it just said
could not write to the config file
Cows
58 2005-03-24 01:37
Re: Colored Usergroups - 1.0.2 (42 replies, posted in PunBB 1.2 modifications, plugins and integrations)
alright it works but now i got one more problem.... The names are underlined in blue... Sign up and see what i mean
59 2005-03-24 01:34
Re: Easy Poll - 1.1.3 (224 replies, posted in PunBB 1.2 modifications, plugins and integrations)
mine is working fine... Works perfect!
60 2005-03-23 22:42
Re: Colored Usergroups - 1.0.2 (42 replies, posted in PunBB 1.2 modifications, plugins and integrations)
im running punbb 1.2.4
and i get an error in the index.php
Here is the error word for word
Parse error: parse error, unexpected T_ELSE in /home/infern79/public_html/forums/index.php on line 192
and it only dost work when i
#---------[ 33. FIND (line:187) ]---------------------------------------------------
#$users[] = "\n\t\t\t\t".'<dd><a href="profile.php?id='.$pun_user_online['user_id'].'">'.pun_htmlspecialchars($pun_user_online['ident']).'</a>'
#
#---------[ 34. REPLACE WITH ]---------------------------------------------------
#$users[] = "\n\t\t\t\t".'<dd><a href="profile.php?id='.$pun_user_online['user_id'].'"><span style="color: '.$pun_user_online['color'].'">'.pun_htmlspecialchars($pun_user_online['ident']).'</span></a>';
#
help please
Cows
61 2005-03-22 23:28
Re: How do i backup my database??? (2 replies, posted in PunBB 1.2 troubleshooting)
well how do i comply delete the color groups mod... It got all screwed up when i was trying to test it on 1.2.3... Help
62 2005-03-22 22:34
Topic: How do i backup my database??? (2 replies, posted in PunBB 1.2 troubleshooting)
How do i back up my database without anymods on the backup... I want all the posts and the users to be backedup but no mods... I cant figure out how to uninstall the color usegroup mod from the mySQL database... Help please
Cows
63 2005-03-21 01:11
Re: Easy Poll - 1.1.3 (224 replies, posted in PunBB 1.2 modifications, plugins and integrations)
so what is global announcement?? Is that your plugin connorhd
64 2005-03-20 23:28
Re: Class loader (2 replies, posted in Programming)
ya i think... I saw a tutorial but i cant get the thing to work
65 2005-03-20 23:15
Re: Easy Poll - 1.1.3 (224 replies, posted in PunBB 1.2 modifications, plugins and integrations)
so is this punpoll
66 2005-03-19 20:30
Topic: Bad http error (1 replies, posted in PunBB 1.2 troubleshooting)
ok ive done everything but some people on my site are complaining that they cant edit their posts unless they turn off their firewall... Is there a way to stop this from gagin up?
67 2005-03-19 16:17
Re: Coloured usergroups mod? (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Can someone please help me out????
69 2005-03-18 21:51
Re: OLD TOPIC TO DELETE (26 replies, posted in PunBB 1.2 modifications, plugins and integrations)
so is this that little announcement box you have on all your pages??
70 2005-03-18 13:52
Re: My Forums :D (5 replies, posted in PunBB 1.2 show off)
i dont know....
I guess im a stupid person
also why do my posts have a little dot next to them???
71 2005-03-18 01:10
Topic: My Forums :D (5 replies, posted in PunBB 1.2 show off)
well here is an attempt to my forums
I have the following mods and a few extras
-punn poll
-uploader
-a downloads section
-arcade (kinda done.. Not really)
-forums
-2000 + posts
-44 users
-Private message system
-user ranks
-and some other stuff
Please join and post around
Cows
P.S. We have one topic/thread and it has 1000+posts in it lol
72 2005-03-18 01:05
Re: Coloured usergroups mod? (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Where is the part where u color the usergroups???
Which php file is it???
73 2005-03-18 01:04
Topic: Class loader (2 replies, posted in Programming)
can someone help me repair this class loader???
public static void loadScripts(mudclient m1, String directory) {
System.out.println("Loading scripts...");
macroTable = new Hashtable();
File f = new File(directory);
if (!f.exists()) {
System.out.println("Script directory does not exist!");
return;
} else {
String[] files = f.list();
for (int i=0;i<files.length;i++) {
try {
if (files[i].endsWith(".class") && files[i].indexOf("$") == -1) {
System.out.print("Script found, registering command...");
Class c = Class.forName(files[i].substring(0,files[i].length()-6));
Script s = (Script)c.getConstructor(new Class[]{mudclient.class}).newInstance(new Object[]{m1});
String[] commands = s.getCommands();
for (int j=0;j<commands.length;j++) {
macroTable.put(commands[j], s);
}
System.out.println("done!");
}
} catch (Exception e) {
e.printStackTrace();
e.toString();
}
}
}
System.out.println("done!");
}
then here is my Script.java file
public class Script {
public mudclient globalRs;
public abstract String[] getCommands();
public abstract boolean start(String name, String[] args);
public abstract void init();
public abstract void run();
public abstract void stop();
public Script(mudclient rs) {
globalRs = rs;
}
}
Help
Cows
74 2005-03-17 02:46
Re: PunPoll v1.2.3 (188 replies, posted in PunBB 1.2 modifications, plugins and integrations)
lol.... Im not the best php editor....
75 2005-03-16 22:00
Re: PunPoll v1.2.3 (188 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Connorhd,
how can i make it have 10 poll buttons instead of 8??